INTERNSHIP IN CS 5020
Name: Sreya Kakkerla
Student ID: 7006558870
Designation: Program Analyst
I have learned few more advanced topics in c # programming Language in these two weeks. The topics are:
Delegates: A delegate is a type secure function pointer. That is, it holds a connection with a characteristic. The signatures of the delegate have to fit the signature of the characteristic, the delegate points to, otherwise you get a compiler mistakes. This is the cause delegates are referred to as type safe characteristic suggestions.
Events: A mechanism for communication between objects. Used in building loosely coupled applications and helps extending applications.
Lambda Expressions: Anonyms methods and lambda expressions are very similar. Anonyms methods are introduced in c # 2 and lambda expressions in c # 3. => is …show more content…
LINQ enables us to question any sort of facts source ( SQL server XML documents, objects in memory etc).
Garbage Collector in C#: Runtime has a Garbage Collector Which cleans the objects that are not in use.
Type Reflection: Reflection is the ability of inspecting an assemblies metadata at runtime. It is used to find all types in an assembly and or dynamically invoke methods in an assembly.
Attribute-Based Programming: Attributes assist you to add declarative information in your programs. This information can then be queried at runtime using reflection.
And also I have learned how to create ASP.NET controls. There are different controls of ASP.NET. They are: ASP. Textbox, ASP. Gridview, ASP. Detailsview, ASP. Rotator:
ASP.NET is a web application framework developed by Microsoft to build dynamic data driven web applications and web services.
Web application is an application that is accessed by users using a web browser. Some of the web applications are Microsoft internet explorer, Google chrome, Mozilla firefox, Apple safari, Netscape Navigator.
Different windows in visual