Browse by Tags
All Tags »
Development Tools (
RSS)
Sorry, but there are no more tags available to filter with.
There are a lot of changes that are soon coming to those who are uses to the Microsoft .NET platform. For instance: Visual Studio Orcas is in beta, and I saw something stating that it would be complete Q4 of 2007. It features support for most of the features...
For those that have applications that work with office, and unfortunately don't have Office 2003, but XP, you have the option of using the Office XP PIA's ( Primary Interop Assemblies ) to install on the machine for your application, so that you can use...
Both C# and VB.NET support XML comment notation (/// or ''') in 2005 and, when a project is compiled in Visual Studio 2005, a file is created that contains a complete listing of all comments made for classes, methods, properties, etc. This is a great...
Precompiling is a new option of the .NET 2.0 framework. Sites can be precompiled so that whenever a user first enters the web page, the site is already compiled with the changes. Previously, whenever a 1.1 framework page was first accessed, there was...