Entry Profile |
Exit Profile |
---|---|
|
|
.NET provides tools and libraries that enable developers to create Windows software much faster and easier. .NET benefits end-users by providing applications of higher capability, quality and security.
Absolutely yes, You can become a web developer and make you bright career with many different IT MNCs. Microsoft Technologies are the growing market globally.
Overview of the .NET Platform. How .NET is Different from Traditional Programming. .NET Framework Classes. Common Language Runtime (CLR). Overview of .NET Assemblies
Setting Profiles. Creating a Project. Using the Solution Explorer. Setting Project Properties. Adding References. Using the Code Editor. Compiling a Program. Running a Program
Data Types. Value Types vs. Reference Types. Control/Conditional Statements. If Else. While. Do While. For , For-each. Break Continue. Switch Case
Defining and Using Arrays. Using System.Array. Defining and Using Structures. Defining and Using Enumerations
What are Exceptions. .NET Exception Hierarchy/ Catching Exceptions. Throwing Exceptions. Managing Resources with Final. Defining Custom Exception Types
Defining and Using Classes. Class Members. Access Modifiers. Working with Property Procedures. Working with Constructors and Finalizers
Defining and Implementing Interfaces. Defining and Implementing Inheritance. Cross-Language InheritanceVisual Inheritance. Forcing Inheritance with Abstract. Classes. Preventing Inheritance with Sealed
Defining and Implementing Delegates. Understanding Partial Classes. Working with Generics. Working with Iterators. Working with Nullable Types. Working with Anonymous methods.
Difference between delegate and function pointer. Types of delegates. Defining events. EventHandlers
What is ASP.Net. Differences between ASP and ASP.Net. Need of Asp.net MVC. ASP.Net – New Scenario indevelopment process with IDE – VS.Net. Page Directives and its use. Separating Code & Design. Understanding the ASP.Net ExecutionScenario. C#.Net role in ASP.Net development
Introducing Web Forms, WorkerProcess. HTML, HTML Controls. Client-side & Server-side controls. Consuming HTML Client/Servercontrols in webForms. Working with Server Controls. Consuming ASP.Net controls inWebForms. Understanding the Rendering Nature ofControls. Asp.net PageLifeCycle
Validating Form with ValidationControls of ASP.Net. RequiredFieldValidator control. CompareValidator control. RangeValidator control. CustomValidator control. Create Server-side/Client-sidefunctions for CustomValidator control. Group Validations & avoidingValidations. ValidationSummary control
Creating User Controls. Adding member to user controls. Registering User Controls. Properties & Methods. Dynamically loading user controls
The Basics of Master Page. Coding a Master Page Coding a Content Page. Event Ordering
Designing DB Schema, Keys, Joins. DML Operation (Select/Insert/Update/Delete)
Overview of ADO.NET. Connect/Insert/Update/Delete, Querydata – using ADO.N ET. Retrieve data with datasets. Data Adapters, Understanding Datatables
ASP.NET bound controls. Types of databinding. DataSource Controls. Repeater & its uses. DataBound Controls. Bind data to Dropdownlist control. Datalist control. GridView (Basic) – simple uses. GridView (Advanced) – Runtime Fields,EmptyDataRows. N-Tier architecture. FormView&DetailsView. DataPager,ListView. • Need of LINQ. SQL toLINQ. LINQ and Collections
Different state management techniques. View state and its featuresUsing Query String. Advantages and disadvantages of QueryString. Working with cookies. Advantages and disadvantages ofcookies. Session and its features. Comparison between Session &application. Using the Global.asax file. Managing Application State. Application & Session Variables
Advantages of Caching. Comparing with Application & Sessionvar’s. Page Output Caching. Page Data Caching. Fragment Caching. Crosspagepostback and its advantages
SecurityOverview. Authentication & Authorization. Windows-based Authentication. Forms-based Authentication. Configuring ASP.Net Application. Web Application configuration Advantages. Web Application MachineConfiguration. Web.Config, Machine.Config. Deploying ASP.NET Application