If you prefer to keep your Properties Window in Categories View, then here's some shortcuts you might find valuable.
Platform tools get some exposure on this week's roundup of news for developers in this week's podcast. Also: Who's listening, and who should we interview next?
- By Michael Domingo
- 04/21/2017
Huge volumes of data need near-supercomputer power to process and analyze it all. You can get there with the .NET Task Parallel Library.
- By William L. Bain
- 04/20/2017
The RDBMS formerly known as SQL Server vNext is now out as SQL Server 2017 Community Technology Preview 2.0.
Last time we looked at presentation tools that you can use to show off your work to an audience or to a team. This time, we look at tools that might be more suitable for use in code review. I also share some of my experiences using these tools.
- By Terrence Dorsey
- 04/19/2017
Among the highlights in this early and raw preview include additional workloads for data science, Python, and gaming, and a slew of fixes that correct one particularly vexing installation issue and errors that have cropped up in Team Explorer.
- By Michael Domingo
- 04/18/2017
There's no rest for Windows developers, as one of the more interesting parts of the next Windows 10 release that's accessible by insiders, Build 16176 for PC, is improved support for Windows Subsystem for Linux.
- By Michael Domingo
- 04/17/2017
Peter follows up -- yet again – on a column on how to group results with LINQ using the SQL-like syntax with the same solution using the method-based syntax. And, no, you're not seeing double.
Two wholly unrelated end-of-life events are on the horizon, one for the once-popular CodePlex source code sharing site built by Microsoft, and the other for a waning Visual Studio 2008.
- By Michael Domingo
- 04/13/2017
Azure Functions get you beyond the traditional client/server approach to app creation, right into the cloud. Let’s first look at triggers.
- By Jason Roberts
- 04/12/2017
Whether you're giving a presentation at a conference or working with peers on a code review, these Visual Studio tools help make you look great.
- By Terrence Dorsey
- 04/12/2017
The release candidate for version 2.3 of the JavaScript-like language adds more support for several ECMAscript features and capabilities, including downlevel generator and iterator support when targeting ES versions 3 and 5.
- By Michael Domingo
- 04/11/2017
If you have a process that needs to be performed -- but with variations -- then implementing the Template Method pattern will give you simpler, more extensible code. You’ll also recognize this pattern from all the times you work with it in the .NET Framework.
The Windows Developer group opened up the Windows 10 Creators Update and its SDK today, and that gives developers the opportunity to officially start tapping into its gaming and AI capabilities.
- By Michael Domingo
- 04/07/2017
Peter follows up on advice for joining collections with LINQ and getting all of the results, but this time, he uses the method-based syntax.