Developers develop and sometimes that becomes the basis of a startup's IP. So, who owns it now? Here's how to sort it all out.
- By Wallace McClure
- 03/06/2017
Now that Azure Stack Technical Preview 3 is out, Visual Studio developers building apps in the Azure cloud platform can take it for a spin.
- By Michael Domingo
- 03/03/2017
With Visual Studio 2017 making its debut next week, a number of software and services that comprise its tooling ecosystem have already embedded support for the development platform.
- By Michael Domingo
- 03/02/2017
Entity Framework Core doesn't have lazy loading (at least, not yet). But you can fake it by using explicit loading, though it doesn't work quite the way you might want. In fact, it's probably a good idea to use this in Entity Framework 6.
If you want to ensure that the right code is loaded at the right time (and only loaded when you need it), you can use TypeScript code to organize your code into modules. As a side benefit, managing your script tags will get considerably easier.
Imagine platform-neutral, language-agnostic tools for writing code. Awesome, yes, but using tools like Visual Studio Code to compose your programmatic masterpiece will require a bit of rethinking.
Writing Universal Windows Platform (UWP) apps that rely on inter-process communication is actually easy. Debugging and making them fault-tolerant is the tricky part, but it can be done with the AppServiceConnection for UWP and IoT Apps.
- By Lee Richardson
- 02/27/2017
Some questions can only be answered by organizing your data into groups and then finding groups that contain particular members or have particular properties.
A release candidate that allows developers to use Visual Studio to develop R apps is the last step prior to its general availability. Plus: An update on Python Tools for VS.
- By Michael Domingo
- 02/23/2017
New release fixes a number of issues, including more polished tooling fixes while working in the editor, and the addition of a new object type introduced in the second iteration of the ECMAscript offshoot.
- By Michael Domingo
- 02/22/2017
Another month, another VSTS sprint. This one features a number of team-related pull request improvements and a more efficient package management UI.
- By Michael Domingo
- 02/22/2017
Good documentation is important for any application, and it starts with documenting your code. It helps you and it helps your users.
- By Terrence Dorsey
- 02/21/2017
Complex queries can be solved with a combination of simpler LINQ queries, anonymous objects and the Group/By/Into clauses. Using Group/By/Into will also give you the best possible performance for those complex queries.
You don't have to keep all your configuration settings in your config file. There are even some benefits to exporting sections to separate files.
Here's a trick to have Marten automatically deserialize JSON data only when you want it to.
- By Jason Roberts
- 02/16/2017
Version 1.9 of the online code editor sports a new look and some new tools to get developers up to speed quickly, including an Interactive Playground to test-drive some of the news features.
- By Michael Domingo
- 02/15/2017
When you want to find all the objects that are missing a corresponding object, then you need the LINQ equivalent of an outer join. Here, step by painful step, is how to build that query.
Visual Studio 2017 is coming March 7. Microsoft Dev Evangelist Robert Green talks about the top new features, best improvements for mobile/Xamarin developers and more in this Q&A preview of his Visual Studio Live! session on the same topic.
You don't need to take your hands off the keyboard to move to another tab in the Toolbox.
With a pack of updates that amount to minor fixes following the release of Visual Studio 2017 RC3 a week ago, the Visual Studio team is now set to launch a feature-complete version within a month's time.
- By Michael Domingo
- 02/09/2017