Brief Introduction about C#.Net
Introduction |
- C#.Net is the one of the Programming Language the .Net Framework also contains another Programming languages like Vb.net but C#.Net contain more features compare to other programming languages.C#.Net is platform independent language recently microsoft ceo announce about this one.In this we are using oops(object oriented programming)concepts like abstraction,Inheritance,Polymorphism.
- C#.Net also Contain More advance features like frameworks,assemblies etc.This advance features are helpful to store the data in easy formate especially frameworks are used to store the data instead of datastructures.
- C#.net is a console application its having more advantages especially it is used for some game developments.
*************/Introduction/**********************
Introduction
C# is an elegant and type-safe object-oriented language that enables developers to build a variety of secure and robust applications that run on the .NET Framework. You can use C# to create Windows client applications, XML Web services, distributed components, client-server applications, database applications, and much, much more. Visual C# provides an advanced code editor, convenient user interface designers, integrated debugger, and many other tools to make it easier to develop applications based on the C# language and the .NET Framework.
*************/History/**********************
History
C# syntax is highly expressive, yet it is also simple and easy to learn. The curly-brace syntax of C# will be instantly recognizable to anyone familiar with C, C++ or Java. Developers who know any of these languages are typically able to begin to work productively in C# within a very short time. C# syntax simplifies many of the complexities of C++ and provides powerful features such as nullable value types, enumerations, delegates, lambda expressions and direct memory access, which are not found in Java. C# supports generic methods and types, which provide increased type safety and performance, and iterators, which enable implementers of collection classes to define custom iteration behaviors that are simple to use by client code. Language-Integrated Query (LINQ) expressions make the strongly-typed query a first-class language construct.
*************/Detailed C#.Net/**********************
Detailed C#.Net
As an object-oriented language, C# supports the concepts of encapsulation, inheritance, and polymorphism. All variables and methods, including the Main method, the application's entry point, are encapsulated within class definitions. A class may inherit directly from one parent class, but it may implement any number of interfaces. Methods that override virtual methods in a parent class require the override keyword as a way to avoid accidental redefinition. In C#, a struct is like a lightweight class; it is a stack-allocated type that can implement interfaces but does not support inheritance.
*************/Additional Features/**********************
Additional Features
- In addition to these basic object-oriented principles, C# makes it easy to develop software components through several innovative language constructs, including the following:
- Encapsulated method signatures called delegates, which enable type-safe event notifications.
- Properties, which serve as accessors for private member variables.
- Attributes, which provide declarative metadata about types at run time.
- Inline XML documentation comments.
Share With Your Friends in Social Media (Facebook, Twitter, Google Plus Etc...) if You Like Our Content And Feel Free To Comment.
0 comments:
Post a Comment