-
Visual Studio-backed programming languages fared well in the latest TIOBE Index popularity report, with Visual Basic and R jumping up in the rankings and TypeScript cracking the top 100 for the first time.
06/26/2018
-
The young .NET Core, an open source, cross-platform alternative to .NET Framework, is increasingly becoming the runtime target choice for C# coders, according to new survey results published by JetBrains.
06/13/2018
-
By Greg Shackles
New support for styling Xamarin.Forms apps with CSS may be controversial, but Greg Shackles thinks CSS is a powerful (and frequently maligned) solution to the problem of styling native mobile applications. See what he means in this hands-on tutorial.
05/29/2018
-
Building cross-platforms applications has never been easier using Microsoft's Xamarin.Forms. In this article Nick introduces v6 of MvvmCross and shows how it can be leveraged to accelerate development and improve the architecture of a Xamarin.Forms application.
05/16/2018
-
The neglected little brother of C# now officially supports creating ASP.NET Core projects via the same UI that C# supports, among other enhancements in the new edition of Visual Studio.
05/09/2018
-
Developers creating base classes can decide what should and should not be inherited. So can developers creating derived classes.
04/26/2018
-
Microsoft has updated Blazor -- for full-stack Web apps coded in C# -- with new features including the ability to create reusable component libraries.
04/19/2018
-
From variables to inheritances to what JavaScript patterns you really need to know, C# MVP Ben Hoelting offers his top tips for C# coders looking to use JavaScript to build complex client-side Web apps.
04/17/2018
-
Proving that Visual Studio tools can come from all manner of sources, a small dev firm in the Canary Islands is offering up its own homegrown toolset -- developed during the creation of an accounting program -- as a commercial product to let C# and VB.NET coders create Web apps without all that JavaScript and CSS stuff.
04/06/2018
-
Generics not only let you create more flexible classes, they make inheritance more flexible, also. To pick the right inheritance mode when inheriting from a generic, though, you must know what you're trying to accomplish with your derived class.
04/02/2018
-
Wally builds an app prototype and in response to user feedback investigates how to play audio sound effects in response to events such as a button press.
03/29/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
-
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
-
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
-
C#'s scope for classes includes internal, public, protected ... and two more. The most restrictive of these allow you to create an inheritance hierarchy with "privileged" and "nonprivileged" derived classes.
02/21/2018
-
Once you've created a JSON Schema that describes a JSON document, you can use it both in Visual Studio -- to provide guidance when creating JSON documents -- and in your code to validate the messages you're receiving.
02/13/2018
-
Windows Template Studio, Microsoft's open source, wizard-driven Visual Studio 2017 extension for coding UWP applications, is out in version 1.7 with new support for Visual Basic and the Prism framework.
02/02/2018
-
This has been an issue for a while and was just raised again with a new post on the Issues section of the Microsoft Cognitive Toolkit GitHub repository, an open source toolkit for commercial-grade distributed deep learning.
01/19/2018
-
Our cross-platform C# specialist turns his attention to the iOS side of things only to demonstrate some programming issues associated with the much-hyped device from Apple, including Face ID, the "notch," Safe Areas, Large Titles and more.
01/11/2018
-
The popular Unity game development platform has dropped its default Mono-based IDE in favor of Visual Studio products in order to leverage new C# and scripting features.
01/10/2018
-
At a recent Visual Studio Live! conference, the principal software engineer demonstrated the ins and outs of the new System.TupleValue functionality coming with C# 7.0, along with other new features such as pattern matching, local functions, "out" variables, throw expressions, generalized async return types and many more.
12/18/2017
-
Code Focused
One situation that can prevent a successful file transfer is when the destination file is, in fact, the program that's doing the copying. Here's how to work around such problems.
12/15/2017
-
Microsoft this week published hands-on guidance for using its new Azure IoT Edge service, just launched as an extension for the Visual Studio Code editor in a public preview program.
12/14/2017
-
Microsoft announced a new tool to speed up the optimization of 3D models for mixed reality applications running on iOS, Android and Windows.
12/11/2017
-
Code Focused
OOP is a special kind of animal, says Tim Patrick, who shows how to put one of its core principles, encapsulation, to work while coding constructors for base and derived classes.
11/28/2017