Web Development


Exploiting Generics in TypeScript

Generic classes and functions are one way to create flexible, reusable classes and functions. But before you start creating your own generic functions, you should be clear on when they’re your best choice.

Visual Studio Online Sprint 92: Customizing Work Item Fields

It's no small feat to be able to customize work items, right from the Web. The functionality is due to process inheritance, which is a function of Team Process Templates.

Performance Profiling Your Xamarin Apps

Learn to measure the performance of your apps and ensure a great UX.

Processing a File or Folder When It Changes in Your Desktop Apps or Windows Service

When you need to know when a file or folder appears, disappears or is renamed -- in fact, if almost anything at all happens in the file system -- you can have Windows notify your application so that you can take action.

Introduction to R for .NET Developers

C# developers who want to wring more meaningful info from large sets of data should get cozy with the statistical computing language known as R. Let's get familiar with R in this new series.

7 Tools That Bring Cross-Platform Languages into Visual Studio

It's been another great year for new development tools and technologies. Here are some that bring cross-platform development languages or capabilities into Visual Studio.

Opening a Dialog Box in an ASP.NET MVC Page

There are lots of benefits to gathering information by opening a dialog box instead of sending your user to another page. Fortunately, jQuery and ASP.NET MVC make it easy to do (and you don't have to worry about offending pop-up blockers).

.NET Framework 4.6.1 Improves on WPF, SQL Connectivity

.NET Framework 4.6.1 released. Meanwhile, variations of .NET Framework 4.x older than 4.5.2 are approaching end of support.

Office Developer Tools for VS 2015 Adds New Project Type

Outlook Add-in with Commands project type is a preview, as is new SharePoint 2016 Beta 2 templates for farm and sandboxed solutions.

Node.js Tools for Visual Studio 1.1 Has More (Intelli)Sense

New version is a point release, with bug fixes and more polished performance, but it also incorporates a cleaner looking mode fo IntelliSense.

Leveraging Interfaces Instead of Inheritance

If you need to have objects look alike but don't have any code to share, you don't need inheritance -- you need an interface. Here's an example of how interfaces provide a more flexible way to deal with similar-but-different classes.

Microsoft Open Sources Chakra JavaScript Engine Components

The company is looking for the developer community's help in rewriting the newly dubbed ChakraCore to work on Linux, OS X, and other platforms.

Clang with Microsoft CodeGen: A VS 2015 Update 1 Gem

It's just one facet of the recent Visual Studio 2015 Update 1 release, but it's one that Visual C++ developers are excited to deploy. The update also includes numerous fixes to the standard library.

Visual Studio Code 0.10.3 Fixes Performance Snag

Users reported a number of startup and performance issues since the beta release of Visual Studio Code in mid-November.

Visual Studio 2015 Update 1, TFS 2015 Update 1 RTM

Final releases of VS 2015 Update 1, TFS Update 1 follow quickly after release candidates that were announced during Microsoft's Connect() event in November.

Subscribe on YouTube