Using Functional Programming Techniques in .NET
Today’s major .NET languages allow developers to use functional programming techniques that can reach far outside the realm of traditional imperative and object-oriented programming.
Today’s major .NET languages allow developers to use functional programming techniques that can reach far outside the realm of traditional imperative and object-oriented programming.
Learn how to make use of the ASP.Net Core identity package and how you can replace then Entity framework package and instead use the specific MyCouch package to store the identity data in CouchDb or in a database in the cloud at Cloudant.
Visual Studio Online provides a compelling solution for building your code in the cloud and automatically deploying your solution to Azure. In this session we will dive deep into how this works for three common types of applications: .NET, Node.js, and PHP.
Web sites and applications can often benefit from integration with existing identity providers, allowing users to authenticate without creating new credentials. This video reviews a new wizard in Visual Studio 2013 for configuring security around ASP.NET sites in this fashion. You’ll see how easy it is to integrate your application …
This video discusses the Acceptance Test Driven Development (ATDD) process, and how to get it set up to run your SpecFlow tests in many browsers during a TFS Build. SpecFlow is open source and provided under a BSD license. As a part of the Cucumber family, SpecFlow uses the official …
AngularJS is a JavaScript framework that enables provides features such as two-way databinding and templating. It enables you to build awesomely responsive user interfaces while avoiding big-ball-of-mud JavaScript implementations. This session explains how to get started with AngularJS and provides a broad view of many of the features and concepts …