Certificate in ASP.NET
- Offered byVSkills
Certificate in ASP.NET at VSkills Overview
Total fee | ₹3,499 |
Mode of learning | Online |
Credential | Certificate |
Future job roles | CAD |
Certificate in ASP.NET at VSkills Highlights
- Earn a certificate of completion from Vskills
- Get Lifelong e-learning access
Certificate in ASP.NET at VSkills Course details
- ASP. NET Programming Certification allows organizations to strategize their IT policy and support to easily connect disparate business systems
- This certification will concentrate on ASP.NET techniques that are used in developing various Web based Applications
- It is a development and run-time environment for developing web sites and web based applications
Certificate in ASP.NET at VSkills Curriculum
Introducing to ASP.Net & .Net Framework 3.5
Microsoft’s .NET 3.5 Framework
ASP.NET 3.5
ASP.NET Features
JavaScript and Client-Side Code
ASP.NET AJAX
Dynamic HTML
Extensible Markup Language (XML)
MVC
ADO.NET
SQL Server
Internet Information Services
C# Language Basics
Case Sensitivity
Commenting
Statement Termination
Blocks
Variables & Data Types
Variable Operations
Conditional Logic
The if Statement
The switch Statement
Loops
The for Loop
The foreach loop
The while loop
Creating an Asp.net Website
Visual Studio IDE
Adding an ASP.NET control
Previewing a page in the browser
Adding controls to the VWDE Toolbox
Creating MyMoviesCollection Web Project
What is SQL?
Using a SQL Server Express Database
Adding a database to the project
Adding a table to the database
Generating a Data-Driven Web Page
Using the database to build a Web page
Previewing and reviewing the database-generated page
Managing Data and Other CRUD
CRUD
Working with Smart Tags and Designers
Enhancing the GridView Control
Sorting, editing, and deleting with the GridView
Formatting the date display
Introducing the FormView Control
Adding a FormView control to the page
Changing the FormView control’s templates
Using the FormView control to insert a row
Analyzing problems with the date input
Validating the date input
Fixing the Page Title
Improving Performance with the AJAX Update Panel
Handling User Input and Events
Accepting Data in a TextBox Control
Creating a regular text box
Accepting passwords (somewhat) securely
Capturing text with MultiLine mode
Allowing creativity with rich text
Pushing for Choices with the RadioButton Control
Collecting RadioButtonList Controls
Adding list items with a Collection editor
Capturing the survey choice
Checking CheckBox and CheckBoxList Controls
For Each and the collection
Using the DropDownList Control
Understanding Namespaces
Displaying the color name and showing the color
Understanding ASP.NET Forms
Fetch and Present Data with SqlDataSource
Connecting to SQL Server Express
Finding a copy of the Northwind database
Adding the Northwind database to your application
Connecting to the database
Using the SqlDataSource Control
The Command attributes in the markup
Consuming Data with the DetailsView Control
Using Parameters in Queries
Getting a parameter value from a TextBox control
Returning the country names with no repeats
Filling a drop-down list with data from a SqlDataSource
Changing the parameter source
Obtaining a parameter from a Session variable
Passing a parameter on a query string
Creating a Master/Detail Page
Designing the page layout
Fetching data for the master
Fetching data for the details
Configuring the GridView and DetailsView controls