Saturday, August 7, 2010

ASP.NET authentication and authorization

This article will discuss how to implement ASP.NET authentication and authorization. This article initially starts with authentication and authorization concepts and later explains the three important ways of doing authentication and authorization i.e. windows, forms and passport. As the article moves ahead it explains basic, digest and integrated authentication in depth. This article also dives in depth on how forms authentication can be used to implement custom authentication and single-sign on authentication. One of the important concepts this article touch bases is ticket generation in cookies and how ASP.NET membership and role can help us to increase productivity.

Read more at http://www.dotnetfunda.com/articles/article979-aspnet-authentication-and-authorization-.aspx

Author: Questpond

What are the Sql Server Management Objects?

What are the Sql Server Management Objects? It is a .NET library from Microsoft which allows you to access and manage all objects of the Microsoft SQL Server. It allows you to create, alter and drop objects like views, tables, jobs from your .NET application in a easy way.

Read more at http://www.dotnetfunda.com/articles/article978-what-are-the-sql-server-management-objects-.aspx

Author: Baldi

Paging with Repeater Control

Repeater doesn't have an in-built feature of paging. But we can use paging in it by using PagedDataSource class. Let me explain it in details.

Read more at http://www.dotnetfunda.com/articles/article980-paging-with-repeater-control-.aspx

Author: Ganeshji

Wednesday, August 4, 2010

External AppSetting file for your AppSettings in .config file

This article describes how to specify an external AppSetting file from within web.config file and specify the settings value inside external file. It also describes related benefits and limitation of the external AppSetting file.

Read more at http://www.dotnetfunda.com/articles/article969-external-appsetting-file-for-your-appsettings-in-config-file-.aspx

Author: SheoNarayan

ASP.NET GridView + jQuery tips and tricks - Part 2

This article demonstrate how to do CRUD operation using GridView and jQuery seamlessly (without page refresh) and also describes some simple UI effects in ASP.NET GridView control using jQuery. This is the Part 2 and last part of this article.

Read more at http://www.dotnetfunda.com/articles/article971-aspnet-gridview--jquery-tips-and-tricks--part-2-.aspx

Author: SheoNarayan

Change App.Config File

This article will explore the details related to change the App.Config file setting at runtime in Windows application.

Read more at http://www.dotnetfunda.com/articles/article972-change-appconfig-file-.aspx

Author: Neeks

ASP.NET GridView + jQuery tips and tricks - Part 1

This article demonstrate how to do CRUD operation using GridView and jQuery seamlessly (without page refresh) and also describes some simple UI effects in ASP.NET GridView control using jQuery. This is the Part 1 of this article.

Read more at http://www.dotnetfunda.com/articles/article970-aspnet-gridview--jquery-tips-and-tricks--part-1-.aspx

Author: SheoNarayan

.pdf generator in .NET - Dynamically generate .pdf in ASP.NET

This article explains how to create a .pdf document in .NET using iTextSharp. After reading this article, you should be able to dynamically export GridView into .pdf document. You should also be able to generate .pdf with some custom text and images.

Read more at http://www.dotnetfunda.com/articles/article977-pdf-generator-in-net--dynamically-generate-pdf-in-aspnet-.aspx

Author: SheoNarayan

How to work with QueryString?

Here i have tried to put some explanation about Query String with some examples.

Read more at http://www.dotnetfunda.com/articles/article974-how-to-work-with-querystring-.aspx

Author: Ganeshji

FileUpload Server Control

Using this control, in ASP.NET one can upload files very easily. Though, it has few restrictions, yet I would say it is a fantastic Control.

Read more at http://www.dotnetfunda.com/articles/article973-fileupload-server-control-.aspx

Author: Ganeshji

What are the Sql Server Management Objects?

What are the Sql Server Management Objects? It is a .NET library from Microsoft which allows you to access and manage all objects of the Microsoft SQL Server. It allows you to create, alter and drop objects like views, tables, jobs from your .NET application in a easy way.

Read more at http://www.dotnetfunda.com/articles/article978-what-are-the-sql-server-management-objects-.aspx

Author: Baldi

ASP.NET authentication and authorization

This article will discuss how to implement ASP.NET authentication and authorization. This article initially starts with authentication and authorization concepts and later explains the three important ways of doing authentication and authorization i.e. windows, forms and passport. As the article moves ahead it explains basic, digest and integrated authentication in depth. This article also dives in depth on how forms authentication can be used to implement custom authentication and single-sign on authentication. One of the important concepts this article touch bases is ticket generation in cookies and how ASP.NET membership and role can help us to increase productivity.

Read more at http://www.dotnetfunda.com/articles/article979-aspnet-authentication-and-authorization-.aspx

Author: Questpond