Sushila Patel's Weblog
When the going gets tough, upgrade
-
Somasegar: Listening to your feedback - Expression and MSDN
Microsoft has its own ways to amuse people with there new products. Almost every year Microsoft invites MVP's (Microsoft Valuable Professional) for Microsoft Global Summit in Seattle. This year was no different and I was glad to be a part of it!
-
Google, Yahoo and Microsoft team up
The SiteMap protocol created by Google has been used for year and a half, will now be embraced by Yahoo and Microsoft.
-
ViewState in-depth
Interesting and enlightening article on Viewstate.
-
Sql Injection in-depth
In earlier post I had discussed about ways to prevent Sql Injection.
-
Move VB6 application form by form to .NET
Yes true!
-
How To: Hide close button for Windows Form
Several times there is a requirement to hide/disable the close button and to close the Form with a button on the Form to exit the application.
-
How To: Get Selected Date from MonthCalendar control
VB.NET
-
http://www.merawindows.com
Join the Windows Community Site!
-
How To: Get the foldername in which the file resides
We come across situation many a times where we need the name of the folder in which the file resides. Let's say the folder is as "C:\Project1\CSProj1\somename\file1.cs"
-
How To: Extract numbers from string
VB.NET