Programming


Web Sites
Developing Applications for Windows Server 2003 - This site has links to Windows Server 2003 SDK, the .Net Framework and Visual studio .Net, C#, C++, Visual Basic .Net and J#.
HOWTO: Display Images Stored in a BLOB Field (Q173308) - Displaying BLOB (Binary Large OBjects) data in a browser can be done with a neat little trick, described in this article. The same approach can be used for displaying other data than .gif's.
Identifying Group Policy Client-Side Extensions (Q216357) - Group Policies are a mix of server-side and client-side extensions. The server-side extensions include the components used for configuring the policies. Client-side extensions are the components that interprets and executes the applied Group Policies. These components include Folder Redirection, Disk Quota, etc, and are represented by unique GUIDs. These you find on this page.
INFO: Process and Request Identity in ASP.NET (Q317012) - Having a hard time making Asp.Net behave? If you're accessing external ressources the autogenerated ASPNET account may not have sufficient rights. Check this article to change default behaviour.
Mobile SDKs and Emulators - The Microsoft software development kits and emulators for use in mobile and embedded application development.
Office Solutions Development Reference - The Office Developer Center allows you to keep current not only on the latest technologies like smart tags and smart documents, XML, research services, and using Visual Studio® Tools for the Microsoft Office System to build your Excel and Word solutions, but also on the traditional applications found in all versions of Office.
Sysinternals - utilities - On Mark Russinovich og Bryce Cogswell's website, Sysinternals, you'll find some of the most useful tool ever written to NT. Examples of programs found here are regmon, filemon, tdimon, handle, etc.
Using Win32 and Other Libraries - Get information on accessing the Win32 library form C# code. Filled with interesting examples on handling predefined constants, structures, marshaling string types, etc.
WinCustomize - If you're into skinning this is a great Windows resource. Lots of info, downloads, tweaks and articles on how to modify the looks of your OS.

Programs
.NET Framework SDKs, Redistributables & Service Packs - This site has links to the .Net Framework redistributable as well as the .Net Framework SDK's
API-Viewer - This nice freeware created by Christoph von Wittich will allow you to browse the win32 api. The serching possibilities are not very useful, but once you find what you're looking for it will give you the VB syntax to access the function, including useful information such as datatypes and the name of the dll incorporating the function.