Microsoft made .NET Core and other .NET Foundation projects open to community collaboration. Want to make a contribution? Read these tips first.
- By Terrence Dorsey
- 01/21/2015
.NET developers can now use MuleSoft's Anypoint data connetivity middleware solutions to extend its services out to enterprise mobile apps.
- By Michael Domingo
- 01/21/2015
Multi-swarm optimization (MSO) is a powerful variation of particle swarm optimization. Understanding how MSO works and how to implement it can be a valuable addition to your developer toolkit.
- By James McCaffrey
- 01/20/2015
The company touts this release as the biggest yet for mobile developers, but those using it with ASP.NET will find lots to love in the number of new controls that span several tools across the Microsoft suite.
- By Michael Domingo
- 01/20/2015
A complex ASP.NET MVC form can drive you to a big, ugly action method that handles all the functionality the page offers. The ActionMethodSelector provides a clean way to separate that logic over multiple methods, provided you understand a key distinction of which many ASP.NET MVC developers aren't aware.
ReSharper is a Visual Studio plug-in from JetBrains that brings an incredible amount of features designed to increase developer productivity.
- By Ondrej Balas
- 01/15/2015
More quick-start templates, enhanced push notifications, and new Telerik Device Cloud service, currently in beta, will allow testing on hundreds of physical devices.
Not just once, but repeated in various lucrative apps -- a humongous chunk of code that should've been reduced to a mere line.
Make Visual Studio do the hard work to simplify the creation of external lists that can be used to connect outside data to your SharePoint projects.
- By Malin De Silva
- 01/12/2015
JetBrains's .NET plug-in will make quick work of code inspections and refactoring. Here are a few tips to work with it that will have you wondering what to do with all your newfound free time.
If you're creating an XML document and want to write code that you'll actually be able to maintain … well, it may be time to learn a little Visual Basic, just so you can use XML Literals. It's a good solution even for C# shops.
Even Apple devices aren't immune to the dreaded OS fragmentation problem. Thankfully, Xamarin has a solution, and Wally looks into it this month.
- By Wallace McClure
- 01/06/2015
Peter looks at how to call a JavaScript function from your TypeScript code and do it in a type-safe way. Along the way, he dramatically simplifies a Backbone application by integrating Knockout.
Peter shows how a Visual Studio database project can make you more productive when making changes to your database. But a database project also gives you a variety of tools to let you keep track of what those changes are -- which will make moving those changes to your production environment considerably safer.
See how the .NET SDK uses consistent naming and patterns, making it easy to work with the myriad of Web services that AWS provides.
- By Ondrej Balas
- 12/30/2014
Bing Developer Assistant takes code searching to another level, searching well over 19M code samples, and adds contextual help and better error resolution from within Visual Studio.
- By Michael Domingo
- 12/18/2014
It's been a great year for new development tools and technologies. We look back at seven releases that didn't get all the attention they deserve.
- By Terrence Dorsey
- 12/17/2014
The developers building new applications are very nice people, of course. But the real heroes of the programming world are the developers maintaining and extending existing applications.
How can one class communicate with each another, yet know nothing about that other class? That's where the mediator pattern comes in, and Eric shows how to employ it in a .NET chat application.
Peter learns something by listening to readers: Visual Studio database projects provide a great environment for making changes to your databases. Here's a brief introduction about how they'll make life easier for you and all the steps for setting one up.