Connecting to MongoDB with C#
This short video explains how to set up a connection to MongoDB with C#. MongoDB is an open source NoSQL database.
This short video explains how to set up a connection to MongoDB with C#. MongoDB is an open source NoSQL database.
Developer testing is a crucial part of modern application development. The Test Explorer in Visual Studio 2013 has been designed to let you focus on code and maintain fast test cycle times. In this video, we’ll show you the numerous improvements made to Test Explorer that increase quick organization and …
This session covers the use Entity Framework in .NET based applications. It includes model creation and organization as well as schema evolution via migrations. The role of data annotations in Entity Framework model creation and validation will be highlighted.
If you want the most out of your SQL Servers, then it’s essential you’re monitoring them constantly. SQL Server performance is affected because of high memory and CPU usage. Many times, this leads to bottlenecks in your SQL environment bringing your applications to a complete halt. Ensure other aspects such …
This short video explains how to set up an environment ready for testing in Visual Studio with Selenium WebDriver in a .NET context.
So you have a big investment in Windows Forms or WPF, but it is clear that the future of the Windows smart client is the Windows Runtime (WinRT). What strategies can you use to salvage at least some of your existing code over the next few years? It does help …