| Home : Programming : ASP.NET |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
|
This tutorial explains about Accessing Data with C# with an Overview of ADO.NET, Connecting to Data , Executing Commands , Working with Data and Choosing an ADO.NET Provider along with the Project files used in this.
Updated: 05/28/2006
|
|
|
Microsoft.net framework provides the developer with more advanced controls. Among those are the Calendar, AdRotator and the Xml Control. In this Tutorial we will see how we can make use of the rich controls provided by the framework.
Updated: 05/28/2006
|
|
|
This tutorial covers Validating User Input with C# covers Overview of ASP.NET Validation Controls , Using the Simple Validators , Using the Complex Validators and Summarizing Results with the Validation Summary Control.
Updated: 05/28/2006
|
|
|
In this tutorial we will introduce some of the most commonly used controls used in Asp.net web programming. We will see all the different types of controls and their behavior. I will not talk about complex, data bound or template controls in this tutorial since we are going to look at that in later tutorials.
Updated: 05/28/2006
|
|
|
ASP.NET with C# Training Course Outline
Week 1.Introduction to ASP.NET with C#
Week 2. Working with Web Forms Controls and C#
Week 3.Validating User Input with C#
Week 4. Using Rich Server Controls with C#
Week 5. Accessing Data with C#
Week 6. Using the DataList and Repeater, Datagrid Controls
Week 7. Managing Data with ADO.NET DataSets and C#
Week8. Creating and consuming XML Web Services with C#
Week 9. Migration and Interoperability
Week10.Managing State with ASP.NET and C#
Week 11.Improving Performance with Caching
Week 12.Configuring and Deploying ASP.NET Applications
Week 13.Securing ASP.NET Applications with C#
Week 14: IBuySpy.com - Project Work
Week 15: An E-Commerce Storefront - Project Work
Week 16: A Class Browser Application- Project Work
Updated: 05/28/2006
|
|
|
We will be starting ASP.NET training with C# from this week. The content will be updated on weekly basis. ASP.NET with C# training series teaches experienced developers the C#, ASP.NET, ADO.NET, VB .NET and Visual Studio .NET skills they need to successfully build database-driven Web applications and Web services.
We will be providing sample code along with any articles links from external sites, please use discussion board if you have any questions. At the end we will be doing a mini Project depending the response from the users.
Updated: 05/28/2006
|
|
|
Introduction This example assumes that you are familiar with ASP, XML and HTML 4.0. Data stored in XML files can easily be edited from the Web This article is a follow up to the Saving HTML Form Data to XML article. If you have not read Saving HTML Form Data to XML, I suggest that you do so now. This article builds upon it. I have received pretty positive feedback on the Saving HTML Form Data to XML sample, but many people wanted to know how to edit the XML data. So,...
Updated: 05/30/2005
|
|
|
Many people forget that ASP isn\'t just for making dynamic HTML pages. ASP can be used to create pages of all kinds, or even binary data, like images. Some examples have used XML, audio playlists, text files, GIFs, and JPGs - literally anything with a MIME type that the browser recognizes. The code needed to make this happen is really quite simple. It takes only one line to change the HTTP header to produce a different MIME type, and thus force the web browser to...
Updated: 05/30/2005
|
|
|
Introduction This example assumes that you are familiar with ASP, XML and HTML 4.0. Data stored in XML files can easily be edited from the Web This article is a follow up to the Saving HTML Form Data to XML article. If you have not read Saving HTML Form Data to XML, I suggest that you do so now. This article builds upon it. I have received pretty positive feedback on the Saving HTML Form Data to XML sample, but many people wanted to know how to edit the XML data. So,...
Updated: 05/30/2005
|
|
|
by Matteo G.P. Flora - http://www.lastknight.com Playing with URL Rewrite I came across Url Rewrite in .NET a little time ago, trying to get rid of the querystrings of an old-ASP CMS I deveoped and worked great (see Pitagora / WOE Web Content Management System ) but had the problems that afflict a lot of asp scripts: all the pages are something like: http://myhost/mypage.asp?pagetoget=MyVeryGoodPage While working at this I came across a fancy all purpose Url rewriting and caching engine...
Updated: 05/30/2005
|
|
|