Web Development


Project Rider: A C# IDE Alternative

JetBrains announced that it's developing a C# integrated development environment that works independently of the Visual Studio environment.

Supporting Multiple String Formats from Your Class

Developers (including you) benefit when you provide a string representation of your class. By implementing IFormattable, you can take control of this representation and provide some flexibility. Besides, if you don't provide one, the Microsoft .NET Framework will provide a useless one for you.

Visual Studio Code Update Now Uses ECMAscript 6

Also noteworthy: weird keyboard layout problem encountered by developers on OSX -- fixed.

Xamarin 4 Improvements: Worth Upgrading?

Like a mobile force, Xamarin 4 awakens. So upgrade now, especially if you're a Visual Studio developer and building apps for iOS.

Building Universal Windows Apps for Universal Performance

With the Universal Windows Platform, developers can target a wide variety of devices with a single application, but it comes with performance ramifications. We look at ways to make those apps more efficient and highly performant.

Visual Studio: Team Explorer Everywhere Updated To Support Eclipse Mars

Incremental update version 14.0.2 of the Eclipse plugin supports Mars, mixed repository use in projects.

What's New with .NET Framework 4.6, Part 1: API Updates

For this first in a series, Eric Vogel checks out the new IReadOnlyCollection<T> Stack<T> and Queue<T> implementations in .NET Framework 4.6.

App-To-Market, Part 4: If You Build It, Will Users Come?

You're a developer who's managed to create the killer app. You've also built a well-rounded team and marketing plan to push it. But wait -- is it what users want?

ASP.NET WebHooks Preview 2016 Update

It's a small step, but a duet of sender-side features are enabled in this preview that allow a more nuanced way of pushing out event-driven WebHooks to users.

End of Extended Support for Some .NET Framework, SQL Server Versions

Security risks will be a major concern for companies using some versions of .NET Framework and SQL Server after extended support ends some time this year.

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.

Subscribe on YouTube