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
Read More →Category: Lessons
Lesson 13 – NHibernate Mapping by Code, SchemaExport and SchemaValidate
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
Read More →Lesson 12 – Localize WPF and ASP.NET using C# and XAML
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
Read More →Lesson 11 – LINQ to NHibernate, jqGrid SubGrid and MVC
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
Read More →Lesson 10 – ASP.NET MVC, jQuery, jqGrid and NHibernate
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
Read More →Lesson 9 – Implement NHibernate using C#, Windows Form and dataGridView
In Lesson 9 you will learn how to: Configure NHibernate Implement NHibernate using C# Bind the result to a dataGridView
Read More →Lesson 8 – Create a WCF, consume from Windows Form and ASP.NET
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
Read More →Lesson 7 – Events, Delegates, Stack and Heap
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 […]
Read More →Lesson 6 – Inheritance, Polymorphism, Encapsulation
In Lesson 6 you will learn how to: Create a Child Gridview Inherit a class Implement polymorphism Access public, private and protected variables
Read More →Lesson 5 – C# Class, Stored Procedure, Child Gridview, List
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
Read More →