2008
Working with .NET 1.1 in Visual Studio 2008 (and Team Server)
by ms_michelExplique comment utiliser Visual Studio 2008 pour travailler avec des applications qui tournent sous .NET 1.1
2007
SubSonic Tools for Visual Studio
by ms_michelThese Tools integrate the SubSonic code-generation features in Visual Studio 2005. They can be used to generate your DAL in a Web Site, an EXE (WinForms/Service/etc) or a DLL project. The generated files are automatically added to your project's solution and managed by the tools. The Tools also support an Enterprise Library provider.
ScribeSonic
by ms_michelA journal about application architecture and information design exploration.
Public Hotfix Patch Available for Debugging ASP.NET on IIS7
by ms_michelPeople who use VS 2005 to debug ASP.NET applications running in IIS7 on Windows Vista can encounter one of the following error messages when they press F5 to auto-attach the debugger in the IDE:
* "An authentication error occurred while communicating with the web server."
* "Debugging failed because integrated Windows authentication is not enabled."
* "Authentication error occurred while communicating with the web server. Try disabling 'Digest authentication'"
Web Application Projects
by ms_michelWeb Application Projects now provided a similar development style and compilation model as was used in Visual Studio 2003, but with full ASP.NET 2.0 support!
ASP.NET 1.1 with VS 2005
by ms_michel"Everett Compiler" : If the LINQ Preview can use the C# 3.0 compiler with VS 2005 there's nothing wrong with using the C# 1.1 compiler with VS 2005.
2006
Model View Presenter with ASP.NET
by ms_michel & 1 otherThis article describes using the Model-View-Presenter pattern within ASP.NET 2.0 to encourage proper separation of concerns between presentation and business logic.
NeatHtml
by ms_michel (via)helps prevent cross-site scripting attacks, a.k.a. XSS attacks, by validating untrusted HTML against an XML schema that does include elements, attributes, and values that can be used for cross-site scripting attacks.. Untrusted HTML typically comes from an untrusted user (e.g. in a form submission or an email). NeatHtml consists of the NeatHtml schema definition and a .NET assembly that can be used to validate HTML fragments against the schema. It is open source and works under Mono, .NET 1.1, and .NET 2.0.
MySQL Visual Studio Plugin
by ms_michelMySQL Tools for Visual Studio is a package that integrates seamlessly into Visual Studio 2005.
SubSonic - The Zero Code DAL
by ms_michelRuby On Rails is propelling a new wave of programming - one that drives "Convention Over Configuration". This simple, elegant approach is attracting many developers who find the intricacies and complexity of Java and .NET to be daunting.--- SubSonic is our attempt to bring this simplicity to the .NET platform.
System.Data.SQLite
by ms_michel & 2 othersSystem.Data.SQLite is an enhanced version of the original SQLite database engine. It is a complete drop-in replacement for the original sqlite3.dll (you can even rename it to sqlite3.dll). It has no linker dependency on the .NET runtime so it can be distributed independently of .NET, yet embedded in the binary is a complete ADO.NET 2.0 provider for full managed development.
Creating sub-projects in IIS with Web Application Projects (1/3)
by ms_michelThis post is one of a three part series that describes how to factor development of a single large ASP.NET application into multiple projects inside of Visual Studio 2005 using the Web Application Projects add-in.
Visual Studio 2005 Web Application Project
by ms_michelA web project option for Visual Studio 2005 that provides the same conceptual web project approach as VS 2003
IIS.net : Microsoft Internet Information Services
by ms_michel & 1 otherThe www.iis.net site is a portal site for the IIS.NET development community
CSS friendly ASP.NET 2.0 control adapters
by ms_michel & 1 other"ASP.NET is a great technology for building web sites but it would be even better if it rendered different HTML"
2005
Business Reports the way you write SQL , by hand.
by ms_michel (via)A simple (and free) approach to report generation in .NET.
MSDN .NET Framework Developer Center: Breaking Changes in .NET Framework 2.0
by ms_michel & 1 other (via)Breaking changes are changes in either the .NET Framework (runtime breaking changes) or Visual Studio (design/compile/project upgrade) that make certain application and development scenarios behave differently from the version 1.0 and 1.1 .NET Frameworks to the 2.0 version
VS2003 -> VS2005
by ms_michel & 1 otherStep-By-Step Guide to Converting Web Projects from Visual Studio .NET 2002/2003 to Visual Studio 2005 (14 pages)