Share Your Source Code or Article

Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.

Submit now...

Database Programming Made Easy

This tutorial will teach you step by step on how to connect and manipulate database. If you'd like to suggest a tutorial please write a comment at the bottom of this article.

Read more...

Hire Us to Do Your Work

Do you want a customized system? Do you want to setup your own website to do business? Then we are here to help you in your programming needs.

Read more...

Search

Introduction to Microsoft .Net Framework
planetsourcecode's picture
Language: .NET
Category: Miscellaneous

.Net is the development platform for the future by Microsoft. The aim of Microsoft is to work in a distributed environment. There are may reasons behind this vision first , it will encourage classes/codes to be organized in one place rather then they are distribute in many places, earlier like in visual basic environment it is very difficult to manage the codes. Second reason is the thinking of running their application on any kind of machine, in simpler words the programs developed in dot net can be run on windows, Linux and other OS platforms.

Another interesting thing is that Microsoft is using some open source technologies like XML and SOAP, the reason for this is that they want to share data and information with other application on different platform.
The .NET consists of .NET framework which consist of CLR (Common Language Runtime), Classes and components for web application (ASP.NET) and desktop application development (WinForms).

The Common Language Runtime manages the execution of code complied in .Net platform, the two things about CLR is that it can be ported to any platform, second thing is that different languages can be used to work with .Net Framework Classes. Microsoft developed a new language i.e. C# which will work perfectly fine with the .Net Framework and it is becoming the language of all .Net developer, the reason for this is that it similarity with C++

Further Readings
1). http://en.wikipedia.org/wiki/Microsoft_.NET
2). http://msdn.microsoft.com/en-us/netfram ... fault.aspx

About the author:

PlanetSourceCode.in is a place for all developer providing free source codes, articles, MCA complete projects,complete application in PHP, C/C++, Javascript, Visual Basic, Cobol, Pascal, ASP/VBScript, AJAX, SQL, Perl, Python, Ruby, Mobile Development

0
Your rating: None



Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <java>, <java5>, <javascript>, <mysql>, <php>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • You may use [inline:xx] tags to display uploaded files or images inline.
  • Links to specified hosts will have a rel="nofollow" added to them.

  • You may insert videos with [video:URL]

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.

Step by Step Java Tutorial

In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.

Read more...

Do You Have Question?

Do you have any question related to computer programming? Visit our forum and post new topic on the category you like. Be gentle when asking a question.

Ask now...

Point of Sale

Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.

Read more...