Top Banner
LOGO “ Add your company slogan Microsoft Dot Net Courses VB.NET, ASP.Net, C# .NET, MVC Architecture http:// www.todaycourses.com
42

.net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

Feb 12, 2017

Download

Education

Nancy Thomas
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

LOGO

“ Add your company slogan ”

Microsoft Dot Net CoursesVB.NET, ASP.Net, C# .NET, MVC Architecture

http://www.todaycourses.com

Page 2: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

VB.NET,ASP.NET,C#,MVC Architecture

C# .NET

VB.NET ASP.NET

VB.NET

MVC

Advanced .Net Courses

Microsoft Technologies

Page 3: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

Contents

.NET ONLINE TRAINING CONCEPTS1

INTRODUCTION TO VISUAL STUDIO .NET2

VB.NET3

INTRODUCTION TO OOP4

Page 4: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

Contents

INTRODUCATION OF ADO .NET5

DELEGATES6

ASSEMBLIES7

MULTI THREADING8

ADO .NET

Page 5: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

Contents

CREATING & USING WEB SERVICES9

CREATING REPORTS10

ASP .NET11

ASP .NET PROGRAMMING SERVER CONTROLS12

Page 6: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

Contents

STRUCTURE OF AN ASP .NET PAGE ASP .NET PROGRAMMING VALIDATION CONTROLS13

IDENTIFING THE DIFFERENT TYPES OF DATA BINDING14

ASP .NET PROGRAMMING WITH ADO .NET15

USING XML & SEARCH TOOLS IN ASP .NET16

Page 7: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

Contents

CONFIGURING, DEBUGGING & DEPLOYING ASP .NET APPLICATION17EXCEPTIONAL HANDLING, MANAGING STATE AND SECURITY ASP .NET WEB APPLICATION18

SESSION TRACKING19

WEB SERVICES20

Page 8: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

Contents

C# .NET21

POINTERS22

MEMORY MANAGEMENT23

OBJECT ORIENTED PROGRAMMING CONCEPTS EXCEPTION HANDLING24

Page 9: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

Contents

OPERATOR OVERLOADING25

GUI APPLICATION PROGRAMMING26

ASSEMBLIES27

DELEGATES AND EVENT HANDLING28

Page 10: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

.Net Online Training Concepts

NET FUNDAMENTALS Why .NET? The .NET initiative Introduction to .NET framework Advantages of .NET framework System requirements

Page 11: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

INTRODUCTION TO VISUAL STUDIO .NET

Base class librariesCommon language-runtime (CLR)Microsoft intermediate language (MSIL)Optimized just-in-time (JIT)Common type systems (CTS)Common language specification (CLS)Compilation and execution of .NET applicationAssembliesNamespaceThe Start PageSolution ExplorerThe Object Browser and Class View WindowThe Code EditorThe Form Designer and the ToolboxThe Server Explorer windowMacro ExplorerRunning a Visual Basic Console Application

Page 12: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

VB.NET

INTRODUCTION TO VB.NETFeatures of visual basic .NETFile extensions used in visual basic .NETVisual Basic keywordsVisual Basic statementsProcedures, classes, modules, methods and more…The Option & Import statementsAdding classes to projectDeclaring variablesData typesArraysHandling date and time

Page 13: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

INTRODUCTION TO OOP

Principles of oopsStructure Vs classesRelationship between classes and objectsAccess SpecifiersHow to create namespaces in S class librariesHow to use namespacesConstructorsFinalize, Dispose & Garbage collectorsMy Base, my class & my keywords

Page 14: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

EXCEPTION HANDLING & DEBUGGING

Exceptions.NET exceptionsUser defined exceptionsTry-catch-finallyThrow exceptionDebugging applicationSearching for bugs

Page 15: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

GUI APPLICATION DEVELOPMENT

Introduction to system windows, formsBasic controls and event driven programmingAdvanced controlsRich text box, toolbarsWorking with context menusBuilt in dialog boxes

Page 16: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

STEARMS

File streamStream readerStream writer

Page 17: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

FILE HANDLING CONCEPTS COLLECTION

Generic collectionsBit collectionsSpecialized collectionsWeight collection classesUser defined collection classes

Page 18: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

ADO .NET

Features of ADO .NETDifferentiation between ADO & ADO .NETADO .NET namespacesProperties, Methods & events of the connection objectProperties, Methods & events of the command objectAccess & Manipulating data from data gridPerforming data updates

INTRODUCATION OF ADO .NET

Page 19: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

DELEGATES

Introduction to delegate conceptEvent handling arch with delegateHandles, add handler and remove handler

Page 20: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

ASSEMBLIES

Introduction to assembliesBenefitsContentsApplication-Private assembliesPrivate Vs shared assembliesGlobal assembly cache (GAC)

Page 21: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

MULTI THREADING

Thread classThread synchronizationCreating and controlling threadsSleep, suspend and resume threading

Page 22: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

CREATING & USING WEB SERVICES

Introduction to web servicesCreating web servicesUsing web services in a windows applicationWorking with window services

Page 23: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

CREATING REPORTS

Data accessing through crystal reportsAccessing filtered data through crystal reportsAccessing related data through crystal reports

Page 24: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

ASP .NET

ASP .NET INTRODUCTIONHow is ASP .net different from ASPASP .NET design goalsASP .NET in .NET frameworkDevelopment environment for ASP .NET applicationIdentifying the features of ASP .NETIdentifying programming modules in ASP .NETWeb formsWeb services

Page 25: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

ASP .NET PROGRAMMING SERVER CONTROLS

Processing of web pagesServer control hierarchyWeb controlsButtons, list controls, text boxes, hyper links….HTML controlsHTML anchor, button…

Page 26: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

STRUCTURE OF AN ASP .NET PAGE ASP .NET PROGRAMMING VALIDATION CONTROLS

Required field validationRegular expressionRange validation…

Page 27: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

IDENTIFING THE DIFFERENT TYPES OF DATA BINDING

Introduction to data bindingSingle value data bindingMulti record data bindingCustom binding

Page 28: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

ASP .NET PROGRAMMING WITH ADO .NET

Introduction of ADO .NETFeatures of ADO .NETDifferentiation between ADO & ADO .NETADO .NET namespaceConnected architecture through ADO .NETDisconnected architecture through ADO .NETWorking with transaction in ASP .NET etc…

Page 29: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

USING XML & SEARCH TOOLS IN ASP .NET

Working with XML server controls in ASP .NETBinding XML data to web forms controlsConnecting relational data to an XML document

Page 30: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

CONFIGURING, DEBUGGING & DEPLOYING ASP .NET APPLICATION

Configuration overviewStructure of configuration fileConfiguration sectionTracking and debugging an applicationDeploying an application

Page 31: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

EXCEPTIONAL HANDLING, MANAGING STATE AND SECURITY

ASP .NET WEB APPLICATION

Introduction state management in ASP.NETSending E-mail from ASP.NET pageSecuring ASP .NET application

Page 32: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

SESSION TRACKING

State maintenanceSession stateCookiesSession object and eventsCACHINGCaching and its methodsOutput caching

Page 33: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

WEB SERVICES

Introduction to an ASP .NET web applicationEvents of an ASP .NET web applicationUsing web services in web application

Page 34: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

C# .NET

C# LANGUAGE BASICSData typesType conversionBoxing & un boxingConditional statementsLoopingMethods in C#PropertiesArraysIndexesStructures, enumerationsStringsRegular expressionsCollections

Page 35: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

POINTERS

Value types, reference typesUnsafeStructure and pointers

Page 36: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

MEMORY MANAGEMENT

Garbage collectorStack and heapArchitecture of GCGenerationsM.M. support classes

Page 37: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

OBJECT ORIENTED PROGRAMMING CONCEPTS EXCEPTION HANDLING

System defined exceptionsCustom exceptionsTry, catch, finallyThrowing exceptions

Page 38: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

OPERATOR OVERLOADING

Unary operatorsBinary operators

Page 39: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

GUI APPLICATION PROGRAMMING

Introduction to system windows, formsBasic controls and events driven programmingAdvanced controlsRich text box, toolbars…Working with context menusBuilt in dialog boxesDATA BASE PROGRAMMINGIntroduction of ADO .NETFeatures of ADO .NETDifferentiation between ADO & ADO .NETADO .NET namespaceProperties, methods & events of the connection objectsProperties, methods % events of the command objectsAccess & manipulating data from data gridPerforming data updates

Page 40: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

ASSEMBLIES

Introduction to AssembliesBenefitsContentsApplication-Private AssembliesPrivate vs Shared AssembliesGlobal Assembly Cache (GAC)

Page 41: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

DELEGATES AND EVENT HANDLING

Introduction to Delegate ConceptEvent handling Arch with DelegateHandles, Add Handler and Remove HandlerMulti Cast DelegatesGeneric RoutinesFunction Pointers

Page 42: .net training | learn .net | Microsoft dot net Course | Microsoft dot net online training

LOGO

“ Add your company slogan ”