Tag Archives: asp.net
Packer for .NET – compress JavaScript and CSS files
The title says it all. Read about it here: http://brennan.offwhite.net/blog/2008/11/23/packer-for-net-401-released/ Or take a look at the documentation: http://svn.offwhite.net/trac/SmallSharpTools.Packer/
Dynamic controls in ASP.NET
As many articles point out it is important to load dynamic control in the Init event of the life cycle. This is important if you want to preserve the view state. Another thing I found out… you need to instantiate … Continue reading
ASP.NET Dynamic Google SiteMap handler
Developing a site includes several steps, from design, implementation, testing, marketing etc. Part of the marketing could be Google AdWords… and speaking of Google. Providing a dynamic Google compatible sitemap feature would be nice. The next post describes a solution: … Continue reading
Compressing Viewstate
Original post: http://mikemason.ca/blog/?p=24 This article is written by guest author John Finlay. Thanks John! Perhaps the primary statistic by which clients measure web applications is response time. Obviously, web pages that take too long to appear, or at least … Continue reading
Health monitoring explained ASP.NET
Original post: http://aspnet.4guysfromrolla.com/articles/031407-1.aspx
How Do I: Build a Custom ASP.NET AJAX Server Control?
Original post here: http://www.asp.net/learn/ajax-videos/video-170.aspx — Learn how to create a custom Web server control with ASP.NET AJAX functionality using the AJAX extensions in the Microsoft AJAX Library. This video walks you through both the server-side .NET code and the client-side … Continue reading
ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas
Well ScottGu’s Blog got everything http://weblogs.asp.net/scottgu/pages/ASP.NET-2.0-Tips_2C00_-Tricks_2C00_-Recipes-and-Gotchas.aspx
Using different Web.Config for development, test and production
Read more here: http://weblogs.asp.net/scottgu/archive/2007/09/21/tip-trick-automating-dev-qa-staging-and-production-web-config-settings-with-vs-2005.aspx Or here: http://www.hanselman.com/blog/ManagingMultipleConfigurationFileEnvironmentsWithPreBuildEvents.aspx
How Do I: Build Custom Server Controls that Work With or Without ASP.NET AJAX?
View original post here: http://www.asp.net/learn/ajax-videos/video-186.aspx — Do you have an idea for a custom server control that should be able to work without ASP.NET AJAX, yet could take advantage of ASP.NET AJAX if it is available? In this video we learn … Continue reading
How Do I: Create an ASP.NET AJAX Extender from Scratch?
View original post here: http://www.asp.net/learn/ajax-videos/video-184.aspx — Learn how to create an ASP.NET AJAX extender for a standard ASP.NET server control. We are shown how to add server-side properties and client-side JavaScript to extend the behavior of the standard TextBox control, though … Continue reading