codeproject 几篇asp.net文章

时间:2022-04-23
本文章向大家介绍codeproject 几篇asp.net文章,主要内容包括其使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

Best Practices in ASP.NET for writing User Control In MultiView And Wizard using Dynamic controls http://www.codeproject.com/useritems/Creating_Dynamic_Controls.asp

This control it is a example of implementation of ViewState and ControlDesigner for support on design time. WebTabControl was the main idea of shTabControl. http://www.codeproject.com/useritems/shTabControl.asp

Gridview with a single ModalPopupExtender/Panel for row editing  http://www.codeproject.com/useritems/GridView-ModalPopupExtend.asp

Master pages and factory patterns using ASP.NET http://www.codeproject.com/aspnet/MasterPagesASP.asp

Combining a BuildProvider and IExtenderProvider to create a declarative framework for conditional formatting in ASP.NET GridViews. http://www.codeproject.com/aspnet/GridThemes.asp HTMLEditor Provider - How to write a custom provider for ASP.NET 2.0  http://www.codeproject.com/aspnet/HTMLEditor.asp Using DayPilot 2.0 (Outlook-like calendar control for ASP.NET)  http://www.codeproject.com/useritems/daypilot2.asp

ASP.NET server library for creating CMS website (forums, articles/wiki, news, users/roles, ...), using NHibernate for data access http://www.codeproject.com/useritems/eucalypto.asp

An article to master the ObjectDataSource.  http://www.codeproject.com/aspnet/ObjectDataSourceInDepth.asp

Ludico 采用NHibernate.Net作为系统框架。Sourceforge上的项目地址:http://sourceforge.net/projects/ludico/

These article discusses some tips for commonly faced problems in .NET http://www.codeproject.com/useritems/tips.asp?df=100

An article on securing your cookies in several ways to defeat the several vulnerabilities that cookies have http://www.codeproject.com/aspnet/BulletProofCookies.asp

An easy to use .NET solution for Job Scheduling, with pluggable actions, that runs on a Windows Service. Backup your SQL Server Express and much more!

http://www.codeproject.com/useritems/SQLAgent.asp

ASP.NET web control that renders performance counter data to the screen in the form of a text label, progress bar, histogram, or line graph and automatically updates itself via an AJAX call

http://www.codeproject.com/useritems/performancecountercontrol.asp This article list out Performance tips to improve Web applications performance. I have divided the article into 3 modules based on where we use these performance tips. 1.Web.config. 2. Web applications. 3. Database operations. http://www.codeproject.com/useritems/Application_Performance.asp OCR with Microsoft® Office http://www.codeproject.com/csharp/modi.asp Culture and Region Info tool for .NET 2.0 http://www.codeproject.com/useritems/CultureAndRegionInfoTool.asp