What's all the hubbub with microservices? The benefits are in application management and delivery. Paul Mooney shows how in this sample C# app.
Microsoft's Brian Harry offers a look deep inside the evolution of the company's development operations as it transformed itself into a cloud-centric organization.
SharePoint is versatile, in that developers can interact with its data via other programming languages besides what's in Visual Studio. Here's how AngularJS fits into the development mix.
- By Malin De Silva
- 09/29/2015
Microsoft fills in the gaps on its Big Data offering with previews of its Azure Data Lake and Language Services, which includes the brand-new U-SQL language for crunching the incoming explosion of data.
- By Michael Domingo
- 09/28/2015
Functions in TypeScript aren't handled the way you'd expect, based on any other language (including JavaScript). Fortunately, because of the way TypeScript handles functions, you're protected from a common JavaScript error (in addition to getting better IntelliSense support and compile-time checking, of course).
A September update to the .NET Server SDK include automated OWIN setup and improved middleware authentication processes.
- By Michael Domingo
- 09/24/2015
Nick Randolph pulls apart the lifecycle of a Windows 10 application and reveals what goes on programmatically when users launch, switch between and close Windows 10 apps.
- By Nick Randolph
- 09/23/2015
Readers suggest ways to build a powerful HtmlHelper that simplifies creating typical application Views. Along the way, Peter uses a workaround for extending an anonymous object with additional properties and shows how to extract values from a lambda expression in a View.
Preview version 0.8.0 adds TypeScript 1.6 support, improved debugging features, themes, and takes care of Windows setup bugaboos that have plagued some VSC users.
- By Michael Domingo
- 09/18/2015
The game development platform has native integration with Visual Studio 2015 Community Edition, which allows option to install it as the default IDE.
- By Michael Domingo
- 09/17/2015
Sometimes you need to make platform-specific calls. That's where DependencyService comes in handy.
- By Wallace McClure
- 09/16/2015
If you're not careful, you'll replace your huge, lumbering unmaintainable enterprise applications with a web of applications that can't be changed without blowing each other up. But if you apply the same tools you use inside your applications to your application architecture, you can avoid that.
Command pattern helps to encapsulate a request as an object and lets you parameterize clients with queues, all while supporting undoable operations. I'll explain how to use command pattern using an example in which we create a list in SharePoint with Visual Studio.
- By Malin De Silva
- 09/11/2015
Neural network models can be created, saved and reused. Here's how.
- By James McCaffrey
- 09/10/2015
Ease the pain of concurrent programming with the Actor Model and Akka.NET.
- By Jason Roberts
- 09/09/2015
Simplify development of your next project by taking advantage of these UI control collections.
- By Terrence Dorsey
- 09/08/2015
Since March, Microsoft has had designs on taking the Microsoft Build Engine open source and cross-platform as it ports it to .NET Core in the coming months. Progress is in full swing now.
- By Michael Domingo
- 09/07/2015
Rather than arbitrarily deciding what code goes into an application and what goes into your business objects, you can lean on the rules that experienced developers have learned to follow to make those crucial decisions.
Along with Sprint 87 release, a user name anomaly in Visual Studio Code that affects developers on Windows machine is also fixed.
- By Michael Domingo
- 08/31/2015
Peter returns to his AJAX-enabled ASP.NET MVC application to show how Partial Views and TypeScript work together to simplify delivering a Single-page application.