SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
ASP.NET & C#.Net Syllabus CNC WEB WORLD
C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 1
HTML SYLLABUS
 HTML - Introduction
 HTML - Elements
 HTML - Tags
 HTML - Text
 HTML - Formatting
 HTML - Pre
 HTML - Attributes
 HTML - Font
 HTML - Text Links
 HTML - Comments
 HTML - Lists
 HTML - Images
 HTML - Image Links
 HTML - Tables
 HTML - Bgcolor
 HTML - Color Codes
 HTML - Color Chart
 HTML - Background
 Web Forms
 HTML - Forms
 HTML - Input
 HTML - Text Fields
 HTML - Password
 HTML - Reset
 HTML - Submit
 HTML - Checkboxes
 HTML - Radio
 HTML - Select
 HTML - Hidden Fields
 HTML - Upload
 HTML - Textareas
 Special Tags
 HTML - Body
 HTML - Music Codes
 HTML - Video Codes
 HTML - Meta
 HTML - Style
 HTML - Div
 HTML - Layouts
 HTML - Frames
 HTML - Entities
 HTML - Scripts
 Formatting Tags
 HTML - Bold
 HTML - Paragraphs
 HTML - Headings
 HTML - Line Breaks
 HTML - Horizontal Rule
 HTML - Email
 HTML - Italic
 HTML - Code
 HTML - Superscript
 HTML - Subscript
 HTML – Strikethrough
CSS SYLLABUS
CSS Introduction
 CSS Syntax
 CSS Id & Class
 CSS How
CSS Styling
 Styling Backgrounds
 Styling Text
 Styling Fonts
 Styling Links
 Styling Lists
 Styling Tables
CSS Box Model
 CSS Box Model
 CSS Border
 CSS Outline
 CSS Margin
 CSS Padding
ASP.NET & C#.Net Syllabus CNC WEB WORLD
C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 2
CSS Advanced
 CSS Grouping/Nesting
 CSS Dimension
 CSS Display
 CSS Positioning
 CSS Floating
 CSS Align
 CSS Pseudo-class
 CSS Pseudo-element
 CSS Navigation Bar
 CSS Image Gallery
 CSS Image Opacity
 CSS Image Sprites
 CSS Media Types
 CSS Attribute Selectors
Java script SYLLABUS
Introduction
 JavaScript Overview
 JavaScript Syntax
 Type of JavaScript
 Embedding Script In HTML File
 Variable
Operators
 Arithmetic
 Logical
 Comparison
 Assignment
 Conditional
Conditional Statement & Looping
Statement
 If
 If. Else
 Switch
 While
 Do/while
 For
Function & Object
 Passing Parameter to function
 Returning a value from function
 Creating Object
 Accessing Object Properties &
Method
 Array Object
 String Object
 Date Object
 Math Object
 Window Object
 Navigator Object
Event Handling
 Event Type
 Mouse Events
 Frame/Object Events
 Form Events
ASP.NET & C#.Net Syllabus CNC WEB WORLD
C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 3
Asp.Net Syllabus
PREREQUISITES FOR ASP.NET
HTML, CSS, JavaScript
INTRO TO WEB PROGRAMMING
 What is internet, Web Site, Web
Request, Web Response
 Client side web technologies (vs.)
Server side web technologies
ASP.NET PAGE LIFE CYCLE
 Page life cycle Architecture
 Page events
ASP.NET IMPLICT OBJECTS
 Request, Response
ASP.NET WEB CONTROLS
 Intro to ASP.NET Web Controls
Standard Web Controls
 Post back
 Validation Controls
ADO.NET with ASP.NET
 ADO.NET Architecture
 Advantages of ADO.Net
Connected and Disconnected Data
Access Architecture
 CRUD operations Using SQL Server
Connection, Command, Data
Reader, Data Adapter & Data Set
classes to manipulating data from
database using ASP.net webpage
 Executing Queries, SQL Statements,
Stored Procedures
 Handling Tables in Data Set
STATE MANAGEMENT
 Session
 Application
 Query String
 View State
 State-less (vs.) State-full
 Response.Redict (vs.)
Server.Transfer
 Session state modes
 Global.asax
ASP.NET SECURITY
 Authentication
 Authorization
MASTER PAGES
 Creating master pages and content
pages
 Working with Content Place Holders
THEMES AND SKINS
 Creating themes
 Creating .css and .skin files
 Applying themes dynamically
WEB USER CONTROLS
 How to create our own control
IIS AND DEPLOYMENT
 Installing and configuring IIS
 Creating IIS Application
 Deploying Web Sites into Local IIS
ASP.NET & C#.Net Syllabus CNC WEB WORLD
C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 4
CACHING
 Data Caching
 Output caching
INTERNATIONALIZATION
 Globalization (vs) Localization
 Creating Global resources
 Applying culture dynamically
ASP.NET AJAX EXTENSIONS
 Script Manager, Update Panel, Timer
ASP.NET AJAX CONTROL TOOLKIT
 How to download and import
 Toolkit Script Manager
WEB SERVICES
 Creating and consuming Web
Services
Introduction of WPF
Introduction of WCF
Introduction of MVC
ASP.NET & C#.Net Syllabus CNC WEB WORLD
C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 5
C#.Net Syllabus
Introduction of .Net
 Introduction to .Net
 What is .Net?
 Advantages and architecture of the
.NET Framework
 Languages used in .Net
.Net Framework [Advanced]
 Introducing the .Net framework.
 What is .Net framework?
 CLR
 Class Library?
 JIT Compiler
 Garbage Collection
C#.Net language
 What is C#.Net
 Comparing C# to C++ and Java.
 Why C#
 Features of c#
 C# Sample Programs.
 .Net Namespaces
Programming of C#
 Variables
 Operators
 Expressions
 Data Types
 Type conversions
 Boxing and Unboxing.
 Access Specifiers
 Debugging our own code
Branching and Flow Control
 Conditional Branching (If statements
and Switch case statement)
 Repeating Code Blocks(While, Do
While, Switch)
Working with Arrays
 Introducing Arrays
 Manipulating Arrays
 Single, Multiple and Jagged Arrays
 Arrays as Collections
Object-Oriented Programming
 Object & Classes
 Constructors and Initialization,
Destructor
 Methods
 Method Overloading
 Method Overriding
 Static Members
 Constant and Read-only
 Inheritance
 Working Abstract Classes and
Interfaces
 Delegates
 Properties
 Auto-Implemented Properties
Collection and Generics
 Array List, Hash Table
 Working with Dictionaries, Stacks,
and Queues
 Generics and Arrays
 Generics and Lists
ASP.NET & C#.Net Syllabus CNC WEB WORLD
C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 6
Exception Handling
 Exception Fundamentals
 User-Defined Exception Classes
C# Graphical User Interface
 Introduction to Windows Forms
 Standard Winform Controls
 Properties, Events of each Winform
Controls
 Dialog Boxes
 Menus, Progress Bar
 MDI Forms
 Winform With Real time windows
application like Calculator and
Notepad
ADO.NET
 ADO.NET Architecture
 Advantages of ADO.Net
 Connected and Disconnected Data
Access Architecture
 CRUD operations Using SQL Server
Connection, Command, DataReader,
DataAdapter & DataSet classes to
manipulating data from database
using windows form
 Executing Queries, SQL Statements,
Stored Procedures
 Handling Tables in DataSet
Reporting
 Install crystal report for visual studio
2012
 How to use crystal report for
windows form
 Generate report
Globalization in Windows Form
 How to use resource file for
Multilanguage application
Introduction of LINQ and how to use linq
Introduction of Entity Data Model and
example that illustrate EDM
We are also providing training on Core &
Adv java, Android, Web Designing,
Graphics designing, PHP & MySQL training,
C & C++ Programing, asp.net & C#.net &
Final year project for computer science
student.
For more Detail you can contact us
Dange Chowk Office:
CNC WEB WORLD
Sr. No. 51/2, Office No. -1,
Landmark: Opp. Pandit Petrol Pump,
On Hinjewadi Road
Dange Chowk, Pune 411033
Helpline no.9595119900
Mob: +91 9175371080/81
E-mail: info.cnc@cncwebworld.com
Swargate Office:
CNC WEB WORLD
2nd Floor, Office No.202, Modi Plaza,
Landmark: Opp.Laxmi Narayan Theatre
Tel No: 020-41203324
Mob : +91 9156991450/51
E-mail: info@cncwebworld.com
www.cncwebworld.com

Contenu connexe

En vedette

Challenges in Heavy Manufacturing
Challenges in Heavy ManufacturingChallenges in Heavy Manufacturing
Challenges in Heavy ManufacturingEWI
 
Why Great Ideas Often Don’t Get Noticed - Jonathan Marks
Why Great Ideas Often Don’t Get Noticed - Jonathan MarksWhy Great Ideas Often Don’t Get Noticed - Jonathan Marks
Why Great Ideas Often Don’t Get Noticed - Jonathan MarksCreativity Platform
 
Product performance eGuide
Product performance eGuideProduct performance eGuide
Product performance eGuideEWI
 
создание форм Google1
создание форм Google1создание форм Google1
создание форм Google1Vera2160
 
Real Time Storage Configuration Using PERC9 on Dell 13th Generation PowerEdge...
Real Time Storage Configuration Using PERC9 on Dell 13th Generation PowerEdge...Real Time Storage Configuration Using PERC9 on Dell 13th Generation PowerEdge...
Real Time Storage Configuration Using PERC9 on Dell 13th Generation PowerEdge...Anish K
 
Personal presentation
Personal presentationPersonal presentation
Personal presentationFemi Akinlaja
 
Mentoring_handouts
Mentoring_handoutsMentoring_handouts
Mentoring_handoutsccnywins
 
Qué son las herramientas multimedia
Qué son las herramientas multimediaQué son las herramientas multimedia
Qué son las herramientas multimediaottop14
 

En vedette (13)

Challenges in Heavy Manufacturing
Challenges in Heavy ManufacturingChallenges in Heavy Manufacturing
Challenges in Heavy Manufacturing
 
Making your own fuel efficient car
Making your own fuel efficient carMaking your own fuel efficient car
Making your own fuel efficient car
 
Why Great Ideas Often Don’t Get Noticed - Jonathan Marks
Why Great Ideas Often Don’t Get Noticed - Jonathan MarksWhy Great Ideas Often Don’t Get Noticed - Jonathan Marks
Why Great Ideas Often Don’t Get Noticed - Jonathan Marks
 
Product performance eGuide
Product performance eGuideProduct performance eGuide
Product performance eGuide
 
создание форм Google1
создание форм Google1создание форм Google1
создание форм Google1
 
Real Time Storage Configuration Using PERC9 on Dell 13th Generation PowerEdge...
Real Time Storage Configuration Using PERC9 on Dell 13th Generation PowerEdge...Real Time Storage Configuration Using PERC9 on Dell 13th Generation PowerEdge...
Real Time Storage Configuration Using PERC9 on Dell 13th Generation PowerEdge...
 
Personal presentation
Personal presentationPersonal presentation
Personal presentation
 
Mentoring_handouts
Mentoring_handoutsMentoring_handouts
Mentoring_handouts
 
DATA-DATA CV
DATA-DATA CVDATA-DATA CV
DATA-DATA CV
 
Is an all electric vehicle in my future
Is an all electric vehicle in my futureIs an all electric vehicle in my future
Is an all electric vehicle in my future
 
Qué son las herramientas multimedia
Qué son las herramientas multimediaQué son las herramientas multimedia
Qué son las herramientas multimedia
 
Advantech Template-min
Advantech Template-minAdvantech Template-min
Advantech Template-min
 
Helpful tips for new car buyers
Helpful tips for new car buyersHelpful tips for new car buyers
Helpful tips for new car buyers
 

Plus de cncwebworld

Plus de cncwebworld (7)

C prog
C progC prog
C prog
 
Asp.net
Asp.netAsp.net
Asp.net
 
Android 1
Android  1Android  1
Android 1
 
Adv java
Adv javaAdv java
Adv java
 
Php training
Php trainingPhp training
Php training
 
Android course in pune
Android course in puneAndroid course in pune
Android course in pune
 
Complete java
Complete javaComplete java
Complete java
 

Dernier

Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 

Dernier (20)

Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 

best dot net classes in pune dot net classes in pune asp net training in pune asp net classes in pune net classes in pune asp net course net class in pune

  • 1. ASP.NET & C#.Net Syllabus CNC WEB WORLD C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 1 HTML SYLLABUS  HTML - Introduction  HTML - Elements  HTML - Tags  HTML - Text  HTML - Formatting  HTML - Pre  HTML - Attributes  HTML - Font  HTML - Text Links  HTML - Comments  HTML - Lists  HTML - Images  HTML - Image Links  HTML - Tables  HTML - Bgcolor  HTML - Color Codes  HTML - Color Chart  HTML - Background  Web Forms  HTML - Forms  HTML - Input  HTML - Text Fields  HTML - Password  HTML - Reset  HTML - Submit  HTML - Checkboxes  HTML - Radio  HTML - Select  HTML - Hidden Fields  HTML - Upload  HTML - Textareas  Special Tags  HTML - Body  HTML - Music Codes  HTML - Video Codes  HTML - Meta  HTML - Style  HTML - Div  HTML - Layouts  HTML - Frames  HTML - Entities  HTML - Scripts  Formatting Tags  HTML - Bold  HTML - Paragraphs  HTML - Headings  HTML - Line Breaks  HTML - Horizontal Rule  HTML - Email  HTML - Italic  HTML - Code  HTML - Superscript  HTML - Subscript  HTML – Strikethrough CSS SYLLABUS CSS Introduction  CSS Syntax  CSS Id & Class  CSS How CSS Styling  Styling Backgrounds  Styling Text  Styling Fonts  Styling Links  Styling Lists  Styling Tables CSS Box Model  CSS Box Model  CSS Border  CSS Outline  CSS Margin  CSS Padding
  • 2. ASP.NET & C#.Net Syllabus CNC WEB WORLD C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 2 CSS Advanced  CSS Grouping/Nesting  CSS Dimension  CSS Display  CSS Positioning  CSS Floating  CSS Align  CSS Pseudo-class  CSS Pseudo-element  CSS Navigation Bar  CSS Image Gallery  CSS Image Opacity  CSS Image Sprites  CSS Media Types  CSS Attribute Selectors Java script SYLLABUS Introduction  JavaScript Overview  JavaScript Syntax  Type of JavaScript  Embedding Script In HTML File  Variable Operators  Arithmetic  Logical  Comparison  Assignment  Conditional Conditional Statement & Looping Statement  If  If. Else  Switch  While  Do/while  For Function & Object  Passing Parameter to function  Returning a value from function  Creating Object  Accessing Object Properties & Method  Array Object  String Object  Date Object  Math Object  Window Object  Navigator Object Event Handling  Event Type  Mouse Events  Frame/Object Events  Form Events
  • 3. ASP.NET & C#.Net Syllabus CNC WEB WORLD C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 3 Asp.Net Syllabus PREREQUISITES FOR ASP.NET HTML, CSS, JavaScript INTRO TO WEB PROGRAMMING  What is internet, Web Site, Web Request, Web Response  Client side web technologies (vs.) Server side web technologies ASP.NET PAGE LIFE CYCLE  Page life cycle Architecture  Page events ASP.NET IMPLICT OBJECTS  Request, Response ASP.NET WEB CONTROLS  Intro to ASP.NET Web Controls Standard Web Controls  Post back  Validation Controls ADO.NET with ASP.NET  ADO.NET Architecture  Advantages of ADO.Net Connected and Disconnected Data Access Architecture  CRUD operations Using SQL Server Connection, Command, Data Reader, Data Adapter & Data Set classes to manipulating data from database using ASP.net webpage  Executing Queries, SQL Statements, Stored Procedures  Handling Tables in Data Set STATE MANAGEMENT  Session  Application  Query String  View State  State-less (vs.) State-full  Response.Redict (vs.) Server.Transfer  Session state modes  Global.asax ASP.NET SECURITY  Authentication  Authorization MASTER PAGES  Creating master pages and content pages  Working with Content Place Holders THEMES AND SKINS  Creating themes  Creating .css and .skin files  Applying themes dynamically WEB USER CONTROLS  How to create our own control IIS AND DEPLOYMENT  Installing and configuring IIS  Creating IIS Application  Deploying Web Sites into Local IIS
  • 4. ASP.NET & C#.Net Syllabus CNC WEB WORLD C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 4 CACHING  Data Caching  Output caching INTERNATIONALIZATION  Globalization (vs) Localization  Creating Global resources  Applying culture dynamically ASP.NET AJAX EXTENSIONS  Script Manager, Update Panel, Timer ASP.NET AJAX CONTROL TOOLKIT  How to download and import  Toolkit Script Manager WEB SERVICES  Creating and consuming Web Services Introduction of WPF Introduction of WCF Introduction of MVC
  • 5. ASP.NET & C#.Net Syllabus CNC WEB WORLD C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 5 C#.Net Syllabus Introduction of .Net  Introduction to .Net  What is .Net?  Advantages and architecture of the .NET Framework  Languages used in .Net .Net Framework [Advanced]  Introducing the .Net framework.  What is .Net framework?  CLR  Class Library?  JIT Compiler  Garbage Collection C#.Net language  What is C#.Net  Comparing C# to C++ and Java.  Why C#  Features of c#  C# Sample Programs.  .Net Namespaces Programming of C#  Variables  Operators  Expressions  Data Types  Type conversions  Boxing and Unboxing.  Access Specifiers  Debugging our own code Branching and Flow Control  Conditional Branching (If statements and Switch case statement)  Repeating Code Blocks(While, Do While, Switch) Working with Arrays  Introducing Arrays  Manipulating Arrays  Single, Multiple and Jagged Arrays  Arrays as Collections Object-Oriented Programming  Object & Classes  Constructors and Initialization, Destructor  Methods  Method Overloading  Method Overriding  Static Members  Constant and Read-only  Inheritance  Working Abstract Classes and Interfaces  Delegates  Properties  Auto-Implemented Properties Collection and Generics  Array List, Hash Table  Working with Dictionaries, Stacks, and Queues  Generics and Arrays  Generics and Lists
  • 6. ASP.NET & C#.Net Syllabus CNC WEB WORLD C N C W E B W O R L D D a n g e c h o w k P U N E : 9 5 9 5 1 1 9 9 0 0 Page 6 Exception Handling  Exception Fundamentals  User-Defined Exception Classes C# Graphical User Interface  Introduction to Windows Forms  Standard Winform Controls  Properties, Events of each Winform Controls  Dialog Boxes  Menus, Progress Bar  MDI Forms  Winform With Real time windows application like Calculator and Notepad ADO.NET  ADO.NET Architecture  Advantages of ADO.Net  Connected and Disconnected Data Access Architecture  CRUD operations Using SQL Server Connection, Command, DataReader, DataAdapter & DataSet classes to manipulating data from database using windows form  Executing Queries, SQL Statements, Stored Procedures  Handling Tables in DataSet Reporting  Install crystal report for visual studio 2012  How to use crystal report for windows form  Generate report Globalization in Windows Form  How to use resource file for Multilanguage application Introduction of LINQ and how to use linq Introduction of Entity Data Model and example that illustrate EDM We are also providing training on Core & Adv java, Android, Web Designing, Graphics designing, PHP & MySQL training, C & C++ Programing, asp.net & C#.net & Final year project for computer science student. For more Detail you can contact us Dange Chowk Office: CNC WEB WORLD Sr. No. 51/2, Office No. -1, Landmark: Opp. Pandit Petrol Pump, On Hinjewadi Road Dange Chowk, Pune 411033 Helpline no.9595119900 Mob: +91 9175371080/81 E-mail: info.cnc@cncwebworld.com Swargate Office: CNC WEB WORLD 2nd Floor, Office No.202, Modi Plaza, Landmark: Opp.Laxmi Narayan Theatre Tel No: 020-41203324 Mob : +91 9156991450/51 E-mail: info@cncwebworld.com www.cncwebworld.com