-
If you're creating business services that send dates and decimal data then you may be concerned that gRPC services don't support the relevant data types. Don't Panic! There are solutions. Here's how to use them.
01/17/2020
-
In the real world, you've been dealing with the State pattern every time you designed a set of database tables. The Protocol Buffers specification lets you do the same thing when you define the messages you send and receive from your gRPC Web Service.
01/14/2020
-
Microsoft shipped Visual Studio 2019 for Mac version 8.4, adding support for creating ASP.NET Core Blazor Server applications, part of the company's red-hot Blazor project to enable Web development with C# instead of JavaScript.
01/12/2020
-
Here's everything you need to know to create a standard set of reusable message formats to use with your gRPC services.
01/10/2020
-
Peter's pretty fanatical about replacing documentation/comments with readable code. So he's very excited about using enums when defining gRPC services. Very. Excited. But there are some best practices and "things to be aware of" when using this feature.
01/08/2020
-
Defining your gRPC service using the Protocol Buffers specification is pretty easy. There are just a couple of things to be aware of as you convert from the specification to .NET Core and then manage your service's evolution.
01/06/2020
-
Microsoft has advised developers that .NET Core 2.2's support life will end next Monday, Dec. 23, so they should upgrade.
12/19/2019
-
With the maturation of the open-source, cross-platform .NET Core initiative, Microsoft has been upping its data science analysis tooling lately, previewing .NET Core with Jupyter Notebooks functionality and a DataFrame type for .NET for easier data exploration.
12/16/2019
-
"It is a huge technical challenge to bring the designer to .NET Core because it requires the design surface that hosts the live .NET Core form to run outside the Visual Studio process. That means we need to re-architect the way the designer surface 'communicates' with Visual Studio."
12/05/2019
-
Microsoft developer technologies fared well in Upwork's list of the top 100 in-demand skills as compiled by the freelancer-focused careers company.
12/05/2019
-
As with .NET Core 3.1, these are relatively uneventful shipments -- most notable for long term support (LTS) licensing -- without a bunch of fancy new features or functionality included, as the dev teams focused on firming up existing code.
12/04/2019
-
Microsoft shipped .NET Core 3.1, described as a "small and short release" that 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).
12/03/2019
-
Solution Architect Jim Wooley details the ins and outs of Entity Framework 3.0 -- with an emphasis on breaking changes -- in a presentation at the Live! 360 conference in Orlando.
11/22/2019
-
Microsoft shipped another preview of .NET Core 3.1, a "small and short" release that primarily focuses on polishing up new improvements for Blazor -- used for C#-based Web development instead of JavaScript -- and the new desktop development functionality -- Windows Forms and Windows Presentation Foundation -- that was introduced in the milestoe .NET Core 3.0 release.
11/14/2019
-
Pulumi, known for its "Infrastructure-as-Code" cloud development tooling, has added support for .NET Core, letting .NET-centric developers use C#, F# and VB.NET to create, deploy, and manage Azure infrastructure.
11/12/2019
-
As .NET Core 3.1 will be a "small and short release focused on key improvements in Blazor and Windows desktop," the main new functionality introduced in today's Preview 2 is the suport of C++/CLI, also known as "managed C++."
11/04/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
-
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
-
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
-
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
-
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
-
gRPC services promise a lot: better performance, more sophisticated messaging, and a contract-based approach to Web Service development. If those sound good to you, here's how to get started.
10/04/2019
-
".NET Core is the future of .NET. So let's get comfortable with creating, running, and testing applications using the command-line interface," says developer educator Jeremy Clark, who shares his favorite .NET Core features, quirks to watch out for and more.
10/03/2019
-
The release version of Blazor contains two surprising changes (surprising, at least, to Peter) -- changes that broke some of his code. Here are both of those "gotchas" with the workarounds that he implemented.
10/02/2019
-
Microsoft introduced the first preview of the .NET Core Windows Forms Designer, which didn't make it into the recent .NET Core 3.0 release because of the "huge technical challenge" in porting the Windows-only desktop technology to the new cross-platform framework.
10/01/2019