Document databases are a form of NoSQL database that may store all of the information for a given object in a single instance in the database.
- By Jason Roberts
- 12/12/2016
Every once in a while you'll need to use the LINQ Join to get the data you want.
The Azure developer exam discounts are part of a broader initiative by the Microsoft Partner Network to narrow the Azure deployment and development skills gap.
- By Michael Domingo
- 12/09/2016
Amazon and Microsoft are anticipating the serverless computing space to heat up, with support and developer tools.
- By Michael Domingo
- 12/09/2016
Sometimes the default view of objects in the debugger isn't enough, especially if you operate on complex data structures. Here's one way to alter the view and use a customized one.
- By Bartlomiej Filipek
- 12/08/2016
Following the RC release of 2.1 nearly a month ago, the final version adds a few more tweaks to smooth the coding experience.
- By Michael Domingo
- 12/07/2016
I predict you'll find this logistic regression example with R to be helpful for gleaning useful information from common binary classification problems.
- By James McCaffrey
- 12/07/2016
We've gathered together the newest project templates, security tools and generally useful extensions for Visual Studio.
- By Terrence Dorsey
- 12/06/2016
If you're using Skip and Take in LINQ to page through your data, a tweak to your syntax can cut your response time by as much as 10 percent as you page through your data.
If you care about data typing and want to avoid null/undefined errors, there's a lot you're going to like in TypeScript 2.0. And, if you like creating general purpose functions that can work with a variety of classes, there's something here for you, too.
As the year winds down, so does the work being done by the Visual Studio Team Services team as it rolls out Sprint 109. Micrsoft's Brian Harry highlights build task versioning, pull request tracking, and support for Linux hosted build pools in this one.
- By Michael Domingo
- 12/05/2016
Last time, I created the app. This time, I take care of a few annoying but important issues with it, especially in the area of the user's experience with application connectivity.
- By Wallace McClure
- 12/01/2016
In a Q&A preview of her session at Live! 360, veteran Visual Studio Live! presenter Rachel Appel shares her thoughts on the benefits of working with SignalR.
A .NET port of the Ruby library allows for experimental testing of code that's gone to production.
- By Jason Roberts
- 11/30/2016
When you're testing an ASP.NET MVC controller (or, really, any class at all) you want to make sure the code that fails is the code you're testing. Moq provides a simple way to isolate the code you're testing and lets you generate test cases.