Monday, 20 April 2015

How To Start Coding In Dot Net

How To Start Coding In Dot Net :

First learn Fundamental coding concepts from any programming language like C,c++,Java. This knowledge will help you build the application and give an idea how to implement the given requirement. ones you have sufficient knowledge on how to build logic for any given requirement so you are ready to start coding in .net. Before starting with .net first understand "what is .net ?" and "how its different from other programming languages". What is .Net ? .Net its a framework means its like a collection of different programming languages under one roof.this means if you have knowledge on java,c are C++ you can develop application using the .Net. This .Net has multi-language support so user can develop the application using the language he proffer. This .Net supports the lot of scripting languages like JavaScript,Ajax,Jquery and so on.So all the application can be build using .net. how its different from other programming languages? .Net is different from other languages as it can support different languages and library so we can develop variety of application using the .Net. Its different other from other programming languages as it can integrate different languages in one single unit and perform the task. Example: If u an application half code written in java and other half written in C its impossible to run java code in C or C code in java but in .Net we can run the both codes as a single unite and execute the code. So let the beauty of .Net in detail So if u compare .net with different technologies like java are PHP are any other technologies the advantages of .net are as following .net is a rapid development technologies its means we can develop the application faster compare to java. .net has Good library support that means we have ready made controls to use to its easy to develop the application. .net application debugging is simple and it easy to fix the bugs during the development. .net is simple to develop and it can support up-gradation and so on. .net application are simple to deploy and host. What Types of Application in .Net ?
In .Net we have two types of Application 1.Windows application it's also called as desktop application. 2.Web Application. Windows application : This application are used mainly developed for system specific application its like one system use are a intranet application. The main differences between windows application and web application is the protocols used are different. In window we use TCP/IP protocol. In windows application we have restriction on the number of user so as windows application can handle up to 65,536 at a time not more than that. Web Application: In this web Application it mainly used to target a large group of internet user like all the shopping web site are so on. And it uses the HTTP protocols so it don't have any restriction on user limits. The above the one of the main difference between windows and web application. so how the codes are different in both windows and web application ? No as .net all the application are similar and it uses the same syntax like all the loop are variable declaring are all are similar but some fundamental differences the UI part of windows and web application. So how to start coding with .net? First understand the fundamental building block of the programming like what is object and what are class and methods,how to declare a variable so first learn the fundamentals of the .net. Ones you have good understanding of the .net concepts than go for fundamentals a OOPs Concepts.

Start the programming with basic case study like

In windows Application try the following case study

1. Addition of numbers.

2.prime number.

3.Getting the Text box values into a labels.

4.Try the Different Controls and its Uses.

5.Different Events in the Controls.

6.User Registration form with all the personal information and department information and save them into Data base.(Department Should be get from Data Base and Country also.)

In web Application try the Following case study

1.Employee Registration form and Insert information into data Base.

2.Connection The Web Application With different data Bases like SQl,Mysql,Orcale.

3.Create a Search Button for Searching the Employee by Department Number are name in one single text box.

4.Create a Page with Display the Current Time with seconds changes every second.

5.Create a Page one with personal information and display the information in page two and Insert into DB.

6.Take up a big project Like student are employee management system and start developing the application depending on the student module are employee module create a different modules for different users.

Than Start your .net Career.

No comments:

Post a Comment