March 14, 2014

Data Binding in .NET / C# Windows Forms

Data binding provides a way for developers to create a read/write link between the controls on a form and the data in their application (their data model). Classically, data binding was used within applications to take advantage of data stored in databases. Windows Forms data binding allows you to access […]
March 13, 2014

Getting Started with WPF

Windows Presentation Foundation (WPF) is a UI framework that creates rich, interactive client applications. The WPF development platform supports a broad set of application development features, including an application model, resources, controls, graphics, layout, data binding, documents, and security. It is a subset of the .NET Framework, so if you […]
February 16, 2014

Entity Framework 5.0 – Getting Started

Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write. https://www.youtube.com/watch?v=EPXFc6pAnMs&list=PLt2cGgt6G8WqLLhZXFLmnYMUmK4pI4WAj (6 videos)