Another dozen of the latest tools and extensions available for Visual Studio 2015 and the recently released Visual Studio 2017. This time, it's build/test/ship tools.
- By Terrence Dorsey
- 05/17/2017
Last time I looked at the basics of triggers. Let's look at creating an HTTP-triggered function for displaying a greeting based on a target audience.
- By Jason Roberts
- 05/15/2017
The OutputCache attribute is a great way to improve both response time and scaleability, except there are many times when you can’t use it. Here’s how to leverage the HtmlHelper Action method to handle those exceptions.
Let's catch up with the latest tools and extensions available for Visual Studio 2015 and the recently released Visual Studio 2017.
- By Terrence Dorsey
- 05/10/2017
Learn how Mobile Center helps you easily develop, build, test, distribute, and monitor your mobile apps.
- By Greg Shackles
- 05/09/2017
Here’s how to add AngularJS to an ASP.NET MVC application in Visual Studio 2015.
Let's explore factor analysis again, this time using the R ability to tap into OOP, but we won't use the RC model.
- By James McCaffrey
- 05/02/2017
It's possible to hook into document store events to monitor (and even modify) behavior.
- By Jason Roberts
- 05/01/2017
Here's the best performing option when you're retrieving the objects at the end of an entity class's navigation property, either when you only want some of the objects or when you only want them some of the time.
New Help Viewer option allows Microsoft books and resources for the newest VS version to be available and updated with more recent and timely information. Plus: MSDN Editor-in-Chief Michael Desmond offers his Microsoft Build insights on this week's .NET Insight Podcast.
- By Michael Domingo
- 04/28/2017
Visual Studio is all about making the developer coding experience more streamlined, allowing you to get to elements of the IDE that matter to you most. Customizing the Start Page is, well, a good start.
If you haven’t used the .NET Framework Contract tools to help guarantee code quality, it’s worthwhile to consider integrating them into your work. If you figured that Contracts were all hype, it may be time to see how they could be genuinely useful.
Huge volumes of data need near-supercomputer power to process and analyze it all. You can get there with the .NET Task Parallel Library.
- By William L. Bain
- 04/20/2017
There's no rest for Windows developers, as one of the more interesting parts of the next Windows 10 release that's accessible by insiders, Build 16176 for PC, is improved support for Windows Subsystem for Linux.
- By Michael Domingo
- 04/17/2017
The Visual Studio Code page on GitHub hosts a slew of tips, and CodePlex will be shutting down later this year. Bonus: Inaugural .NET Insight Podcast!
- By Michael Domingo
- 04/14/2017
Azure Functions get you beyond the traditional client/server approach to app creation, right into the cloud. Let’s first look at triggers.
- By Jason Roberts
- 04/12/2017
If you have a process that needs to be performed -- but with variations -- then implementing the Template Method pattern will give you simpler, more extensible code. You’ll also recognize this pattern from all the times you work with it in the .NET Framework.
The custom formatters in the .NET Framework provide a more seamless way to mix traditional and custom formatting situations.
Support for Windows 10 Creators Update SDK and Xamarin Workbooks, updates to the Redgate Data Tools, and a number of performance enhancements are good reasons for developers to take heed with this VS 2017 update.
- By Michael Domingo
- 04/05/2017
If you want to ensure that the right code is loaded at the right time (and only loaded when you need it), you can start organizing your TypeScript code into focused files right now.