-
News
Orleans, an open-source, cross-platform framework for building distributed applications with .NET that was created by Microsoft Research nine years ago, has been updated to version 3.0, with a new scheduler, code generator, co-hosting support and more.
10/30/2019
-
While security in ASP.NET Core is wholly claims based, you can still use the Authorize attribute to control access to your application. You just need to set up the right policies to work with the claims associated with the current user.
10/29/2019
-
When it comes to controlling which users can access which functionality in a Blazor application you not only have access to all of the user’s authentication you can authorize the user’s actions without writing any code.
10/28/2019
-
Eric Vogel follows up on his previous post on getting started with ASP.NET Core security. Now that .NET Core 3.0 is out, he shows how to upgrade the code from Part 1 to ASP.NET Core 3.0, put pages behind login, create user roles, and use existing roles to restrict access to pages.
10/24/2019
-
News
Microsoft announced the stable release of Xamarin.Forms 4.3, the latest update to its flagship cross-platform mobile development framework, providing a UI toolkit for building native Android, iOS, and Universal Windows Platform (UWP) apps using C#.
10/23/2019
-
You have a responsibility to your organization to reject bad data, otherwise bad things will happen. When it comes to creating Web services, your first line of defense is the ApiController attribute.
10/22/2019
-
News
Contrast Security published an analysis of real-world application attack and vulnerability data from September 2019, finding that in the .NET world, the top three vulnerabilities were SQL Injection, Path Traversal and Cross-Site Scripting, followed by XML External Entity Injection (XXE) and Xpath Injection.
10/22/2019
-
Code snippets don’t just have to be inserted into your code -- they can also be used to wrap some structure around your code.
10/21/2019
-
News
The mssql extension for Visual Studio Code, used to support SQL Server connections and T-SQL editing, has been updated with IntelliCode functionality and a new Object Explorer, among other new features.
10/21/2019
-
Microsoft Research's Dr. James McCaffrey show how to perform binary classification with logistic regression using the Microsoft ML.NET code library. The goal of binary classification is to predict a value that can be one of just two discrete possibilities, for example, predicting if a person is male or female
10/18/2019
-
News
Microsoft, which now calls itself an open source company, announced two new projects that serve to live up to that moniker, one for microservices and one for Kubernetes applications.
10/18/2019
-
News
The monthly update to Java on Visual Studio Code sees updated code navigation, new code actions, Java 13 support and more.
10/18/2019
-
There are two ways to call an async method. The way you choose to call the method depends on what you want from it.
10/17/2019
-
News
With .NET Core 3.1 Preview 1 announced this week, Microsoft highlighted what's new in the ASP.NET Core component, which isn't much, as the ASP.NET effort primarily focused on bug fixes.
10/17/2019
-
News
IncrediBuild has announced its build tool -- bundled as an C++ option with the Visual Studio IDE -- has been released in a cloud version that works with the Microsoft Azure and Amazon Web Services (AWS) platforms.
10/17/2019
-
News
The old, proprietary, Windows-only .NET Framework has given all it can give to the new cross-platform, open-source platform of the future, .NET Core.
10/16/2019
-
News
Microsoft today shipped Visual Studio 2019 v16.4 Preview 2, boosted with new features that come from formerly separate extensions.
10/15/2019
-
News
The first preview of .NET Core 3.1 focuses on two of the big features highlighting the Sept. 23 release of .NET Core 3.0: Blazor (for C# Web development instead of JavaScript) and desktop development (Windows Forms and Windows Presentation Foundation).
10/15/2019
-
If you're upgrading an ASP.NET Version 2.n website to the newly released Version 3.0, some changes are easy. At least one is going to be annoying.
10/14/2019
-
News
A data visualization tool some four years in the making from Microsoft Research has been open sourced, available for use as an extension for Visual Studio Code or Azure Data Studio.
10/14/2019
-
Once you've got a contract that describes a gRPC service, creating the service itself and a client that can call the service is easy. In fact, Visual Studio will do most of the work for you ... once you've got your projects set up correctly, that is.
10/11/2019
-
News
After Microsoft's Scott Hanselman introduced a bunch of new beginner-level instructional videos for .NET, Xamarin guru James Montemagno wanted to remind mobile developers that similar resources are available for them.
10/11/2019
-
If there's a code snippet that you're using that you constantly have to modify then here's some code news: You can create, from the existing snippet, a new snippet with your changes (and leave the existing snippet in place).
10/10/2019
-
News
Expert Alex Thissen shares his thoughts on what excites him most about the .NET/Docker marriage, top tips, "gotchas" to look out for and more.
10/09/2019
-
News
Seeking to ease the development of Spring-based microservices written in Java on the Azure cloud, Microsoft and Pivotal announced a private preview of a fully managed service called Azure Spring Cloud.
10/09/2019
-
News
The "September" update to the cross-platform, open-source Visual Studio Code Editor, now up to version 1.39, adds functionality to the remote development preview that has been in the works for a while now.
10/09/2019
-
News
With the recent release of .NET Core 3.0 and the continued interest in the red-hot Blazor project for doing Web development with C#, third-party vendors are cranking out related tooling.
10/08/2019