Click here to download syllabus
Course Code : HCCC94
Course Name : Dot Net ( ASP.Net, VB.Net, C# )
Duration : 2 Months
Eligibility : 10th / +2 / Diploma / Any Degree
Syllabus:
Overview of the ASP.NET
- Introduction of different Web Technology
- What is Asp.Net
- How Asp.Net Works
- Use of visual studio
- Different Languages used in Asp.Net.
- Summary
Framework
- Common Language Runtime (CLR)
- .NET Framework Class Library.
- Summary
Setting up and Installing ASP.NET
- Installing Internet Information Server
- Installation of Asp.Net
- virtual directory
- Application Setting in IIS.
- Summary
Coding Standards
- Overview of coding standards follows during programming
- Summary
HTML, CSS & JavaScript
- Basic of HTML, CSS and JavaScript
- Summary
Asp.Net Standard Controls
- Displaying information
- Label Controls
- Literal Controls
- Bulleted List
- Accepting User Input
- Textbox controls
- RadioButton and RadioButtonList Controls
- CheckBox and CheckBoxList Controls
- Button controls
- LinkButton Control
- ImageButton Control
- Using Hyperlink Control
- DropDownList
- ListBox
- Displaying Images
- Image Control
- Image Map Control
- Using Panel Control
- Using Hyperlink Control
Asp.Net
- Page & State Management
- Overview of events in page
- Summary
Asp.Net Validation Controls + Javascript Validation
- Required Field Validator Control
- Regular Expression Validator Control
- Compare Field Validator Control
- Range Validator Control
- Validation Summary Control
- Custom Validator Control
- Summary
Designing Websites with master pages
- Creating master pages
- Creating default contents
- Nesting master pages
- Registering master pages in web configuration
- Summary
Using the Rich Controls
- Accepting File Uploads
- Saving files to file system
- Calendar Control
- Displaying advertisements
- Displaying Different Page view
- Displaying a Tabbed Page View
- Wizard Control
- Summary
Overview of Data Access
- Creating database connections
- Connecting to MSSQL Server and MS Access
- DataSet&DataTable Features
- Using inline SQL Statements
- Using Stored Procedures
- Executing select commands
- Sql Transaction
- Summary