Archives for .Net Core - Page 3
Safely Storing Sensitive Configuration Data in .NET Core
Problem Statement There could be a situation where the application will use some sensitive data such as Payment Gateway live credentials and client don’t want to expose the data to any of…
Understanding Produces and Consumes Attribute in MVC 6
Produces and Consumes Attributes are newly introduced in MVC 6 ( Core) to control the content negotiation. What is Content Negotiation? The process of picking the correct output format is known as Content Negotiation. Generally, Frameworks will…
Time to Upgrade from .NET core 2.0 to .NET core 2.1
It's time to upgrade your existing .NET core application running on to .NET core as .NET core support from Microsoft will be ended on 1st October 2018. Why? .NET Core was…
Why is .NET Core recommended for new Modern web Applications?
These days, as a modern web application, customers having high expectations of rich and intuitive UI design, secure and flexibility as the minimum requirement. These requirements can be achieved by the traditional .NET framework. But, why Core…
ASP.NET Core Features
5 has been renamed to Core and first version of NET Core was released in June 2016. The latest version of Core was released in Nov 2016. Open Source:…
NET Core command-line interface (CLI) Tools
The .NET Core command-line interface (CLI) is a new cross-platform toolchain for developing .NET applications. Command : dotnet -help Basic Commands: new restore build publish run test vstest pack migrate…



