.NET

Round The Code How to Create and Read CSV, Excel and PDF Files in .NET For Free Save time and money by automating CSV, Excel and PDF files in .NET. Working examples of how you can write and read these popular documents. 24th September 2019
Git: The Popular Version-Control System Git: The Popular Version-Control System Learn about the advantages of using Git, and find out about Git software and hosting services available, such as GitHub, BitBucket and GitKraken. 8th September 2019
Round The Code .NET Core 3 is Coming .NET Core 3 will be officially released at .NET Conf 2019. Read about some of the new features, it's support for C# 8 and upgrading from .NET Core 2.2. 2nd September 2019
Round The Code How to use SignalR when Receiving a Message from a RabbitMQ Queue in .NET Core Use the IHostApplicationLifetime parameter and Dependency Injection to consume a RabbitMQ on startup and send a SignalR message once a message is received 28th August 2019
Round The Code Using LINQ expressions to build dynamic queries in Entity Framework Make use of LINQ expressions to produce a Lambda expression dynamically. Build an expression for Entity Framework with the following clauses: And, Or, Any 10th August 2019
How the Mediator Design Pattern Simplifies an Application How the Mediator Design Pattern Simplifies an Application See the benefits of the mediator design pattern with MediatR. Example of how to set up a request, send it through a request handler and return a response 30th July 2019
Round The Code A Beginners Guide to XUnit Use XUnit, the unit testing framework to create "Fact" and "Theory" methods and how you can use your constructor and the IDisposable objects in tests. 25th July 2019
Which SSL certificate is right for you? Which SSL certificate is right for you? The differences between DV, OV and EV SSL certificates and whether a standard or wildcard SSL certificate is appropriate for your organisation 8th July 2019
Round The Code Migrating from .NET Framework to .NET Core All .NET core apps are console applications and you can build models such as web apps (ASP.NET Core), libraries and UWP apps 28th June 2019
Round The Code An Efficient Way of Handling Multiple Actions through One Route Using a singleton is Dependency Injection to run and store all the different types of URL's and routing those URL's to different controllers and actions in MVC 13th June 2019