Click here to Skip to main content
15,886,689 members
Articles / Web Development / ASP.NET
Article

Introduction to Microsoft's .NET Platform

Rate me:
Please Sign up or sign in to vote.
1.38/5 (15 votes)
23 May 200310 min read 62.8K   29   8
An introduction to Microsoft's .NET platform.

Image 1

These are some of the terms that all software developers and jobseekers have been having their eyes glued on since at least early last year. This article is devoted to those who need to or love to keep themselves updated with the emerging trends of technology!!

  • Microsoft .NET is Microsoft's newly redesigned, revolutionary software programming architecture aimed to create applications which are e-enabled to work on the Internet where they are termed as service. Microsoft .NET is Microsoft's first step towards this technology. Microsoft has tried to build a new era of programming architecture with the introduction of Microsoft .NET. This would be the most productive environment for businesses that want to develop complex Internet enabled applications. This is aimed at making a user's PC connect with all other desperate wireless devices affecting every piece of application code written. One can be sure of a richer computing experience with this technology because of its integration with smart devices and information agents. That is why Microsoft decided to rebuild this new platform from the ground-up.
  • ASP.NET is not just another upgrade or the next version of ASP. It is a unified web development platform that provides necessary services for developers to build Enterprise Web based applications. ASP.NET allows you to use a full featured programming language such as C# or VB.NET to build web applications easily. Essentially, ASP.NET code comprises of compiled code unlike traditional ASP code which is interpreted thus making it more efficient in terms of execution speed. OOPS features in ASP.NET. This helps in easy maintainability and reusability of code. As mentioned earlier, ASP.NET seamlessly integrates different programming languages without any fear of compatibility issues for these different languages. The whole idea is to keep the code separate from its implementation. That is the basic idea behind Microsoft .NET.
  • C# is a simple, modern, object oriented and type-safe programming language derived from C and C++. C# (pronounced "C sharp") is firmly planted in the C and C++ family tree of languages, and will immediately be familiar to C and C++ programmers. C# is built specifically to program the Microsoft .NET framework. The .NET framework consists of a run-time environment known as the Common Language Runtime (CLR), and a set of class libraries, which provide a rich development platform that can be exploited by a variety of languages and tools. C# aims to combine the high productivity of Visual Basic and the raw power of C++. C# is provided as part of Microsoft Visual Studio 7.0. In addition to C#, Visual Studio supports Visual Basic, Visual C++, and the scripting languages VBScript and JScript. All of these languages provide access to the Microsoft .NET platform, which includes a common execution engine and a rich class library. For C# developers, even though C# is a new language, it has complete access to the same rich class libraries that are used by seasoned tools such as Visual Basic and Visual C++. C# itself does not include a class library. It's built with the Web in mind and claims to provide an environment that's in sync with HTML, XML, and SOAP.
  • VS.NET is the comprehensive tool for rapidly building and integrating XML Web Services and applications, dramatically increasing developer productivity, and enabling new business opportunities. This is the only development environment built from the ground up for XML Web Services. By allowing to share data over the Internet, XML Web Services enable developers to assemble applications from new and existing code, regardless of platform, programming language, or object model. Developers can use VS.NET to create powerful next-generation Internet applications fast and effectively.
  • VB.NET enables you to create rich applications for Microsoft Windows platform in less time, incorporate data access from a wider range of database scenarios, create components with minimal code, and build Web based applications using your existing skills. VB.NET has many new and improved language features such as inheritance, interfaces, and overloading that make it a powerful Object Oriented Programming language. Additionally, Visual Basic developers can now create multithreaded, scalable applications using explicit multithreading. These developers will also find various other new or improved features like the Overrides keyword, interfaces, shared members, constructors along with several new data types, structured exception handling, and delegates.
  • ADO.NET represents a new object model tailored for the .NET programming environment. It makes extensive use of inheritance and name spaces to provide a more general solution for data access and manipulation than existed in any of the previous object models. You can do a lot of neat things with ADO.NET that you couldn't do with ADO 2.7, but most of these features have no business in an ASP.NET Web application. For instance, if you're building complex DataSets with DataTable relationships, you're missing the mark. Those features are best employed in WinForms applications. In the context of ASP.NET, ADO.NET should be used as a simple data retrieval mechanism. DataSets can be streamed to XML, making them an ideal enabler for data transmission over Web Services, but this is more a product of the XML infrastructure of the .NET Framework itself than of ADO.NET.
  • XML Web Services are the fundamental building blocks in the move to distributed computing on the Internet. Open standards and the focus on communication and collaboration among people and applications have created an environment where XML Web services are becoming the platform for application integration. Applications are constructed using multiple XML Web services from various sources that work together regardless of where they reside or how they were implemented. XML Web Services expose useful functionality to Web users through a standard Web protocol. In most cases, the protocol used is SOAP. XML Web services provide a way to describe their interfaces in enough detail to allow a user to build a client application to talk to them. This description is usually provided in an XML document called a Web Services Description Language (WSDL) document. XML Web services are registered so that potential users can find them easily. This is done with Universal Discovery Description and Integration (UDDI).
  • JScript .NET is Microsoft's implementation for JavaScript. JScript .NET adds many new features to JScript, including direct support for Object Oriented Programming techniques.
  • VISUAL J# .NET was introduced by Microsoft Corporation at Microsoft TechEd 2002 Europe. This is targeted as a development tool for Java language developers building applications and services on the Microsoft .NET Framework. Visual J# .NET aims to provide an easy transition for Java-language developers into the world of XML Web Services and dramatically improves the interoperability of Java language programs with existing software written in a variety of other programming languages. The ease of integration, interoperability and migration of existing skills and investments that Visual J# .NET enables can give a big draw to customers who want to develop applications and XML Web Services with the Java language on the .NET Framework.
  • SOAP is a lightweight specification protocol used to invoke methods on servers, components and objects so as to exchange information in a decentralized, distributed environment. SOAP was originally developed by Microsoft, DevelopMentor, and Userland Software and was then submitted to the Internet Engineering Task Force (IETF), who eventually made it an official recommendation. SOAP provides a solution for connecting Web sites and applications in order to create "Web services" (as coined by Microsoft in its new platform .NET). The specification's authors decided to keep SOAP as a low-layer system. They clearly stated that they did not want to define an entire distributed object system specification (that is, no "distributed garbage collection," for example).
  • UDDI (Universal Discovery Description and Integration) is a public registry designed to house information about businesses and their services in a structured way. Through UDDI, one can publish and discover information about a business and its Web Services. This data can be classified using standard taxonomies so that information can be found based on categorization. Most importantly, UDDI contains information about the technical interfaces of a business' services. Through a set of SOAP-based XML API calls, one can interact with UDDI at both design time and run time to discover technical data, such that those services can be invoked and used. In this way, UDDI serves as infrastructure for a software landscape based on Web Services. In simple words, we can say that UDDI is the yellow pages of Web services. As with traditional yellow pages, you can search for a company that offers the services you need, read about the service offered and contact someone for more information. You can, of course, offer a Web service without registering it in UDDI, just as you can open a business in your basement and rely on word-of-mouth advertising but if you want to reach a significant market, you need UDDI so that your customers can find you.
  • VISUAL C# .NET offers beginners and intermediate developers, with some experience in C++ or Java, a modern language and robust development environment for creating XML Web Services and Microsoft .NET based applications for Microsoft Windows platform as well as create powerful next-generation Internet applications fast and effectively.

Conclusion

ASP.NET allows you to choose which language you will develop in. Microsoft believes that choosing an actual language will simply come down to the type of lifestyle you are leading. In my opinion, .NET is Microsoft's greatest invention. .NET has advantages for both developers and clients alike.

For developers, we now have all of the tools we need right at our fingertips to create, manage and distribute our applications with ease. We can utilise the Internet like never before. The .NET's CLR also means that our applications are less likely to crash, and more likely to provide us with the results we're looking for: a clean, quick and sturdy implementation with maximum up time and minimum down time.

Clients can expect a whole new range of advanced Internet equipped components and services to help meet their demands more easily. Just imagine a couple of years down the track; you might be the developer creating a web service to help your clients train their new employees online, without any human intervention. The possibilities are endless with .NET, and things can only get better from here!

Although it may sound a bit bombastic, .NET is about increasing the quality of your programming model and giving software engineering the position it should have with respect to classical engineering.

F1... F1... Help!!

MSDN Library

Microsoft has created an amazingly well designed MSDN library for ASP.NET and all of the other .NET languages. It includes a full class library containing information and examples on every class, function, method, and property accessible through ASP.NET.

The MSDN library also includes some tutorials and examples to get you started. It may take you a while to get used to the format and layout of the MSDN ASP.NET library, however, once you do, you will find it's an invaluable resource to aid you throughout your ASP.NET learning experience. The .NET MSDN library can be found here.

GotDotNet

GotDotNet is the official Microsoft home page for the .NET Framework. It's a good place to read news on what's happening in the world of .NET, as well as download sample .NET code. It also houses the ASP.NET QuickStart Guide, which is a good primer if you're new to ASP.NET development.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Nakul Goyal, currently doing Master of Sciences in Information Technology from Panjab University, Chandigarh. A Bachelor of Computer Applications from Punjab Technical University, he is passionate towards the Cyber World & he likes to write about Technology. He's also a Microsoft Certified Professional and a Brainbench Certified 'MVP'(Most Valuable Professional). Also the Co-Founder of CWSTeam (http://www.cwsteam.com). Contact Nakul Goyal by Email: nakul@cwsteam.com

Comments and Discussions

 
GeneralMy vote of 1 Pin
Dave Kreskowiak17-Feb-09 8:16
mveDave Kreskowiak17-Feb-09 8:16 
GeneralOne Stupid Question Pin
pkterry31-Jul-03 20:01
pkterry31-Jul-03 20:01 
Generalnew section for indian dummies Pin
Anonymous26-May-03 1:54
Anonymous26-May-03 1:54 
GeneralRe: new section for indian dummies Pin
Chris Maunder27-May-03 5:29
cofounderChris Maunder27-May-03 5:29 
GeneralIts a good thing... Pin
Jim Stewart24-May-03 8:49
Jim Stewart24-May-03 8:49 
GeneralRe: Its a good thing... Pin
Ray Cassick24-May-03 9:02
Ray Cassick24-May-03 9:02 
GeneralRe: Its a good thing... Pin
Jim Stewart24-May-03 14:24
Jim Stewart24-May-03 14:24 
GeneralRe: Its a good thing... Pin
Joel Holdsworth25-May-03 12:02
Joel Holdsworth25-May-03 12:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.