.NET Videos Tutorials

.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
.NET Videos Tutorials

Domain-Driven Design, Event Sourcing and CQRS with F#

This presentation demonstrates a method for implementing Domain-Driven Design (DDD) using F# and EventStore. The described approach makes use of idiomatic functional constructs, especially where they bring value beyond the traditional object-oriented and procedural paradigms. The natural alignment between functional programming and event sourcing is exploited and implemented with Greg …

Using MongoDB in .NET

Enterprises are choosing the MongoDB NoSQL database, with greater frequency. It’s a good time to get a grasp on how to talk to MongoDB from .NET. This talk walk syou through building a simple web application utilizing the .NET driver that demonstrates the basic features of MongoDB including CRUD operations, …

What’s New in ASP.NET 5

ASP.NET 5 has been re-imagined from the ground up to provide a faster development experience, best in class performance, full side-by-side support, and cross platform support for Linux and Mac. In this video, Scott Hunter gives an overview of what’s new in ASP.NET 5 and provides a short demo of …