The second article from William Fawthrop (aka Informant) will discuss in detail what Fields and Properties are and how to properly implement them into your applications. We will start off Discussing common coding practices and how they differ in .NET. Specifically property syntax. Informant has been a developer for about 5 years now and developing in C# for about 1 year. He has created a number of freeware software solutions(SQL X-ecuter,Simple ASP.NET Web Server, etc) as well as working fulltime for PCSTop.com as Lead Developer. He specializes in .NET migration as well as creative solutions in the .NET framework.
In this tutorial we shall proceed with a brief Introduction to Visual Studio.NET and also discuss three Versions of Visual Studio.NET - The first version-VS.NET, VS.NET 2003, Visual Studio 2005 VS.NET 2005.
The label "web services," as broadly applied, has two levels of meaning—one specific and one conceptual. Specifically, web services are a stack of emerging standards that describe a service-oriented, component-based application architecture. Conceptually, web services represent a model in which discrete tasks within e-business processes are distributed widely throughout a value net.
ITQuestionbank.com is an open Database Directory with over 3000 Articles, Certification Notes, Tutorials, Ebooks, FAQ's and Interview Questions resources. Dedicated sections for each Technolgy like Testing, MicroSoft, Database... If you are looking for anything specific, please take a look.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
Is the migration to ADO.NET keeping you up at night? This article will show you some techniques for transforming your ADO recordset into an ADO.NET dataset using Visual Basic .NET.
Take advantage of inheritance in the .NET Framework to extend ASP.NET classes to make them generate ASP.NET code that is fully accessible to people with disabilities.
ASP.NET 2.0 Free Tutorials : Managing Membership and Roles - In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, Setting up the Membership, The Membership Provider, The ProviderBase Class, The MembershipProviderBase Class, Managing Roles, The Role Class and The Role Provider.
In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, Setting up the Membership, The Membership Provider, The ProviderBase Class, The MembershipProviderBase Class, Managing Roles, The Role Class and The Role Provider.
Explains how to manage a session and application state objects in ASP.NET Web Services.
Using session objects is always a good option for maintaining per user data. But the case of web services is different. In real life, Web services may be called thousands of times a day. In such cases, keeping per user data in the webserver would be a bad approach.
Advanced use of Master Pages in ASP.NET 2.0 to achieve consistent look and feel of your web site. Master Pages enables us to apply the same page layout to multiple pages in a Web Application.