Also noteworthy: weird keyboard layout problem encountered by developers on OSX -- fixed.
- By Michael Domingo
- 01/12/2016
Like a mobile force, Xamarin 4 awakens. So upgrade now, especially if you're a Visual Studio developer and building apps for iOS.
- By Wallace McClure
- 01/11/2016
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.
- By Nick Randolph
- 01/08/2016
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.
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.
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.
- By Michael Domingo
- 12/22/2015
Learn to measure the performance of your apps and ensure a great UX.
- By Greg Shackles
- 12/18/2015
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.
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.
- By James McCaffrey
- 12/16/2015
New features in SDK allow more expanded health-tracking capabilities for Visual Studio developers who want to develop apps for second-generation Band.
- By Michael Domingo
- 12/15/2015
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.
- By Terrence Dorsey
- 12/15/2015
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 released. Meanwhile, variations of .NET Framework 4.x older than 4.5.2 are approaching end of support.
- By Michael Domingo
- 12/11/2015
Outlook Add-in with Commands project type is a preview, as is new SharePoint 2016 Beta 2 templates for farm and sandboxed solutions.
- By Michael Domingo
- 12/10/2015
Application code needs to raise events and respond to them. The MessagingCenter makes this whole process much simpler than standard .NET events.
- By Wallace McClure
- 12/10/2015
New version is a point release, with bug fixes and more polished performance, but it also incorporates a cleaner looking mode fo IntelliSense.
- By Michael Domingo
- 12/09/2015
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.
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.
Users reported a number of startup and performance issues since the beta release of Visual Studio Code in mid-November.
- By Michael Domingo
- 12/04/2015
TypeScript has some "interesting" limitations when it comes to overloading functions. But it also offers you some options when you need more flexibility in declaring functions, including both optional parameters and infinite parameter lists.