Preview

Cs 5020 Unit 2 Programming Language Report

Satisfactory Essays
Open Document
Open Document
485 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Cs 5020 Unit 2 Programming Language Report
REPORT 3
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

You May Also Find These Documents Helpful

  • Good Essays

    Cs 5020 Unit 5 Report

    • 594 Words
    • 3 Pages

    The term API stands for application programming interface asp.net web api is a framework for building web api’s that is HTTP base services…

    • 594 Words
    • 3 Pages
    Good Essays
  • Good Essays

    1. The World Wide Web is a system with universally accepted standards for storing, retrieving, formatting, and displaying information via a client/server architecture.…

    • 3431 Words
    • 14 Pages
    Good Essays
  • Good Essays

    The language for which the compiler has been made is named as “M#”. M# is a general-purpose programming language having the most basic functionalities in it. This language basically focuses on the mathematical calculations, which are done using arithmetic operators and a few relational operators. M# is a case sensitive language.…

    • 703 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    In order to test your IIS server implementation you decide to create a test web site using HTML. Your Senior Administrator suggests you familiarize yourself with some basic HTML tags before you begin.…

    • 242 Words
    • 1 Page
    Satisfactory Essays
  • Powerful Essays

    Code running within the .NET framework is called managed code and this has been fully optimized for performance and secured to…

    • 1025 Words
    • 5 Pages
    Powerful Essays
  • Satisfactory Essays

    Perform research 3

    • 335 Words
    • 1 Page

    Answer 5: ASP.NET is an open source server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.…

    • 335 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    Questions on Java Collection

    • 4040 Words
    • 17 Pages

    | The Iterator interface is used to step through the elements of a Collection .…

    • 4040 Words
    • 17 Pages
    Good Essays
  • Powerful Essays

    Mr. Robles

    • 7324 Words
    • 30 Pages

    Another important aspect mentioned in this description is that F# is multi-paradigm language. This means that it tries to take the best from many programming languages from very different worlds. The first paradigm is functional programming which has a very long tradition and is becoming more important lately for some very appealing properties, including the fact that functional code tends to be easier to test and parallelize and is also extensible in a ways where object oriented code makes extending difficult.…

    • 7324 Words
    • 30 Pages
    Powerful Essays
  • Satisfactory Essays

    object oriented system

    • 477 Words
    • 2 Pages

    Each object and its attributes are abstract entities and is characterized by its functionality. Using the functionality of objects they can further be grouped in classes.…

    • 477 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    More stable working environment: the memory of each program is separated. If one program is hanged, others programs will not be affected.…

    • 1608 Words
    • 7 Pages
    Better Essays
  • Powerful Essays

    Objectives on Asp.Net

    • 1037 Words
    • 5 Pages

    Atleast one 12. How many navigation controls are there in ASP.NET 4.0? There are three navigation controls in ASP.NET 4.0: 1) SiteMapPath 2) Menu 3) TreeView 13. List various event which occur throughout the life cycle of a page. 1)Page_PreInit 2)Page_Init 3)Page_InitComplete 4)Page_PreLoad 5)Page_Load 6)Control Events 7)Page_LoadComplete 8)Page_PreRender 9)SaveViewState 10)Page_Render 11)Page_Unload 14.…

    • 1037 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    Data Structure Using C++

    • 901 Words
    • 6 Pages

    1 2014 Data Structure Using C++ Easy With DS Notes For a MCA (Mgt./ Sem-III) And other Cources. On Pune University Syllabus [Type text] Chinmay D Bhamare AIMS Inst . Of Management ,Chalisgaon 4/18/2014 Related Topics Data Structure using C++ 1 Introduction 2 Array 3 Linked List 4 Stack 5 Queue 6 Tree 7 Binary Threaded Tree 8 Graph By: Chinmay D. Bhamare…

    • 901 Words
    • 6 Pages
    Good Essays
  • Powerful Essays

    Intoduction to Asp.Net

    • 960 Words
    • 4 Pages

    Common Language Specification Visual Studio.NET ASP.NET: Web Services and Web Forms Windows Windows Forms Forms…

    • 960 Words
    • 4 Pages
    Powerful Essays
  • Good Essays

    C++ solution

    • 459 Words
    • 2 Pages

    (iii) Function prototyping is used to describe the details of the function. It tells the compiler about the number of arguments, the type of arguments, and the type of the return values. It some what provides the compiler with a template that is used when declaring and defining a function. When a function is invoked, the compiler carries out the matching process in which it matches the declaration of the function with the arguments passed and the return type. In C++, function prototype was made compulsory but ANSI C makes it optional. The syntax is as follows:…

    • 459 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    6. How the types and their relative addresses of declared names are computed and how scope…

    • 351 Words
    • 2 Pages
    Satisfactory Essays