Skip to main content

What is.Net? How its using?


What is.NET?

According to Microsoft, there is no full form and don't have any standard definition for this particular .net so what is the .net means simply speaking we can just say it's going to be software or a product that came from Microsoft which can be used for developing various kinds of applications.In another word, we can say its a framework that providing programming guidelines.

What are applications?

Basically, when we talk about applications is divided into various categories that are
  • Desktop Applications
  • Web Applications
  • Mobile Applications
like this, we can just go far dividing an application into different categorizations first.Unfortunately what is the problem with the older programming language is like c,c++ we have a drawback.

Drawbacks in c,c++:

The drawback is we cannot use the same languages for developing all the kinds of applications where we require to use for different language for each application we are going to develop.

For example:

If we want to build a desktop application we require to use languages like c,c++, visual basic, power builder so with a help of those languages we can develop desktop applications.But those languages are not feasible for developing Web applications.If we want to develop web applications we require to just take the support of some other languages and technologies like PHP, CGI, COLDFUSION, ASP, JAVASCRIPT like this we need to take help of a different language and technology for developing the web applications.
But when we come to mobile application development was not available on the older disk it came to picture after the year of 2000.

So what is the problem and drawback is telling you is if you are a programmer for developing different kinds of applications we require to just focus on or we require to learn a different kind of languages.So as a programmer learning all the languages and putting all the syntax in the brain is too much confusion.

So all the problems what we are talking right now addressed with.NET.
If you're going to use .NET we can develop Desktop, Web, Mobile Applications so everything under a single root.

How to develop these applications?

we already discussed for developing applications we need some programming language.

Under.Net they provided a set of languages and officially there are 30+ languages in .net.Now you have little bit confusion  why.net having 30+ languages? The reason is different people come from different languages such as java or c++ or PHP and etc.

.NET
  • C#.NET
  • VB.NET
  • F#.NET
  • J#.NET and etc

Even though we have 30+ languages in .net the more powerful or more used language in the industry right now is CSharp.So c# plays the reader role here and second preferred language is VB.NET.

C# is right now competitive with JAVA in the market.So 70% applications are developed using JAVA or.NET(Most preferred language is c#).






Comments

Popular posts from this blog

What is System Software and Application Software?

In this section, we are going to discuss the difference between system software and application software. Still, most of us have a lot of confusion about these two. I will clarify let me explain What is Software? Software means a set of the program made to complete some task. Its full and full codes. What is hardware? Hardware is physical one that we can touch and feel and made with some electrical components and that have some specific functions. For example Monitor, Pc, Mouse, Electric Board, Printer and etc Now you may think why I included hardware and explained?. The reason is without hardware software won't work same as without related software hardware won't work.  What is system software?  It is the software that used to manage computer resources and essential for the computer to work. It will install automatically when OS installed. See the image OS and utilities are applied in hardware then only it will work. Types: BIOS Ut...

What is Windows Service?

A Windows service is a Computer Program It enables to create long-running executable applications. It doesn't have any User Interfaces only running in the background process. It will run automatically when system boots ON and also we can set manually for Start and Stop Only one instance of windows service running on the device. It will run only administrator privileges. Are you looking my page using system or laptop?. Then you can see a lot of windows services that are running on your system background without your permission, Just follow my instructions Click "Start">Type "Services">Now you can see a lot of window services like below  WHAT IS THE WINDOWS SERVICES CONTROL MANAGER? Windows Services are managed via the Services Control Manager Panel.The Panel shows a list of services that are running on your system/laptop and for each Name, Description(Purpose of service), Status(Started or Not), Startup Type(Ma...

What is NLog ?

Nlog   is .NET Library which enables to add some sophisticated traces code to your application and delivering the flow of diagnostic traces from   source to target What is source code?                                         The source code is the fundamental component of a computer program that is created by a programmer and sequence formate.                    We can control the flow of diagnostic traces from source to target type. Types of Target: Email Messages(.mail)  Text File(.txt) Event Log(.log) Database(.db) and etc These all are called as target type messages.Each trace messages augmented with some contextual information. What is Contextual information?                    Contextual information can include f...