-
News
Blazor, an experimental technology that some believe will save .NET Web coders from "the insanity of JavaScript," has been released by Microsoft in its first public preview.
03/23/2018
-
Entity Framework is fabulous ... but it does impose some overhead. If you like working with data in an O-O kind of way but feel the "need for speed," then you should be looking at Dapper.
03/22/2018
-
News
It's goodbye to Portable Class Library projects and hello to .NET Standard Library projects for Xamarin.Forms development in the new Visual Studio for Mac version 7.5 Preview 1.
03/21/2018
-
News
Announced barely a week after the official release of v15.6, the first preview of v15.7 includes productivity enhancements, better diagnostics, more C++ development improvements, better management of Android and iOS environments and more.
03/20/2018
-
News
Visual Studio Code developers have asked for support for more test frameworks and Microsoft said it has responded in kind, announcing initial support for JUnit 5 this week, along with other Java-related features.
03/20/2018
-
Sometimes you need a "collection of collections." Don't write ugly code to do that -- the Lookup object will create that collection for you in a heartbeat.
03/19/2018
-
News
Right now is best time to be a .NET developer, said Microsoft's James Montemagno in a Visual Studio Live! keynote address. "It enables us to develop code on any OS we want, it has great tools for Visual Studio, it works with amazing languages, and there's a beautiful community of developers creating awesome libraries."
03/16/2018
-
News
"In this ever changing and evolving world of technology, we have to be innovating to stay ahead," said Microsoft's Kasey Uhlenhuth in her keynote address at Visual Studio Live! in Las Vegas.
03/16/2018
-
News
Microsoft is seeking developer feedback for the new TypeScript 2.8 release candidate, featuring new conditional types and more.
03/16/2018
-
If your source control system won't tell you what's changed, Visual Studio is glad to help. It's just that the option is hard to get to.
03/15/2018
-
News
Although Microsoft programming languages fared quite well in Stack Overflow's huge new developer survey, Visual Basic 6 was again named the "most dreaded" language -- just like last year, and the year before -- with VB.NET and VBA not far behind.
03/13/2018
-
There are a lot of Web Forms applications out there ... but the future belongs to MVC. Here's Peter's advice on what to do about that.
03/12/2018
-
News
RedMonk's latest programming language popularity report says Microsoft's multi-language approach is paying off, giving the company the "most to crow about" among all vendors.
03/09/2018
-
If you're coding Azure Functions in Visual Studio 2017 to work with Azure Storage, one tool that can assist when running functions locally is the Microsoft Azure Storage Emulator, as shown in this hands-on tutorial.
03/08/2018
-
News
The February 2018 edition of Microsoft's lightweight, cross-platform and open source Visual Studio Code editor has shipped, with new notifications functionality, Integrated Terminal splitting and much more.
03/08/2018
-
News
Microsoft today said Windows 10 developers will soon be able to more easily infuse artificial intelligence functionality into their apps with the help of a new machine learning platform coming in the next update of the OS.
03/07/2018
-
News
Microsoft has gone all in on Python for its cross-platform, open source code editor and is now seeking more dev help after hiring the creator of a popular Python extension (7 million installs) and taking ownership of the project.
03/07/2018
-
News
Microsoft this week announced the availability of Visual Studio for Mac 7.4, which now supports recent versions of Android, macOS and C# among many other new features.
03/07/2018
-
If you need to create a version of a class from several sources or just want to merge default values with a user's input, object spreading solves your problem. JavaScript won't let you do this (yet) but TypeScript will.
03/06/2018
-
News
Microsoft shipped Visual Studio 2017 15.6 with improved performance -- especially in solution load times -- topping the list of new features and enhancements.
03/06/2018
-
LINQ and Entity Framework are great ... but you're still going to need to write SQL.
03/05/2018
-
News
Microsoft has shipped the first preview of .NET Core 2.1 -- its modularized, open source, cross-platform evolution of the .NET Framework and runtime -- along with associated "Core" packages for ASP.NET and Entity Framework.
03/02/2018
-
News
Microsoft announced several enhancements and new offerings for its Cognitive Services cloud APIs that help developers leverage artificial intelligence (AI) capabilities in mobile and other apps.
03/02/2018
-
In-Depth
Although it was only just released as a beta, the open source Flutter framework for cross-platform mobile app development is drawing comparisons with Microsoft's Xamarin in the developer community.
03/01/2018
-
If you're building services it's critical that you support the developers who will create and read your service's messages. JSON Schema lets you support the three principles of good message design in a way that supports developers.
02/28/2018
-
News
Azure DevOps Projects, introduced several months ago and powered by Visual Studio Team Services, is getting closer to emerging from its public preview as the VSTS team continues to add functionality, including support for more programming languages.
02/28/2018
-
You can dramatically simplify life for developers creating services and their consumers by following three rules for designing messages and then enforcing your message formats with JSON Schema.
02/27/2018