0% found this document useful (0 votes)
537 views

C# Syllabus

This document outlines a course on MCA 505 C# and .NET Framework that is divided into 5 units covering topics such as introducing C# and the .NET framework, object oriented programming concepts in C#, application development using C# and .NET, web application development, and the common language runtime and .NET framework. The course is worth 45 credits total and references 6 books for additional material.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
537 views

C# Syllabus

This document outlines a course on MCA 505 C# and .NET Framework that is divided into 5 units covering topics such as introducing C# and the .NET framework, object oriented programming concepts in C#, application development using C# and .NET, web application development, and the common language runtime and .NET framework. The course is worth 45 credits total and references 6 books for additional material.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

MCA 505 C # AND .

NET FRAMEWORK

3 0 0 100

UNIT I INTRODUCTION TO C# 8 Introducing C#, Understanding .NET, Overview of C#, Literals, Variables, Data Types, Operators, Expressions, Branching, Looping, Methods, Arrays, Strings, Structures, Enumerations. UNIT II OBJECT ORIENTED ASPECTS OF C# 9

Classes, Objects, Inheritance, Polymorphism, Interfaces, Operator Overloading, Delegates, Events, Errors and Exceptions. UNIT III APPLICATION DEVELOPMENT ON .NET 8

Building Windows Applications, Accessing Data with ADO.NET. UNIT IV WEB BASED APPLICATION DEVELOPMENT ON .NET 8

Programming Web Applications with Web Forms, Programming Web Services. UNIT V THE CLR AND THE .NET FRAMEWORK 12

Assemblies, Versioning, Attributes, Reflection, Viewing MetaData, Type Discovery, Reflecting on a Type, Marshaling, Remoting, Understanding Server Object Types, Specifying a Server with an Interface, Building a Server, Building the Client, Using SingleCall, Threads. TOTAL : 45 REFERENCE BOOKS 1. E. Balagurusamy, Programming in C#, Tata McGraw-Hill, 2004. (Unit I, II) 2. J. Liberty, Programming C#, 2nd ed., OReilly, 2002. (Unit III, IV, V) 3. Herbert Schildt, The Complete Reference: C#, Tata McGraw-Hill, 2004. 4. Robinson et al, Professional C#, 2nd ed., Wrox Press, 2002. 5. Andrew Troelsen, C# and the .NET Platform, A! Press, 2003. 6. S. Thamarai Selvi, R. Murugesan, A Textbook on C#, Pearson Education, 2003.

You might also like