Welcome to MSDN Blogs Sign in | Join | Help

Rahul Soni's blog

Never assume the obvious is true!

News



  • These postings are provided "AS IS" with no warranties, and confers no rights.

Browse by Tags

All Tags » Visual Studio.NET   (RSS)
Visual Studio 2008 - More control over Recent Projects list in Start Page
If you work with a lot of samples, the chances are quite likely that you will end up in a rather dirty list of Recent Projects List in Visual Studio. I'm personally quite nit-picky and I really hate it when I find something like this... Now... I don't Read More...
Error while Publishing from Visual Studio 2005
Problem Description Issues when you try to Publish your website from Visual Studio 2005. It might happen if you create a File System project called <someName> and while publishing you use the same name in IIS. To reproduce this issue, create a simple Read More...
Quantification vs Gut feeling
I was working on a pretty tricky issue a while ago. It was related to the Visual Studio IDE high memory consumption and slowness and I found that there are a lot of files in the Source Folder. So much so, that my gut feeling was saying that it is the Read More...
Read or Write Resources from/into a DLL in .NET 2.0
I created a Windows Live Writer plug-in for inserting Smileys a while ago. It depends on a TXT file which was initially present under Application Folder + "\Plugin" folder. Recently, due to design changes in the beta version of WLW, the plug-in started Read More...
How to get the Folder Size in VB.NET
My problem was not really big, but it was a problem which really irritated me a lot!! We store data based on the user's alias in a folder called D:\SomeFolder on remote machine. In due course of time though, the hard disk starts giving No Disk Space problems, Read More...
Yippee!! VS 2005 SP 1 is available now... Finally!!! :)
I am so happy to see the Visual Studio 2005 Service Pack 1 (SP1) being released (finally)! Know more about it here ! I am too excited to write more :-) Click, Install, Enjoy!!! -Rahul Read More...
Unable to connect to Visual Studio's Localhost Web Server
Screwing up an installation is so easy! I realized it when I was working on an issue today and had to uninstall the .NET Framework (that's different story ;o). I used my Control Panel and uninstalled it, but I was not done yet! I wanted to wipe out all Read More...
Some of the lesser known shortcuts of Visual Studio.NET to make coding easy and fun...
I have always been a key-board savvy person and don't like using the mouse until necessary!!! While programming, there are quite a few things which makes our life really, really easy, provided you do the hard thing today, i.e, learn the shortcuts. In Read More...
Visual Studio stops responding when you try to create an ASP.NET project
My first KB article at http://msdn.microsoft.com Read More...
A Test web page for ASP.NET without Visual Studio
Create a Text file with an extension of aspx and paste the following code. After you have saved the file, create a Virtual Directory in your IIS pointing to the folder where you saved it. Now, browse the file. If you have .NET Framework installed and Read More...
Page view tracker