| |
| |
In Lesson 1 you will learn how to:
- Create a SQL Server Database
- Create a table, populate it with data and select primary key
- Create a new ASP.NET application
- Create a database connection manager
- Create the database layer within a Data Access Component
- Create a gridwiew to display the data
|
| |
In Lesson 2 you will learn how to:
- Create a new windows form application
- Create a gridview to display data (Lesson 1 skills)
- Create and configure a progress bar
- Use MethodInvoker to create delegates
- Create methods and make them thread safe using Monitor
|
| |
In Lesson 3 you will learn how to:
- Create a new windows form application
- Create a Disconnected DataSet, DataAdapter, DataSchema, DataTable and DataColumn
- Insert, Update and Delete data within the DataSet
- Save the changes made to the DataSet to the database
- Reject the changes made to the DataSet
- Filter data within the GridView
|
| |
In Lesson 4 you will learn how to:
- Improve look and feel of a Gridview using Styles, Color and Padding
- Insert data into a database using an AJAX modal popup
- Update, Delete and Filter data from a Gridview
- Implement a RequiredFieldValidator and a RegularExpressionValidator
|
| |
In Lesson 5 you will learn how to:
- Add a foreign key relationship in SQL Server
- Create a Class in C#
- Create a Stored Procedure
- Create and configure a child Gridview
- Call a method of a class
- Handle NULL exceptions
|
| |
In Lesson 6 you will learn how to:
- Create a Child Gridview
- Inherit a class
- Implement polymorphism
- Access public, private and protected variables
|
| |
In Lesson 7 you will learn how to:
- Create and implement a Delegate
- Create and implement custom event arguments and event handles
- Learn about the Stack and Heap in C# and in Managed Code
- View the Stack and Heap in the debug windows
- View values in the Call Stack
- Autos and Locals windows
- View a value type and reference type example
- View a pass by value and pass by reference example
|
| |
In Lesson 8 you will learn how to:
- Consume a WCF service from a Windows Form application
- Consume a WCF service from an ASP.NET application
- Create and configure a WCF service
|
| |
In Lesson 9 you will learn how to:
- Configure NHibernate
- Implement NHibernate using C#
- Bind the result to a dataGridView
|
| |
In Lesson 10 you will learn how to:
- Create an ASP.NET MVC project
- Configure NHibernate using a .config file
- Install and Configure jqGrid
- Modify the View and Controller.
|
| |
In Lesson 11 you will learn how to:
- Add a SubGrid to the View
- Populate SubGrid with a method from a Controller using HQL and ICriteria
- Upgrade to NHibernate version 3.0 Beta
- Change and HQL query to LINQ to NHibernate.
|
| |
In Lesson 12 you will learn how to:
- Localize a WPF application using resource files, XAML and C#
- Localize an ASP.NET application using resource files
|
| |
In Lesson 13 you will learn how to:
- Install and reference NHibernate 3.2 Beta 1
- Create a SQL Server 2008 database
- Create NHibernate entities using Mapping by Code
- Create a strongly-typed NHibernate configuration
- Use SchemaExport and SchemaValidate to create tables and relationships
- Insert and retrieve data
|
| |
In Lesson 14 you will learn how to:
- Create a SQL Server database from Visual Studio
- Create the database table using NHibernate SchemaExport
- Create a WCF which uses NHibernate
- Create a SilverLight 5.0 application
- Populate SilverLight 5.0 DataGrid
|
|
| |
| |
|
|
| |
|
|
| |
|
|
| |
| |
| Posts: 113 |
| Comments:
86 |
| Fundamentals:
16 |
| |
 |
| |
| |
|
| |
 |
| |
 |
| |
 |
| |
|
| 2011 December (2) |
| 2011 November (6) |
| 2011 October (7) |
| 2011 September (7) |
| 2011 August (9) |
| 2011 July (9) |
| 2011 June (8) |
| 2011 May (9) |
| 2011 April (7) |
| 2011 March (9) |
| 2011 February (8) |
| 2011 January (8) |
| 2010 December (7) |
| 2010 November (8) |
| 2010 October (4) |
| |
| |
|
| |
|
|
| |
| |
|
The sample code on this website is provided to illustrate a concept and should not be used in
applications or Web sites without proper professional consultation, as it may not illustrate
the safest coding practices. I assume no liability for incidental or consequential damages
should the sample code be used for purposes other than as intended.
|
| |
|
| | | |