If you're building a RESTful Web service, you can provide both guidance and control around the JSON messages your service works with by replacing documentation with JSON Schemas.
Visual Studio Code, being based on the open source Electron framework, is among applications susceptible to a remote code execution vulnerability just announced and patched by the Electron team this week.
No matter how many HTTP codes there are, you really only need to check one property to determine success or failure.
This has been an issue for a while and was just raised again with a new post on the Issues section of the Microsoft Cognitive Toolkit GitHub repository, an open source toolkit for commercial-grade distributed deep learning.
The simplest way to ensure that the API your services expose to your consumers is to not let consumers access your services -- at least, not directly.
Although Microsoft's new Visual Studio for Mac 7.4 preview is mostly a "fix stuff" release, it does add support for Android Oreo 8.1 along with some productivity boosts for those coding mobile apps with Xamarin.
Amazon Web Services this week said .NET-centric developers using its cloud platform to write AWS Lambda functions can now do so in C# while leveraging .NET Core 2.0 libraries.
After suffering the consequences of accidentally turning off his firewall for a month and then experiencing a catastrophic workstation failure that took out both of his mirrored hard disks, Tim Patrick gained a new appreciation for online code repositories. He adopted VSTS and won't be looking back.
After several improvements to a popular Java debugger, the VS Code team has added more extensions to support JUnit testing, Maven, Tomcat and Checkstyle.
The just-released second Visual Studio 2017 15.6 preview continues to ease the previously cumbersome experience of hooking up to Mac machines for iOS development using Xamarin.
Our cross-platform C# specialist turns his attention to the iOS side of things only to demonstrate some programming issues associated with the much-hyped device from Apple, including Face ID, the "notch," Safe Areas, Large Titles and more.
- By Wallace McClure
- 01/11/2018
Performance, productivity and diagnostics are three areas of focus in new previews of the Visual Studio family just unveiled yesterday: Visual Studio 2017 Version 15.6 Preview 2 and Visual Studio for Mac Version 7.4 Preview.
Fifth update in the past three months improves expression evaluation, adds step filter for bypassing certain code.
The popular Unity game development platform has dropped its default Mono-based IDE in favor of Visual Studio products in order to leverage new C# and scripting features.
Microsoft, one of the tech giants attempting to take artificial intelligence-based development mainstream, has made two tools crucial to this effort generally available to developers interested in programming bots and using natural language interfaces.
Microsoft updated its Visual Studio Code extension for working with the Azure Data Lake for Big Data analytics in the cloud, furthering integration of the extension's data exploration tool among other new features and improvements.
As the number of your services expands you're going to need to start thinking about how to organize them. Applying these two design patterns can help, provided you understand all their variations.
At a recent Visual Studio Live! conference, the principal software engineer demonstrated the ins and outs of the new System.TupleValue functionality coming with C# 7.0, along with other new features such as pattern matching, local functions, "out" variables, throw expressions, generalized async return types and many more.
One situation that can prevent a successful file transfer is when the destination file is, in fact, the program that's doing the copying. Here's how to work around such problems.
SQL Server 2016 and Azure SQL Database both give you tables that automatically keep track of the history of your data. Here's how to retrieve that historical data.