Explain .NET and its features.

 Introduction to Dot Net

  •  The .NET is the technology from Microsoft, on which all other Microsoft technologies will be depending in the future.
  • .NET is a software framework that is designed and developed by Microsoft. The first version of the Net framework was 1.0 which came in the year 2002. In easy words, it is a virtual machine for compiling and executing programs written in different languages like C#, VB.Net, etc.
  • It is used to develop Form-based applications, Web-based applications, and Web services. There is a variety of programming languages available on the .Net platform, VB.Net and C# being the most common ones. It is used to build applications for Windows, phones, the web, etc. It provides a lot of functionalities and also supports industry standards.


Features of .NET

The following are features of .NET:

  • Rich Functionality Out of the Box: The .NET framework gives colorful functionality out of the box. It contains hundreds of modules that present a collection of functionality that you can use in your applications. As a programmer, we need not go into details of many functions such as file IO, network communication, Notes, etc.


  •  Easy Development of Web-Based Applications: The ASP.NET is a technology available on the .NET platform for creating dynamic and data-driven web-based applications. ASP.NET has an event-driven programming model/webforms with intricate UI. ASP.NET server controls provide sophisticated UI elements (like Details ViewandGrid View) that save a lot of coding effort. 


  • OOPS Support: .NET is a fully object-oriented environment. According to .NET philosophy "Object is the mother of all." Languages like Visual Basic.NET now support many of the Object-Oriented characteristics that were missing traditionally. Even integers and characters can also be treated as objects something not available even in C++. 


  • Multi-Language Support: Generally, enterprises have shifting skill sets. For example, People working in a company might possess different programming skills in Visual Basic, C++, and Java, etc. Since .NET supports multiple languages, it makes the existing system more robust and reduces the training and development cost incurred by an organization to keep pace with the advancement in programming languages. This means that if you have skills in Java, you just mold them to suit.NETenvironment. As of now four languages are available right out of the box namely Visual Basic.NET, C# (C-sharp), Jscript.NET, and Managed C++ (a dialect of Visual C++).


  • Multi-Device Support: The current lifestyle is increasingly embracing mobile and wireless devices such as smartphones, Tablets, and handheld PCs. .NET provides a platform for programming such devices.

Comments

Popular posts from this blog

Suppose that a data warehouse for Big-University consists of the following four dimensions: student, course, semester, and instructor, and two measures count and avg_grade. When at the lowest conceptual level (e.g., for a given student, course, semester, and instructor combination), the avg_grade measure stores the actual course grade of the student. At higher conceptual levels, avg_grade stores the average grade for the given combination. a) Draw a snowflake schema diagram for the data warehouse. b) Starting with the base cuboid [student, course, semester, instructor], what specific OLAP operations (e.g., roll-up from semester to year) should one perform in order to list the average grade of CS courses for each BigUniversity student. c) If each dimension has five levels (including all), such as “student < major < status < university < all”, how many cuboids will this cube contain (including the base and apex cuboids)?

Suppose that a data warehouse consists of the four dimensions; date, spectator, location, and game, and the two measures, count and charge, where charge is the fee that a spectator pays when watching a game on a given date. Spectators may be students, adults, or seniors, with each category having its own charge rate. a) Draw a star schema diagram for the data b) Starting with the base cuboid [date; spectator; location; game], what specific OLAP operations should perform in order to list the total charge paid by student spectators at GM Place in 2004?

What is national data warehouse? What is census data?