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

My Project Ideas resource materials

Thursday, April 28, 2016

Preparation for Dot net Interview

Important topics

  1. Oops Concept in depth with examples. (internals) {Objects, Classes, Structure, Constructor, destructor, Abstraction, Encapsulation, Inheritance, type of inheritance, Polymorphism, Abstract, Interface, public, private, protected, internal, sealed, Shared , Partial classes, Overload, override, Virtual, Interface, }
  2. Asp.net structure and its components. (internals)
  3. Asp.net application life cycle. (internals)
  4. Asp.net web page life cycle. (internals)
  5. Http controller, Http Moduler.
  6. Master page and web server controls. (internals)
  7. State Management in asp.net (internals)
  8. IIS 6, 7 differences
  9. Heap, stack, value type, reference type
  10. Collections, Generic
  11. Basic Data structures linklist, tree, hash table, vector
  12. Linq (internals)
  13. Entity framework (internals)
  14. MVC 5 (internals)
  15. Web API (internals)
  16. SQL (internals)
  17. HTML5, and HTML (internals)
  18. CSS3 , and CSS2 (internals)
  19. JavaScript in depth with examples (internals)
  20. Jquery (internals)
  21. Identity and access Management.
  22. CMS.
  23. Mobile app Android and Windows.
  24. VSTO outlook mail
  25. Office 365



    ....Note** this post is in the development stage, it may get change later.