Loading...
Thursday 9 April 2020

introduction to csharp

What is C#

C# is high level , modern , simple, object oriented , general purpose, robust and secure programming language. C# is developed by Anders Hejlsberg during development of .Net Framework at Microsoft. C# is approved by ECMA (European Computer Manufacturers Association) and ISO (international Standards Organization. C# runs on .net framework and is multi-paradigm programming language, which means C# has functional and object oriented capabilities. It can be used for developing Windows Desktop Applications, games and web applications and mobile applications and much more.

What is in this C# video tutorial series

This C# video tutorial series teaches you C# basic concepts and than go through the C# advance concepts. This C# video training series covers C# basic concepts, like Variables and Data Types, Keywords , Operators, expressions and statements, control structures, arrays, methods , objects and classes , constructors and destructors, inheritance , encapsulation, abstraction, overloading , overriding etc., also covers advance C# concepts like exception handling , File Input Output, Multi threading, indexers, delegates , events, regex, properties, lamda expressions, ado.net, entity framework, Collections etc.

What type of applications can be developed in C#

C# is one of the modern , general purpose programming language , which can be used to develop various kinds of applications. Some of the kinds of applications which can be developed in C# are given below:
Windows Applications
Those applications which runs inside Windows Operating Systems, Some Example of Windows Applications that can be developed in c# are text editors, word processors, calculator, accounting applications, inventory management system, school management system, event management system, but ticketing system, library management system etc.
Console Applications
Console Applications are mostly used to learn C# concepts
Web Applications
C# can be used in Asp.net to develop Web Applications.
Web Services
C# can be used in Asp.Net Web API to develop Web Services.
Distributed Applications
C# can be used to making distributed applications which runs on network
Database Applications
C# can be used to make database applications, by using builtin Data Base classes like ADO.NET, Entity framework etc

Introduction to C# Video Tutorial


0 Comments:

Post a Comment

 
TOP