PDA

View Full Version : خبر: لینک های مفید و بعضا پیشرفته



ricky22
یک شنبه 03 مرداد 1389, 18:56 عصر
سلام دوستان

من سعی بر این دارم که لینک های خوب و پیشرفته ای را در این تاپیک قرار بدم.
سری اول لینک هام هم در رابطه مباحث عمومی ASP.NET Application است. که امیدوارم مفید واقع بشه.
نکته : همه ی لینک ها به زبان انگلیسی هستند.





How to download a File Stream other than a File (http://forums.ASP.NET/p/1258756/3131058.aspx)
Introduction to LINQ and VS 2008 web application (http://www.codeproject.com/KB/aspnet/IntoLINQVS2008.aspx)
Hello World: An Anatomy of an ASP .NET Project (http://www.asp101.com/articles/kaushal/aspnethelloworld/default.asp)
ASP.NET Application Life Cycle Overview for IIS 5.0 and 6.0 (http://msdn.microsoft.com/en-us/library/ms178473.aspx)
Logging ASP.NET Application Shutdown Events (http://weblogs.ASP.NET/scottgu/archive/2005/12/14/433194.aspx)
How to: Create ASP.NET Application-Level Event Handlers (http://msdn.microsoft.com/en-us/library/fwzzh56s.aspx)
Configuring the ASP.NET Worker Process through the 'machine.config' file (http://www.xefteri.com/articles/show.cfm?id=14)
Asp .net Web.config Configuration File (http://www.barnamenevis.org/forum/Asp%20.net%20Web.config%20Configuration%20File)
How to: Access ASP.NET Configuration Settings Programmatically (http://msdn.microsoft.com/en-us/library/4c2kcht0.aspx)

ASP.NET Configuration File Structure (Sections and Section Handlers) (http://msdn.microsoft.com/en-us/library/w7w4sb0w.aspx)

How To: Encrypt Configuration Sections in ASP.NET 2.0 Using DPAPI (http://msdn.microsoft.com/en-us/library/ff647398.aspx)
http://www.15seconds.com/issue/020417.htm
Use Custom HTTP Handlers in Your ASP.NET Applications (http://www.barnamenevis.org/forum/Use%20Custom%20HTTP%20Handlers%20in%20Your%20ASP.N ET%20Applications)



در ادامه لینک هایی در رابطه با
Membership , profile, Cryptography , ASP.NET AJax ,

Forms Authentication , Role Authorization , XML , LINQ

و ... قرار خواهم داد .
موفق باشید.

ویرایش : اگر دوستان لینک خوبی داشتن حتما قرار بدن
با تشکر

Mostafa_Dindar
یک شنبه 03 مرداد 1389, 19:36 عصر
Introduction to LINQ and VS 2008 web application (http://www.codeproject.com/KB/aspnet/IntoLINQVS2008.aspx)
فکر نمیکنم مقاله خوبی باشه ( با توجه به Rank اون ) به جای اون پیشنهاد میکنم مقالات زیر رو در مورد LINQ بخونید .



Automatic Properties, Object Initializer and Collection Initializers (http://weblogs.asp.net/scottgu/archive/2007/03/08/new-c-orcas-language-features-automatic-properties-object-initializers-and-collection-initializers.aspx)
Extension Methods (http://weblogs.asp.net/scottgu/archive/2007/03/13/new-orcas-language-feature-extension-methods.aspx)
Lambda Expressions (http://weblogs.asp.net/scottgu/archive/2007/04/08/new-orcas-language-feature-lambda-expressions.aspx)
Query Syntax (http://weblogs.asp.net/scottgu/archive/2007/04/21/new-orcas-language-feature-query-syntax.aspx)
Anonymous Types (http://weblogs.asp.net/scottgu/archive/2007/05/15/new-orcas-language-feature-anonymous-types.aspx?CommentPosted=true)
Using LINQ to SQL (Part 1) (http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx)
LINQ to SQL (Part 2 - Defining our Data Model Classes) (http://weblogs.asp.net/scottgu/archive/2007/05/29/linq-to-sql-part-2-defining-our-data-model-classes.aspx)
همینطور تا شماره 9 رو تو همون سایت جستجو کنید .

ricky22
یک شنبه 03 مرداد 1389, 19:51 عصر
یک سری لینک مربوط LINQ در ASP.NET

LINQ and .NET 3.5




LINQ to SQL (Part 1 - Overview) (http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx)
LINQ to SQL (Part 2 - Defining our Data Model Classes) (http://weblogs.asp.net/scottgu/archive/2007/05/29/linq-to-sql-part-2-defining-our-data-model-classes.aspx)
LINQ to SQL (Part 3 - Querying our Database) (http://weblogs.asp.net/scottgu/archive/2007/06/29/linq-to-sql-part-3-querying-our-database.aspx)
LINQ to SQL (Part 4 - Updating our Database) (http://weblogs.asp.net/scottgu/archive/2007/07/11/linq-to-sql-part-4-updating-our-database.aspx)
LINQ to SQL (Part 5 - Binding UI using the asp:linqdatasource) (http://weblogs.asp.net/scottgu/archive/2007/07/16/linq-to-sql-part-5-binding-ui-using-the-asp-linqdatasource-control.aspx)
LINQ to SQL (Part 6 - Retrieving data using stored procedures) (http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx)
LINQ to SQL (Part 7 - Updating our database using stored procedures) (http://weblogs.asp.net/scottgu/archive/2007/08/23/linq-to-sql-part-7-updating-our-database-using-stored-procedures.aspx)
LINQ to SQL (Part 8 - Executing Custom SQL Expressions) (http://weblogs.asp.net/scottgu/archive/2007/08/27/linq-to-sql-part-8-executing-custom-sql-expressions.aspx)
LINQ to SQL (Part 9 - Using a Custom LINQ Expression with the <asp:LinqDataSource> control) (http://weblogs.asp.net/scottgu/archive/2007/09/07/linq-to-sql-part-9-using-a-custom-linq-expression-with-the-lt-asp-linqdatasource-gt-control.aspx)
LINQ to XML (How to Build a Custom RSS Reader with it) (http://weblogs.asp.net/scottgu/archive/2007/08/07/using-linq-to-xml-and-how-to-build-a-custom-rss-feed-reader-with-it.aspx)
New Language Feature: Automatic Properties, Object Initializer and Collection Initializers (http://weblogs.asp.net/scottgu/archive/2007/03/08/new-c-orcas-language-features-automatic-properties-object-initializers-and-collection-initializers.aspx)
New Language Feature: Extension Methods (http://weblogs.asp.net/scottgu/archive/2007/03/13/new-orcas-language-feature-extension-methods.aspx)
New Language Feature: Lambda Expressions (http://weblogs.asp.net/scottgu/archive/2007/04/08/new-orcas-language-feature-lambda-expressions.aspx)
New Language Feature: Query Syntax (http://weblogs.asp.net/scottgu/archive/2007/04/21/new-orcas-language-feature-query-syntax.aspx)
New Language Feature: Anonymous Types (http://weblogs.asp.net/scottgu/archive/2007/05/15/new-orcas-language-feature-anonymous-types.aspx?CommentPosted=true)
Recipe: Tagging Data using LINQ (http://weblogs.asp.net/scottgu/archive/2006/07/19/Building-a-Photo-Tagging-Application-using-ASP.NET-2.0_2C00_-LINQ_2C00_-and-Atlas.aspx)
Null Coalescing Operator and using it with LINQ (http://weblogs.asp.net/scottgu/archive/2007/09/20/the-new-c-null-coalescing-operator-and-using-it-with-linq.aspx)

ricky22
یک شنبه 03 مرداد 1389, 19:54 عصر
این لینک ها مربوط به امنیت می باشند با اینکه قدیمی هستند هنوز ارزش خواندن دارند.

Security



Resource: ASP.NET 2.0 Membership, Roles, Forms Authentication, and Security Resources (http://weblogs.ASP.NET/scottgu/archive/2006/02/24/ASP.NET-2.0-Membership_2C00_-Roles_2C00_-Forms-Authentication_2C00_-and-Security-Resources-.aspx)
Recipe: Enabling Windows Authentication within an Intranet ASP.NET Web application (http://weblogs.ASP.NET/scottgu/archive/2006/07/12/Recipe_3A00_-Enabling-Windows-Authentication-within-an-Intranet-ASP.NET-Web-application.aspx)
Recipe: Implementing Role Based Security with ASP.NET using Windows Authentication and SQL Server (http://weblogs.ASP.NET/scottgu/archive/2006/07/23/Recipe_3A00_-Implementing-Role-Based-Security-with-ASP.NET-using-Windows-Authentication-and-SQL-Server.aspx)
Recipe: Configuring ASP.NET 2.0 Application Services to use SQL Server 2000 or SQL Server 2005 (http://weblogs.ASP.NET/scottgu/archive/2005/08/25/423703.aspx)
Tip/Trick: Integrating ASP.NET Security with Classic ASP and non-ASP.NET URLs (http://weblogs.ASP.NET/scottgu/archive/2007/03/04/tip-trick-integrating-asp-net-security-with-classic-asp-and-non-asp-net-urls.aspx)
Gotcha: Always set the "applicationName" property when configuring ASP.NET 2.0 Membership and other Providers (http://weblogs.ASP.NET/scottgu/archive/2006/04/22/Always-set-the-_2200_applicationName_2200_-property-when-configuring-ASP.NET-2.0-Membership-and-other-Providers.aspx)
Common Gotcha: Don't forget to <clear/> when adding providers (http://weblogs.ASP.NET/scottgu/archive/2006/11/20/common-gotcha-don-t-forget-to-clear-when-adding-providers.aspx)
Tip/Trick: Source/Documentation for Simple ASP.NET 2.0 SQL Providers Published (http://weblogs.ASP.NET/scottgu/archive/2006/10/13/Tip_2F00_Trick_3A00_-Source_2F00_Documentation-for-Simple-ASP.NET-2.0-SQL-Providers-Published.aspx)
Tip/Trick: Guard Against SQL Injection Attacks (http://weblogs.ASP.NET/scottgu/archive/2006/09/30/Tip_2F00_Trick_3A00_-Guard-Against-SQL-Injection-Attacks.aspx)
Tip/Trick: Gathering Custom User Registration Information (http://weblogs.ASP.NET/scottgu/archive/2006/07/05/Tip_2F00_Trick_3A00_-Gathering-Custom-User-Registration-Information.aspx)
Recipe: How to add a Login, Roles and Profile system to an ASP.NET 2.0 app in only 24 lines of code (http://weblogs.ASP.NET/scottgu/archive/2005/10/18/427754.aspx)
Gotcha: Authorization with the built-in VS 2005 Web Server (aka Cassini) (http://weblogs.ASP.NET/scottgu/archive/2006/01/31/437027.aspx)
Gotcha: Forms Authentication timeout default changed between ASP.NET 1.1 -> ASP.NET 2.0 (http://weblogs.ASP.NET/scottgu/archive/2005/11/08/430011.aspx)
Tip/Trick: How To Share Authentication Cookies across ASP.NET V1.1 and ASP.NET V2.0 Applications (http://weblogs.ASP.NET/scottgu/archive/2005/12/10/432851.aspx)
Tip/Trick: Enabling SSL on IIS 7.0 using Self Signed Certificates (http://weblogs.ASP.NET/scottgu/archive/2007/04/06/tip-trick-enabling-ssl-on-iis7-using-self-signed-certificates.aspx)

ricky22
یک شنبه 03 مرداد 1389, 20:03 عصر
کار کردن با XML


Working with XML (http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.NET-10-1.asp)
XMLTextReader (http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.NET-10-1.asp)
XML TextWriter (http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.NET-10-1.asp)
XML Document (http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.NET-10-1.asp)
XML DataDocument (http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.NET-10-1.asp)
XML NodeReader (http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.NET-10-1.asp)
Document Navigator (http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.NET-10-1.asp)
XML DataSet (http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.NET-10-1.asp)
Using Schema with ReadXml (http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.NET-10-2.asp)
Writing an XML Document from a DataSet (http://www.expertrating.com/courseware/DotNetCourse/DotNet-ASP.NET-10-3.asp)


ادامه دارد....

Alireza_Salehi
یک شنبه 03 مرداد 1389, 20:47 عصر
بهینه سازی در ASP.NET : شامل ASP.NET Pages,ASP.NET Ajax,Update Panel,Compression,Optimization


ASP.NET AJAX Performance Improvement (http://lancezhang.wordpress.com/2008/11/15/aspnet-ajax-performance/)
How to Improve ASP.NET UpdatePanel Performance (http://blog.turlov.com/2009/02/how-to-improve-aspnet-updatepanel.html)
Optimize UpdatePanel performance by avoiding unnecessary element disposal (http://www.blogfor.net/2008/05/27/optimize-updatepanel-performance-by-avoiding-unnecessary-element-disposal/)
ASP.NET Performance Tips (http://aspalliance.com/1533_ASPNET_Performance_Tips.15)
Perspectives on ASP.NET AJAX (http://msdn.microsoft.com/en-us/magazine/cc163480.aspx#S5)
10 ASP.NET Performance and Scalability Secrets (http://www.codeproject.com/KB/aspnet/10ASPNetPerformance.aspx)
http://www.how2learnASP.NET/article.aspx?code=2ae13ba3-36af-4a91-8533-e2ab292a406c (Farsi)
Chapter 6 — Improving ASP.NET Performance (http://msdn.microsoft.com/en-us/library/ms998549.aspx#scalenetchapt06_topic7)
Combining, Compressing, Minifying ASP.NET ScriptResource and HTML Markups (http://www.codeproject.com/KB/aspnet/AspNetOptimizer.aspx)
Using Content Expiration (IIS 6.0) (http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0fc16fe7-be45-4033-a5aa-d7fda3c993ff.mspx?mfr=true)
Enabling Gzip and Deflate HTTP Compression in ASP.NET pages (http://www.stardeveloper.com/articles/display.html?article=2007110401&page=1)
Compress WebResource.axd in ASP.NET (http://madskristensen.net/post/Compress-WebResourceaxd-in-ASPNET.aspx)
IIS 6 Compression Gzip & Deflate (http://snipplr.com/view/11837/iis-6-compression-gzip--deflate/)

Mostafa_Dindar
یک شنبه 03 مرداد 1389, 22:55 عصر
بهینه سازی در ASP.NET : شامل ASP.NET Pages,ASP.NET Ajax,Update Panel,Compression,Optimization


عالی بود

اگر بازهم اینطور لینکهای موضوعی دارید , لطفا با ما به اشتراک بگذارید . فکر میکنم , اگر هر کسی , BookMark هاشو به صورت موضوعی و مرتب اینجا قرار بده , این تاپیک مفید خواهد بود .

ricky22
یک شنبه 03 مرداد 1389, 23:12 عصر
دسترسی یه داده در ASP.NET

Introduction




Creating a Data Access Layer (http://www.asp.net/data-access/tutorials/creating-a-data-access-layer-cs)
Creating a Business Logic Layer (http://www.asp.net/data-access/tutorials/creating-a-business-logic-layer-cs)
Master Pages and Site Navigation (http://www.asp.net/data-access/tutorials/master-pages-and-site-navigation-cs)


Basic Reporting




Displaying Data With the ObjectDataSource (http://www.asp.net/data-access/tutorials/displaying-data-with-the-objectdatasource-cs)
Declarative Parameters (http://www.asp.net/data-access/tutorials/declarative-parameters-cs)
Programmatically Setting the ObjectDataSource's Parameter Values (http://www.asp.net/data-access/tutorials/programmatically-setting-the-objectdatasource-s-parameter-values-cs)


Master/Detail




Master/Detail Filtering With a DropDownList (http://www.asp.net/data-access/tutorials/master-detail-filtering-with-a-dropdownlist-cs)
Master/Detail Filtering With Two DropDownLists (http://www.asp.net/data-access/tutorials/master-detail-filtering-with-two-dropdownlists-cs)
Master/Detail Filtering Across Two Pages (http://www.asp.net/data-access/tutorials/master-detail-filtering-across-two-pages-cs)
Master/Detail Using a Selectable Master GridView with a Details DetailView (http://www.asp.net/data-access/tutorials/master-detail-using-a-selectable-master-gridview-with-a-details-detailview-cs)


Custom Formatting




Custom Formatting Based Upon Data (http://www.asp.net/data-access/tutorials/custom-formatting-based-upon-data-cs)
Using TemplateFields in the GridView Control (http://www.asp.net/data-access/tutorials/using-templatefields-in-the-gridview-control-cs)
Using TemplateFields in the DetailsView Control (http://www.asp.net/data-access/tutorials/using-templatefields-in-the-detailsview-control-cs)
Using the FormView's Templates (http://www.asp.net/data-access/tutorials/using-the-formview-s-templates-cs)
Displaying Summary Information in the GridView's Footer (http://www.asp.net/data-access/tutorials/displaying-summary-information-in-the-gridview-s-footer-cs)


Editing, Inserting, and Deleting Data




An Overview of Inserting, Updating, and Deleting Data (http://www.asp.net/data-access/tutorials/an-overview-of-inserting-updating-and-deleting-data-cs)
Examining the Events Associated with Inserting, Updating, and Deleting (http://www.asp.net/data-access/tutorials/examining-the-events-associated-with-inserting-updating-and-deleting-cs)
Handling BLL- and DAL-Level Exceptions in an ASP.NET Page (http://www.asp.net/data-access/tutorials/handling-bll-and-dal-level-exceptions-in-an-asp-net-page-cs)
Adding Validation Controls to the Editing and Inserting Interfaces (http://www.asp.net/data-access/tutorials/adding-validation-controls-to-the-editing-and-inserting-interfaces-cs)
Customizing the Data Modification Interface (http://www.asp.net/data-access/tutorials/customizing-the-data-modification-interface-cs)
Implementing Optimistic Concurrency (http://www.asp.net/data-access/tutorials/implementing-optimistic-concurrency-cs)
Adding Client-Side Confirmation When Deleting (http://www.asp.net/data-access/tutorials/adding-client-side-confirmation-when-deleting-cs)
Limiting Data Modification Functionality Based on the User (http://www.asp.net/data-access/tutorials/limiting-data-modification-functionality-based-on-the-user-cs)



همه ی لینک ها به همراه فیلم و سورس به 2 زبان در اینجا (http://www.asp.net/data-access/tutorials)

ricky22
یک شنبه 03 مرداد 1389, 23:17 عصر
پروژ های متن بازی معرفی شده در سایت رسمی ASP.NET



Subtext (http://www.subtextproject.com/)

Subtext is a personal blog publishing platform that focuses on usability, elegance, and simplicity. If you’ve ever caught yourself throwing your hands in the air and declaring that you’re going to write your own blogging engine, then Subtext is for you.


Oxite (http://visitmix.com/labs/oxite/)

Oxite (alpha) is an open source, standards compliant, and extensible content management sample that can run anything from blogs to big web sites like MIX Online.


BlogEngine.NET (http://blogengine.codeplex.com/)

BlogEngine.NET is a full-featured blogging platform that is a breeze to set up, customize, and use. BlogEngine.NET works with your choice of data source; you may use SQL Server, or you may take the plug’n’play approach using XML files.


dasBlog (http://www.dasblog.info/)

dasBlog is a blogging engine offering elegant visual aesthetics & powerful easy to use features. dasBlog requires no database, using file-based content management with an architecture that ensures excellent performance.


Wiki
(http://www.asp.net/community/projects#btt)



FlexWiki (http://www.flexwiki.com/)

FlexWiki is an ASP.NET Wiki application and perhaps the best known application of its type for ASP.NET. It uses a file based content repository or an optional SQL Server based repository.


ScrewTurn Wiki (http://www.screwturn.eu/Wiki.ashx)

ScrewTurn Wiki is a fast, powerful and simple ASP.NET wiki engine, installs in a matter of minutes and it’s available in different packages, fitting every need. It’s even free and open source.


Content Management
(http://www.asp.net/community/projects#btt)



Umbraco (http://umbraco.org/)

A Content Management Platform (CMS) written in c# on the Microsoft .NET platform. It's fast, flexible and with a user interface that makes it a charm to use.


Orchard (http://www.orchardproject.net/)

Orchard will create shared components for building ASP.NET applications and extensions, and specific applications that leverage these components to meet the needs of end-users, scripters, & developers.


DotNetNuke (http://www.dotnetnuke.com/)

The Leading Web Content Management System (CMS) and Application Development Platform for Microsoft .NET. The free Community Edition runs hundreds of thousands of production web sites.


mojoPortal (http://www.mojoportal.com/)

An easy to use, accessible, and standards compliant content management system and web application framework for ASP.NET 3.5, featuring Blogs, Forums, Event Calendar, Newsletter, Maps, ecommerce and more.

ricky22
یک شنبه 03 مرداد 1389, 23:31 عصر
کار کردن با کنترل ها






Dissecting the Validation Controls in ASP.NET 2.0 (http://aspnet.4guysfromrolla.com/articles/112305-1.aspx)
Creating a Step-by-Step User Interface with the ASP.NET 2.0 Wizard Control: The Basics (http://aspnet.4guysfromrolla.com/articles/061406-1.aspx) [Improving and Customizing the User Experience (http://aspnet.4guysfromrolla.com/articles/062806-1.aspx)]
Customizing the CreateUserWizard Control (http://aspnet.4guysfromrolla.com/articles/070506-1.aspx) [Customizing the CreateUserWizard Control To Display a Fixed Set Of Security Questions (http://aspnet.4guysfromrolla.com/articles/050609-1.aspx)]
Using the TreeView Control and a DataList to Create an Online Image Gallery (http://aspnet.4guysfromrolla.com/articles/083006-1.aspx)
Creating Validator Controls for the CheckBox and CheckBoxList (http://aspnet.4guysfromrolla.com/articles/092006-1.aspx) |
Disabling the Submit Button Until a CheckBox is Checked (http://aspnet.4guysfromrolla.com/articles/121907-1.aspx)
Creating a TextBox Word / Character Counter Control (http://aspnet.4guysfromrolla.com/articles/103107-1.aspx) [Updates to the TextBox Word / Character Counter Control (http://aspnet.4guysfromrolla.com/articles/010709-1.aspx)]
Working Around ASP.NET's HyperLink ImageUrl Bug (http://aspnet.4guysfromrolla.com/articles/013008-1.aspx)
Picking Dates with a Free RJS PopCalendar, a Free ASP.NET Popup Calendar Control (http://aspnet.4guysfromrolla.com/articles/060408-1.aspx)
Displaying a Message in Response to Some Action and Then Hiding It on Subsequent Postbacks (http://aspnet.4guysfromrolla.com/articles/080608-1.aspx)
RedirectButton - Redirect Users With the Click of a Button (http://aspnet.4guysfromrolla.com/articles/012809-1.aspx)
Creating a "What I'm Reading" Widget (http://aspnet.4guysfromrolla.com/articles/020409-1.aspx)
Take Control Of Web Control ClientID Values in ASP.NET 4 (http://aspnet.4guysfromrolla.com/articles/031710-1.aspx)
Data Web Controls Enhancements in ASP.NET 4 (http://aspnet.4guysfromrolla.com/articles/032410-1.aspx)
Managing View State in ASP.NET 4 Using the New ViewStateMode Property (http://aspnet.4guysfromrolla.com/articles/071410-1.aspx)

ricky22
دوشنبه 04 مرداد 1389, 19:01 عصر
سری دیگه لینک که اکثرا 2010 هستند :


[/]
ASP.NET 4.0 : Manipulate ClientID using ClientIDMode (http://www.dotnetfunda.com/articles/article838-aspnet-40--manipulate-clientid-using-clientidmode-.aspx)

Securing ASP.NET Web Services with Forms Authentication (http://dotnetslackers.com/articles/aspnet/Securing-ASP-Net-Web-Services-with-Forms-Authentication.aspx)
How to Search a Website Using ASP.NET 3.5 (http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/)

ASP.NET Page Curls using jQuery (http://www.dotnetcurry.com/ShowArticle.aspx?ID=509)

Check for Existing Values with ASP.NET CustomValidator + jQuery $... (http://brian.dobberteen.com/code/jquery_ajax_custom_validator/)

Creating an ASP.NET report using Visual Studio 2010 (http://weblogs.ASP.NET/rajbk/archive/2010/05/09/creating-an-asp-net-report-using-visual-studio-2010-part-1.aspx)
TextBox AutoComplete with ASP.NET and jQuery UI (http://www.dotnetcurry.com/ShowArticle.aspx?ID=515)

Persisting CheckBox State While Paging in GridView Control (http://www.highoncoding.com/Articles/697_Persisting_CheckBox_State_While_Paging_in_Grid View_Control.aspx)

ViewStateMode in ASP.NET 4.0 (http://weblogs.ASP.NET/sreejukg/archive/2010/04/06/viewstatemode-in-asp-net-4-0.aspx)

ricky22
سه شنبه 05 مرداد 1389, 08:56 صبح
application Architecture



application Architecture

Using XML to Share Constants Across Projects (http://aspnet.4guysfromrolla.com/articles/121003-1.aspx) | Improving Using XML to Share Constants Across Projects (http://aspnet.4guysfromrolla.com/articles/011204-1.aspx)
Accessing Common Code, Constants, and Functions in an ASP.NET Project (http://aspnet.4guysfromrolla.com/articles/122403-1.aspx)
An Introduction and Overview of the Microsoft Application Blocks (http://aspnet.4guysfromrolla.com/articles/062503-1.aspx) | Examining the Data Access Application Block (http://aspnet.4guysfromrolla.com/articles/070203-1.aspx) | Examining the Exception Management Application Block (EMAB) (http://aspnet.4guysfromrolla.com/articles/032404-1.aspx) | An Introduction to the Microsoft Enterprise Library (http://aspnet.4guysfromrolla.com/articles/022305-1.aspx)
Streamlining Your Data Access Layer with Helper Methods (http://aspnet.4guysfromrolla.com/articles/081005-1.aspx)
Specifying Configuration Settings in Web.config (http://aspnet.4guysfromrolla.com/articles/053102-1.aspx) [Creating Custom Configuration Sections in Web.config (http://aspnet.4guysfromrolla.com/articles/020707-1.aspx)]
Globalizing ASP.NET Applications With Non-Standard Languages (http://aspnet.4guysfromrolla.com/articles/030304-1.aspx)
Creating Template-Driven Web Sites with MasterPages (http://aspnet.4guysfromrolla.com/articles/040704-1.aspx)
Using HTTP Modules and Handlers to Create Pluggable ASP.NET Components (http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/elmah.asp)
Using a Custom Base Class for your ASP.NET Pages' Code-Behind Classes (http://aspnet.4guysfromrolla.com/articles/041305-1.aspx)