Mobipocket Reader
Hello Friends, I have tried the Utility Mobipocket Reader it really helpful for me…. That’s why I am sharing with you all … Mobipocket Reader easiest way to build, organize, read and annotate your entire eBook library. Get the Mobipocket eBook Reader on your Windows PC – it’s free –
» Read moreASP.NET SQL Server Registration Tool – Aspnet_regsql.exe
This tool is a part of Microsoft .Net framework and like other tools this tool is also located in [drive:]%windir%Microsoft.NETFrameworkversion folder on your Web server.The ASP.NET SQL Server Registration tool is used to create a Microsoft SQL Server database for use by the SQL Server providers in ASP.NET, or to
» Read moreList of datatypes in SQL Server
We are using very few data type in SQL Server like INT, varchar,datetime etc But there are currently 37 datatype supported by SQL Server 2008 See the below scripts exec sp_datatype_info select * from sys.types exec sp_datatype_info_90 exec sp_datatype_info_100
» Read moreDifferences Between XHTML And HTML
XHTML is not very different from the HTML 4.01 standard. The Most Important Differences: XHTML elements must be properly nested XHTML elements must always be closed XHTML elements must be in lowercase XHTML documents must have one root element For more detail Click here
» Read moreDeploying A Web Application Using Visual Studio 2010 Web Deployment Tool
SQL Server 2011-Denali
SQL Server code-named “Denali” Microsoft SQL Server code-named “Denali” empowers organizations to be more agile in today’s competitive market. Customers can efficiently deliver mission-critical solutions through a highly scalable and available platform. Industry-leading tools help developers quickly build innovative applications while data integration and management tools help deliver credible data
» Read moreMVC- Model–View–Controller
Model–View–Controller (MVC) is a software architecture,currently considered an architectural pattern used in software engineering. The pattern isolates “domain logic” (the application logic for the user) from the user interface (input and presentation), permitting independent development, testing and maintenance of each (separation of concerns). The model manages the behavior and data
» Read moreSQL Server : Find File Location for All Database
Here is the quick script I use find file location for all the database in my server instance. SELECT Name, FileName FROM sysdatabases if you have any other way to find please share!!!
» Read moreSQL Live Monitor
Hello Friends, I have tried the Utility SQL Live Monitor, it really helpful for me…. That’s why I am sharing with you all … Features This tool is designed to provide realtime performance data on SQL Server, as well as data capture for offline analysis. The tools features are: Realtime
» Read more