Kathleen Dollard Digs Deeper into ASP.NET MVC 3 part 1: http://visualstudiomagazine.com/articles/2011/03/01/delve-into-aspnet-mvc-3.aspx Authentication in ASP.NET: .NET Security Guidance http://msdn.microsoft.com/en-us/library/Ee817643(pandp.10).aspx C#: A SQL Server XML and ASP.NET Runtime Application http://msdn.microsoft.com/en-us/library/ms973817.aspx Negotiate Between Web Parts http://visualstudiomagazine.com/articles/2006/02/01/negotiate-between-web-parts.aspx?sc_lang=en Speed Up Your ASP.NET Pages http://visualstudiomagazine.com/articles/2004/04/01/speed-up-your-aspnet-pages.aspx?sc_lang=en Top Ten Tips for Programming ASP.NET http://www.ondotnet.com/pub/a/dotnet/2002/04/22/asptips.html Tips for Easier C# Unit Testing http://visualstudiomagazine.com/articles/2011/02/16/unit-testing-in-c-sharp.aspx Dynamic controls in ASP.NET postback event depends on:(1)an eventhandler registered for control's certain event (2)event handler registered before the runtime processing the event. ASP.NET process postback events after page load, before PagePreRender. So register no later than load Custom Error Pages in ASP.NET When an unhandled exception occurs in ASP.NET the current session will be ended and a new session is started - that makes the former session items unavailable. Perform your own redirection using Server.Transfer so that you preserve your session. Security Guidelines: ASP.NET 2.0 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/PAGGuidelines0001.asp
©2014 LcWebLink.Info
|