This quick post is about my recent experience with SSMS for SQL Server 2008 r2. Usually I use some other 3rd party tool for SQL Server Development because it is sort of more easier to use when we are developing (but that tool is not good at all when it comes to managing SQL Server).
Category: Visual Studio
Silverlight Tools for Visual Studio 2010 fails to install
Just now due to my “experiments” OS and other stuff, I had to restore system image of my OS installation drive (it is more easy to restore image then formatting drives and reinstalling everything ). But unfortunately the image I took was a bit newer (or say more older) so it had only essential software
More beautiful Visual Studio
If you have been working around Microsoft domain then you probably have been using Visual Studio. A really great development environment for all Microsoft platforms like .NET, Windows, Mobile, Silverlight, SharePoint etc.. But some people like myself (in other words folks who always gets attracted to shiny things ) feels that just plain white background
Sorting in GridView
Sorting is kind of very useful information if we want to quickly analyze bunch of data based on columns. And being one of most used control to display data in ASP.NET, GridView can implement easily with few more line of codes (who doesn’t love to write more … right ?? )… And in today’s post
How to get user IP address in ASP.NET
There can be number of ways security and auditing can be implemented in any application. It can be done at Application Level, or at Application Server level or at Database Server Level. And I think best practice is to take advantage of all 3 based on user requirement, as we all know that having little
Using Cookie in ASP.NET to store temporary data
Today’s post is about how we can use Cookie to store data temporarily. While working on one project for frontend application my client told me that they need some sort of functionality so that user somehow can temporarily store some of the form data and can use the same data when they run the application
ASP.NET and Page Not Found Error while debugging !
Being sunny weekend today, with full of energy I began to work on making some prototype application which I have to present to my client sometimes during next week. It been a while since I worked on ASP.NET on my application (@ 2 weeks) since I installed Sharepoint Server 2010 demo in my machine. So,