At Visual Studio Live! in San Francisco, keynote speaker Kris Lankford urges developers working with C#, ASP.NET, and a number of Microsoft dev tools to embrace the cloud or get left behind.
How to unit test view model validation, focusing on the controller when the model is bound to a controller action.
If users enter an invalid URL, then ASP.NET MVC will handle the problem by issuing a generic HTTP error. Here's how to give users more support (plus some advice on avoiding the problem altogether).
Nick Randolph investigates the inner workings of the new compiled data binding support available to Windows platform developers in the Universal Windows Platform.
- By Nick Randolph
- 06/17/2015
Redmond's release of several tools for developing apps on Apple platforms during the Apple Worldwide Developer Conference couldn't have been timed any better.
- By Michael Domingo
- 06/16/2015
When things go wrong in production, logging provides a way of going back through an application's history to find out what happened. Here's the simplest possible way to use Peter's favorite third-party logging utility: NLog.
Here's how to use non-standard activation functions to customize your neural network system.
- By James McCaffrey
- 06/11/2015
SharePoint 2013 offers several ways to interact with the SharePoint data, one of which is through the SharePoint SDK for Windows Phone 8. Malin De Silva walks through the process.
- By Malin De Silva
- 06/10/2015
Long hours finally took their toll on Adam's health, so Gerry picked up the slack in his own peculiar way -- introducing some slick do-it-all function.
Eric Vogel goes over a few C# 6.0 language improvements that will help make your coding experiences more concise.
Microsoft's Jay Schmelzer kicks off Visual Studio Live! in Austin, Texas highlighting the company's latest open source efforts within Visual Studio 2015 and the .NET Framework.
Xamarin Inc. is teaming up to integrate its cross-platform mobile development tools with IBM MobileFirst Protect security software.
Learn how to get started writing apps for your wrist!
- By Greg Shackles
- 06/02/2015
Microsoft finally unveiled the Windows Universal Application Platform at Build in San Francisco. Nick Randolph takes the new controls -- and other changes that assist developers building adaptive layout applications -- out for a spin.
- By Nick Randolph
- 05/27/2015
In the real world, you'll often need to display constant and repeating data, a.k.a. Master/Detail pages. Custom templates are the cleanest, simplest way for you to manage them.
SharePoint Application Pages provide truly flexible functionality across all the sites within a SharePoint front end. You can use Visual Studio to create those pages, with the added bonus of securing the content during development.
- By Malin De Silva
- 05/22/2015
New features in this version include the automation of screen caps of Web pages being tested and customizable test result reports.
- By Michael Domingo
- 05/21/2015
In this final part on test-driven app development with ASP.NET MVC, Eric covers how to unit test the services layer.
The Visual Studio Code Team improves a few features of the portable code editor -- in particular, public issue tracking and centralized feedback channnel -- while still in preview.
- By Michael Domingo
- 05/19/2015
You don't always want to display the same data the same way. Here are your options for leveraging custom templates in Views to meet all of your needs -- and the code you need when a template won't do the job.