Browse by Tags

All Tags » ASP.NET 2.0 » C# (RSS)

Visual Studio Service Pack WebSite

Visual Studio.NET Service Packs are due this year, but their site is up already (The site clearly mentions it is still in process) http://msdn.microsoft.com/vstudio/support/servicing/default.aspx Visual Studio 2003 Service Pack 1 ships Q2, 2006 Visual...
Posted by Vipul Patel | with no comments

.NET Tip - Getting logged in user name in ASP.NET web application

Frequently we desire to autopopulate some fields on our web form with the current logged in username and domain. How to get that information? Well, User.Identity.Name comes to the rescue. Set the text property of the field to User.Identity.Name and it...

Enterprise Library for .NET Framework 2.0 released

Wohoo! Enterprise library for .NET Framework 2.0 has just been released. More details at http://msdn.microsoft.com/library/?url=/library/en-us/dnpag2/html/EntLib2.asp Direct download link: http://www.microsoft.com/downloads/details.aspx?FamilyId=5A14E870...
Posted by Vipul Patel | with no comments
Filed under: , ,

FYI: System.Web.Mail is deprecated use System.Net.Mail

While we are on the topic of System.Web.Mail , it is important to note a new namespace in version 2.0 of the .NET Framework. There is a brand new namespace for sending mail via managed code, it is called System.Net.Mail . Have no fear, System.Web.Mail...
Posted by Vipul Patel | with no comments

Absolute Beginner's Video Series to Visual Studio 2005 Express Editions

Do you have some students who want to learn Visual Basic .NET or C# on their own? Or perhaps you want to learn them as part of your own professional development. Well if so, Microsoft has a free series of lessons for absolute beginners. They look pretty...
Posted by Vipul Patel | with no comments

Developer Blogs to watch out for

With a plethora of blogs floating on the internet, it is hard to find the blogs which make a difference . Below is a collection of blogs of authors whose books we have read and blogs of people who make the technology. I spent some time to find out such...
Posted by Vipul Patel | with no comments

Express Editions of Visual Studio and SQL Server for free*

Yes, for a limited time (1 year), Visual Studio express editions are going to be free . SQL Server Express editions will be free always. More details at http://msdn.microsoft.com/vstudio/express/ Start downloading folks. Clarifications on the free offer...

.NET Compact Framework v2 is ready for download

.NET Compact Framework v2 is now ready and available for download ! As of today we have the English end-user download and the Platform Builder QFE available. Remaining language downloads will be released in the new few weeks as we get the localized download...
Posted by Vipul Patel | with no comments
Filed under: , , ,

Power Collections for .NET

Did you feel that a powerful Collection library for public domain was missing? Well, its here now... Check out http://www.wintellect.com/powercollections/ A brief description: With .NET 2.0 comes the ability to implement what has been known in C++ as...
Posted by Vipul Patel | with no comments
Filed under: , , ,