MSDN articles on Generics
These articles my be useful if you want to extend your knowledge about .Net Generics
from Juval Lowy.
[Via Dave Burke's Blog]
Random thoughts about .Net development
These articles my be useful if you want to extend your knowledge about .Net Generics
from Juval Lowy.
[Via Dave Burke's Blog]
Run .Net console class as batch files from the command line with this utility that will compile and execute any code file (that ends with .cs, .vb, .js). Supports C#, VB.Net, and JScript.Net.
[Via Jeffrey Palermo blog ]
A Severity Level (def) is a quality of a logging message. Assign a severity level to every logging message that you emit from program code.Having severity levels assigned to logging messages allows filtering out messages
that are not of interest. The following severity levels are provided:
IntelliSense style word completion for MS Query Analyzer, VS.NET 2003, SQL Server Management Studio and VS 2005. PromptSQL, from Atadore, works with:Microsoft Query Analyzer,SQL Server Management Studio (Microsoft SQL Server 2005 CTP),Visual Studio.NET 2003 Visual Studio 2005 (Beta 2).It adds IntelliSense(r)-like word-completion for you when you are editing SQL using these products.
The XP Burn Component allows your .NET applications to burn files to CDR/W discs on a Window XP or Windows 2003 Server system. This component does not work for systems which have a different OS installed; though it will detect that case and give a reasonable error message. This component talks directly to the system IMAPI interfaces and does not use the Windows XP CD burning wizard, so its possible to create your own snazzy UI for burning CDs.
Though the component is a UserControl, I wouldn’t recommend that you put it in the toolbox. Instead, simply reference it and use it like you would use any other framework type (the constructor can potentially throw exceptions, so for robust handling you should wrap it in a try& catch). The documentation and source for the component is included in the download.
XP Burn Component, Documentation and Source
Download and run the MSI for this component to install the documentation, source code and assembly.