Sunday, July 5, 2020

Content list need to prepare

ASP.NET
 .Net Framework?
  Components of .Net Framework
Cross Language Integration (CLI)
Common Language Runtime (CLR)
Common Language Specification (CLS)          
Common Type System (CTS)
Microsoft Intermediate Language (MSIL)
Code Manager (CM)
         Managed Code
                                Unmanaged Code
                                                               Native Code
Garbage Collection (GC)  
             What is GC?
             How it works?
Framework Class Library (FCL)
Just-In-Compiler (JIT)
              Pre JIT
              Econo JIT
              Normal JIT
security
memory management
exception handling
Architecture of .NET Framework.
Windows Forms.
Web Forms.
MVC
Console Applications.
                             
Security in .Net Framework.
Memory Management in .Net Framework.
Exception Handling in .Net Framework.
  

OOP Concepts

        Classes and Objects

           Classes

                      Class Members
                      Properties and Fields
                      Methods
                      Events
                      Nested Classes
                      Access Modifiers and Access Levels
               
                               Static (Shared) Classes and Members
                              
                               Anonymous Types

           Objects

                     .NET Memory Allocation 

                              HEAP , STACK

                              Instantiating Classes

                      Object Type , Reference Type

            Encapsulation

            Abstraction

            Inheritance
                 Overriding Members

            Polymorphism
                 Run Time
                 Compile Time
                 Overriding
                 Overloading

                 Constructors

            Destructors
           
            Interfaces
            
            Generics

            Delegates


OOP Design Principle


Important Links

http://larakannan.blogspot.in/2010/11/just-in-time-jit-and-its-types.html

http://weblogs.asp.net/erobillard/129134

http://www.codeproject.com/Articles/5724/Understanding-NET-Code-Access-Security

https://msdn.microsoft.com/en-us/library/930b76w0(v=vs.80).aspx

https://msdn.microsoft.com/en-us/library/ff648665.aspx

No comments:

Post a Comment