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

Developers Program Syallbus - Dot Net FullStack

Sidh pith 1kg me to get the position available please don't hesitate in contacting me about

Uploaded by

siddhesh shelar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Developers Program Syallbus - Dot Net FullStack

Sidh pith 1kg me to get the position available please don't hesitate in contacting me about

Uploaded by

siddhesh shelar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

C#

Topic Subtopics
CLR Architecture and Services
The .Net Intermediate Language (IL), Just- In- Time Compilation and CLS
Disassembling .Net Application to IL
Strict Type Checking
1 Introduction to Dot Net
System Namespace
System .Object Namespace
System .Collection Namespace
System .Type
Exception
2 Dot Net framework Class Libraries
Data type and Control Constructs
Value and Reference Types
Declaring and Initializing Variables
Unicode Characters and Strings
C.T.S Type
Implicitly Typed Local Variables
Conditional Syntax
C# Operator
Looping Syntax
Structure
3 Language Fundamental
Arrays in General
Declaring of different type Arrays
Initializing Arrays
Accessing element of different type Array Members
Arrays of Objects
Structure type array
Using for each with Arrays
4 Array and String Understanding System. String class and its various operations
Encapsulating Attribute
Class & Object Creation
Define Constructor
Type of Constructor
Define Methods and their Type
Overloading Methods and Constructor overloading
Define Property and their Types
The Memory Allocation with New Keyword
Passing Initial Values with Constructor
5 OOPS Concepts Invoking Property and Methods
Implementing Inheritance Hierarchies
Class Access Modifiers
Method Overloading, Overriding and Hiding Concepts
Run time polymorphism
Abstract and Sealed Class
Exposing Interface
Implementation Interface in a Class
Play with Namespaces
Interface Polymorphism
Operator Overloading
6 Inheritance and Polymorphism Partial Class
Means of Error, Bug and Exceptions
Role of .Net Exception Handling
System Level Exception
Application Level Exception
Try and Catch Block
Handling Multiple Exception
Finally Block
7 Exception Handling Throw Exception on Request Custom Exception
Event Driven Programming
Delegate, Event and its association
Synchronous and asynchronous operation with delegate
User Defined events and delegates
Multicasting with Delegates
8 Event and Delegates Anonymous methods
Understand multithreading process
The System Threading namespace
The Thread and Thread Start class
Thread life cycle
Thread Safety Concept
Thread synchronization
Understanding Thread Pool
9 Mulithreading Understanding Role of Thread Background Worker Component
File and Directory Class
Marshal Classes, File Info and Directory Info
Path Class
Drive Info Class
Stream Object with Files: Stream Reader, Stream Writer
10 I/O Operations with File system File Stream and Memory Stream
MySQL Introduction of RDBMS, Types of Relations , Tables, DataTypes , DDL ,
DML, DCL , Types of Keys , Types of constraints , Variety of select stmt , clauses ,
Operator , Built-in functions , How to sort records , check multiple conditions , Joins
SQL , Sub queries

11
How ADO.NET works and how it differs from ADO?
12 Introduction to Dot Net Evolution of ADO to ADO.NET
Connection Object
Command Object
Dataset
Data Reader Object
Data Adapter Object Concurrency and the Disconnected Data Architecture
13 ADO.Net and it's architecture Provider
Performing standard Database Commands with LINQ to SQL
LINQ to Objects Versus LINQ to SQL
Selecting with LINQ to SQL
Inserting with LINQ to SQL
Updating with LINQ to SQL
Deleting with LINQ to SQL
Dynamic Queries
14 Introduction to LINQ and LINQ to S Debugging LINQ to SQL
15 Git Version Control TFS , Git ,Unit Test Case Development, nUnit
Code Quality, Best Programming
Practices, Optimizing
16 Performance(DesignPatterns)

Responsive Web development


Topic Subtopics
Introduction to HTML,Basic elements of
HTML,Table,List,Nav,CheckBox,Radio,Introduction to CSS,Id and Class
1 HTML ,CSS selector,adv selectors,Text,background,padding ,margin properties ,CSS 3
Introduction to JavaScript,How too include JavaScript in HTML,var,let,writting
2 JavaScript functions,Array,DOM,Event handling,Callback function,promises.
What is responsive web applicaion, Bootstrap grid System, Bootstrap classes,
3 BootStrap ,JQuery JQuery need?Accessing DOM using Jquery? Ajax call

ASP.Net
Topic Subtopics
Need of Web Application
Http Protocol
Static and Dynamic Page
Concept Working of IIS and Browser
1 Introduction to Web Form Differences between ASP and ASP.NET
Creating sever pages
Architecture of handling request In Web server
Http request object
Http response object
2 Server pages using ASP.Net Understanding post back
Understanding of Application Life Cycle
Page Life-cycle Stages
Life-cycle Events
Autoeventwireup
3 Understanding Page Life cycle Tracing and debugging asp.net pages
Client side State Management
Introduction of stateless process
Http Cookies
Query String Method
www.stepconsultancy.in www.fb.com/stepconsultancy www.stepgndec.in
View State
Hidden Field
Server Side State Management
Http Session
Http Application
Global.asax
4 State management Web.Config

ASP .Net MVC


Topic Subtopics
What is MVC Architecture?
What is ASP.NET MVC?
Understanding Model
Understanding View
Understanding Controller
Advantages of MVC based Web Application
1 Introducing to ASP.NET MVC Features of ASP.NET MVC Framework
Software Requirements
Developing First MVC Applications
Rendering HTML output
2 First MVC Application Understanding Life Cycle of ASP.MVC Request
Exploring Controllers and ControllerBase class
Passing data from Controller to View using ViewData/ViewBag
Types of Action Methods
Action Method Parameters
Action Selectors
Action Filters Overview
Authentication Filters in MVC 5
Building Custom Action Filters
Filter Override features.
3 Exploring Controller Asynchronous Controllers
Types of Views
Introducing Razor View
Razor Syntax Fundamentals
Enum Support
Layout view Razor (Master Pages)
Significance of _ViewStart.cshtml
Working with Sections
Working with Partial Views
4 Exploring Razor Views Bootstrap support for editor templates
Default model Binder
Complex Type Model Binding
FormCollection Model Binding
Http Posted File Model Binding
5 Understanding Model Binders Bind Attribute
Overview of Data Annotations
Annotations and Validation Attributes
How Validation Works
Explicit server side validations of Models
Custom Validations using IValidatableObject
Developing Custom Unobtrusive Client Side Validation
6 Annotations and Validations Applying Annotations to Model classes using Metadata class
Basic CRUD Operations using Scaffold Templates
Separation of work using BO Classes
Using Single Database Context Object across all Business Objects
Writing Generic Class / Repository
Caching in Repository
7 CRUD operations using Entity Fram Custom Controller Factory and Dependency Injection.
Introduction to REST Protocol
Web API Routing
Web Services ( JSON, SOAP, Developing Sample application
WCF, Restful Services) Creating a Web API that Supports
RESTful Services using ASP.NET CRUD Operations using EF
8 Web API Calling Web API Service methods from JavaScript/jQuery
Overview of Authentication and Authorization
Types of Authentication
[Authorize] and [AllowAnonymous] attributes
Windows Authentication Implementation
Forms Authentication Implementation
9 Authentication and Authorization Roles Based Security
10 Blazor Tooling , hosting models , buidling app , understanding project structure
11 Agile Agile methodology, Scrum , Sprint , Test driven development
CI CD basics,Stages of a CI/CD pipeline,Example of CI/CD Pipeline,CI/CD Best
Practices,Important CI/CD tools,Jenkin for CI,Jenkins GitHub Integration,How to
12 CI/CD Create Builds with the Jenkins Freestyle Project
Setup Delivery Pipeline in Jenkins Setup Build Pipeline in Jenkins DevOps
Introduction to Devops What is Software Development? Software Development
Life Cycle Traditional Models for SDLC Why Devops? What is Devops? Devops
13 Dev Ops Lifecycle Devops Tools

Dot Net Core and Mircroservices


Topic Subtopics
What is .NET
Types of Applications we can develop in .NET
Primary .NET Implementations
About MS.NET Framework
Important Components of .NET Framework
About .NET Implementations
What is .NET Core
Benefits of .NET core
What is new in .NET Core
.NET Core vs .NET Framework
About Mono
About Xamarin
About Universal Windows Platform (UWP)
1 Dot Net Core First .NET Core Application.
Building Console Based application
CLI tools
Visual Studio Code
Visual Studio 2017
3 Building .NET Core Applications Debugging and Testing Application.
Cloud Management - DevOps project - CICD pipeline, Azure cloud repository,
Kubernetes service on Azure, Deployment file usage, Azure command line
4 Microservices commands(Create secret, kubernetes browser opening, admin setup)

You might also like