Learn ASP.NET from the Best Tutors
Search in
Answered on 15/07/2020 Learn ASP.NET
Vinay Grover
Computer Teaching 1.5yr, Mathematics Teaching 1yr Excel Teaching 6Month
In web.config: <connectionStrings> <add name="ConnectionString" connectionString="Data Source=192.168.1.25;Initial Catalog=Login;Persist Security Info=True;User ID=sa;Password=example.com" providerName="System.Data.SqlClient" /> </connectionStrings>In Class.cs public static string ConnectionString{ get{ return ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;} set{}
read lessLesson Posted on 15/12/2018 Learn ASP.NET
Difference Between View Bag And View Data In Mvc
Suprio D.
Corporate technology consultant. Having training experience in dot-net platform(3.5 linq, WCF framework,...
ViewData belongs to dictionary class whereas view bag is the dynamic object. i.e., dictionary class create objects that validate data for viewdata whereas dynamic object validates data for ViewBag.
Also,
The typical typecasting must for viewdata to avoid casting exceptions. Whereas casting is not required aspect for view bag, ie, the string should identify sting type int by int type date with date type there should not be a mismatch in data recognition at validation this known as casting, ViewBag does not require this casting if casting not done in viewdata exception occurs.
Lesson Posted on 28/06/2018 Learn ASP.NET
why need for Angular js for higher versions of Asp.net framework.
Suprio D.
Corporate technology consultant. Having training experience in dot-net platform(3.5 linq, WCF framework,...
1. Optimization of performance in receiving messages between client and server.
2. Optimised display features.
Explanation
1. Earlier versions of Asp.net had lack of performance of message transfer between client-server communication as server response time was lagging behind .this problem was rectified by the concept of angular js. a new version of HTML framework. where WEB API was the server side.
2. HTML display features had optimised level in Angular JS both in terms of fastest and accuracy in message transferring performance and display characteristics in the WEB BROWSERS. WHICH EARLIER VERSIONS OF HTML LACKED.
read lessLearn ASP.NET from the Best Tutors
Lesson Posted on 28/06/2018 Learn ASP.NET
Suprio D.
Corporate technology consultant. Having training experience in dot-net platform(3.5 linq, WCF framework,...
.1. TYPE SAFETY FEATURES.
2. OBJECT ORIENRED FEATURES.
3. Lamda Function
4. BRING GENERICS.
1. Type safety means an object when defined has its ability to understand of its own type and maintain it in future operations.object can be a string, integer, boolean, float, double etc.
2. Objected oriented means delegates can support the object-oriented features like inheritance polymorphism virtual functions. etc
3. Lamba function means delegate can create its own anonymously function types. that can handle its own kind of operations there is no need to specify a name in particular for that function.
4. Generics means giving higher valued definition to the delegate classes in terms of object creation.
read less
Lesson Posted on 10/03/2018 Learn ASP.NET
Vilas Dongre
I have 16 years of experience in IT training with C , CPP, C#, ASP.NET. Also taken batches at various colleges.
Getting Started with ASP.NET
This module explains how to build and configure a simple ASP.NET application.
Lessons:
Lab: Creating and Configuring an ASP.NET Application:
After completing this module, students will be able to:
Implementing a User Interface with ASP.NET Server Controls
This module explains how to implement a dynamic user interface by using ASP.NET controls.
Lessons
Lab: Consuming and Creating ASP.NET Server Controls
After completing this module, students will be able to:
Displaying and Manipulating Data in ASP.NET:
This module explains how to display and manipulate data from any source in an ASP.NET application.
Lessons
Lab: Displaying and Manipulating Data in ASP.NET
After completing this module, students will be able to:
Creating Responsive Pages by Using Client-Side Technologies
This module explains how to create pages that respond rapidly to user requests.
Lessons:
Lab: Creating Responsive Pages by Using Client-Side Technologies
After completing this module, students will be able to:
Debugging and Deploying ASP.NET Applications
This module explains how to deploy a reliable, robust Web application to a Web server.
Lessons:
Lab: Debugging and Deploying an ASP.NET Application
After completing this module, students will be able to:
Getting Started with ADO.NET:
This module explains how to connect to a database and retrieve data by using ADO.NET commands.
Lessons
Lab: Connecting to a Database and Retrieving Data
After completing this module, students will be able to:
Modifying Data by Using ADO.NET Commands
This module explains how to modify data by using ADO.NET commands.
Lessons
Lab: Modifying Data by Using ADO.NET Commands
After completing this module, students will be able to:
Querying and Maintaining Data by Using DataSets:
This module explains how to use DataSets to fetch and modify data, and act as a local data cache.
Lessons:
Lab: Using a DataSet to Retrieve and Modify Data
After completing this module, students will be able to:
Querying and Maintaining Data by Using LINQ:
This module explains how to use LINQ to retrieve and update data.
Lessons:
Lab: Querying and Maintaining Data by Using LINQ to SQL
After completing this module, students will be able to:
Implementing an Entity Model by Using the ADO.NET Entity Framework
This module explains how to use the Entity Framework to implement an entity data model for querying and maintaining data.
Lessons:
Lab: Implementing an Entity Data Model by Using the ADO.NET Entity Framework
After completing this module, students will be able to:
Building Occasionally Connected Solutions by Using Synchronization Services
This module explains how to use Synchronization Services to build occasionally connected solutions.
Lessons:
Lab: Building Occasionally Connected Solutions by Using Synchronization Services
After completing this module, students will be able to:
Lesson Posted on 05/03/2018 Learn ASP.NET
Arvind Yadav
I have â?¢ 5 years of experience in Software with expertise on .Net Platform. â?¢ Excellence in Client...
Part 1: Getting Started with ASP.NET |
Lesson 1: Overview Of Asp.Net |
Lesson 2: Adding Controls To A Web Page |
Lesson 3: Web Page Processing |
Lesson 4: Validating User Input |
Lesson 5: Navigating A Website |
Part 2: Creating & Deploying Rich ASP.NET Web Applications |
Lesson 1: Understanding Asp.Net Apps |
Lesson 2: Data Binding |
Lesson 3: Rich Data Binding |
Lesson 4: Deploying An Asp.Net Application |
Part 3: Web Page User Interface Design Techniques |
Lesson 1: Defining Standard Styles & Themes |
Lesson 2: Defining Master Pages |
Lesson 3: Creating User Controls |
Lesson 4: Creating Custom Server Controls |
Lesson 5: Extending Existing Controls |
Lesson 6: Creating Portals |
Lesson 7: Creating & Configuring Webparts |
Part 4: Web Page Implementation Techniques |
Lesson 1: Managing View State |
Lesson 2: Using State Management Techniques |
Lesson 3: Accessing Data By Using ADO.NET |
Lesson 4: Going Further With ADO.NET |
Lesson 5: Improving Performance By Using Caching. |
Lesson 6: Managing Resources & Localization |
Lesson 7: ASP.NET Security Essentials |
Part 5: Live Project Training(C# ASP.NET + SQL SERVER ) |
Section I: Project Analysis |
|
Section II: Database Design |
|
Section III: Final Testing and Launch of Project on Server. |
read less
Learn ASP.NET from the Best Tutors
Answered on 04/03/2018 Learn ASP.NET
Savitha s
IT Professional Trainer with 8 years of experience in IT Industry
Answered on 12/01/2018 Learn ASP.NET
Mlewzklawz It Solutions Pvt. Ltd.
Tutor
Answered on 20/11/2014 Learn ASP.NET
Tlead Computer Education
Training Centre
Learn ASP.NET from the Best Tutors
Answered on 20/03/2020 Learn ASP.NET
Charlie
ASP.Net is known as a development platform for the web, which in turn is known to help create robust web applications. It is known to contain innumerous libraries which have a wide range of functionality. It is a comprehensive web framework that supports accordingly with MS IIS and has a bunch load of technologies added to it.
VB.NET in layman’s terms is a programming language. VB, which is short for Visual Basics, is actually similar to excel as in syntactically. However, it is to known that the version of excel, which is called VBA is some ways different from the excel we use. The great thing about VB.NET is the assembly written in VB.Net is compatible with an assembly written in another programming language.
Hope this helps
read less
UrbanPro.com helps you to connect with the best ASP.NET in India. Post Your Requirement today and get connected.
Ask a Question
The best tutors for ASP.NET Classes are on UrbanPro
The best Tutors for ASP.NET Classes are on UrbanPro
Book a Free Demo