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
  • 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
  • Good Essays

    ASP.NET is a web application framework developed by Microsoft to build dynamic data driven Web applications and Web services. ASP.NET is a subset of .NET framework, a framework is a collection of classes, and ASP.NET is the successor to classic ASP. ASP.NET web pages, known officially as…

    • 411 Words
    • 2 Pages
    Good Essays
  • Good Essays

    NT1210 Unit 2

    • 443 Words
    • 2 Pages

    7. Web Server - software that stores web pages and web objects, listens for requests for those pages, and sends the contents of those pages/objects to clients.…

    • 443 Words
    • 2 Pages
    Good 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
  • 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

    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
  • Powerful Essays

    Objectives on Asp.Net

    • 1037 Words
    • 5 Pages

    Reflection is a concept using which we can 1) Load assemblies dynamically 2) Invoke methods at runtime 3) Retriving…

    • 1037 Words
    • 5 Pages
    Powerful 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
  • 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

    • A common runtime enviornment for all .NET languages – Common type system – Common metadata – Intermediate Language (IL) to native code compilers – Memory allocation and garbage collection – Code execution and security • Over 15 languages supported today – C#, VB, Jscript, Visual C++ from Microsoft – Perl, Python, Smalltalk, Cobol, Haskell, Mercury, Eiffel, Oberon, Oz, Pascal, APL, CAML, Scheme, etc.…

    • 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