Other News

Community

ASP.NET 2.0 Internals

(Jayesh Patel, Bryan Acker and Robert McGovern) While 100 percent backward compatible with ASP.NET 1.1, ASP.NET 2.0 brings a number of internal changes to ASP.NET. These include changes to the code model, compilation, page lifecycle, and more. This article outlines those changes.

Community

You may receive a SqlException error message when your .NET Framework client application calls a stored procedure that has an output parameter of the nvarchar type

When you use the SqlClient class in a Microsoft .NET Framework client application to work with Microsoft SQL Server 2000 hotfix build 2000.80.811 or a later version, you may receive an error message if the following conditions are true: • Your application tries to call a stored procedure. • The