The C# Programming Language, 3rd Edition
Anders Hejlsberg, Mads Torgersen and Scott Wiltamuth discuss “The C# Programming Language,” Third Edition — the authoritative and annotated technical reference for C# 3.0. [youtube qclOl60Uz1M]
Anders Hejlsberg, Mads Torgersen and Scott Wiltamuth discuss “The C# Programming Language,” Third Edition — the authoritative and annotated technical reference for C# 3.0. [youtube qclOl60Uz1M]
In this episode of 10-4, we introduce a new tooling enhancement coming with Visual Studio 2010 and the Entity Framework 4.0: model-first development. This feature allows you to create your Entity Data Model from scratch and then generate a database from it, as opposed to reverse engineering your EDM from …
John Nuechterlein puts Inversion of Control (IoC) containers under the spotlight. If you have been noticing the increasing buzz around this technology but never had a chance to see what it is and how it can be used, this is your chance to see: * An overview of what IoC …
TheVirtual ALT.NET Google group hosted a LiveMeeting event with Chad Myers to talk about Fluent NHibernate. Fluent NHibernate is a API that eliminates the messy XML files. It will create the mapping files and configuration file. In this demo, Chad will convert the Nhibernate Made Simple project on Code Project …
In this talk, David Ross gives an introduction to PostSharp – an Aspect Oriented Programming (AOP) toolkit for .NET. AOP allows developers to reduce the level of duplication of code and allows code injection of duplicated code (such as for login functionality and logging). David introduces the concept of weaving …
In this episode of 10-4, we introduce some of the new features and functionality coming to the Visual Basic language with the release of Visual Basic 10. We’ll cover a whole range of features from Auto-Properties, to Multiline Lambdas, Statement Lambdas, Collection Initializers, Array Literals, and Implicit Line Continuation.