.NET Core 3.0 Preview 3 was released last month, and it includes a bunch of new updates to ASP.NET Core. There are a couple of updates related to Angular. In this new update, the default Angular template is updated to Angular 7 and the option to add authentication while creating an Angular or React application. In this post, we’ll see how to create an Angular 7 app with Visual Studio 2019 and add authentication to Angular 7 App using ASP.NET Core 3.
Read More
ASP.NET Core 3.0 App with .NET Core 3.0 preview 2 release
Earlier I posted about creating First ASP.NET Core 3.0 App using Visual Studio 2019 Preview 1 release. ASP.NET Core 3.0 is a major release and has some code breaking changes. However, .NET Core 3.0 preview 1 release didn’t offer any insight of the new features. Recently, .NET Core 3.0 preview 2 came out and now we can get a feel of ASP.NET Core 3.0 new features. In this post, let’s create a new ASP.NET Core 3.0 app with .NET Core 3.0 preview 2 release and take a look at the new features. Read More
Visual Studio 2019 Preview 2 release new features
Earlier I posted about creating First ASP.NET Core 3.0 App using Visual Studio 2019 Preview 1 release. Recently, Visual Studio 2019 Preview 2 was released with a couple of new features and lots of bug fixes. This short post talks about Visual Studio 2019 Preview 2 release new features related to the project file handling and running a console application. Read More
How You Can Create a .NET Core Application Using Entity Framework Core with Oracle
While Entity Framework support is already a quite common feature of different data provider products, support for Entity Framework Core is not yet as widely available. Especially if it concerns Entity Framework Core on .NET Core. Today I will tell you about an ADO.NET provider for Oracle that provides such features – dotConnect for Oracle. dotConnect for Oracle is a product of Devart company with a many-years history of development, support for Oracle versions, starting from 7.3 to the latest 18c. In this post, we’ll see how you can create a .NET Core application using Entity Framework Core with Oracle. Read More
7 Simple Hacks to Supercharge Your Angular 7 App
Angular is an excellent platform that allows developers to build applications with the web. This platform has integrated various best practices like dependency injection, declarative templates, and so on for overcoming development challenges. The newly released Angular 7 has some significant upgrades with it. For more information, follow this link. Consider Angular Training to keep your skills updated. With Angular 7, you can create better applications that can benefit businesses. This post tells you 7 Simple Hacks to Supercharge Your Angular 7 App for better performance and speed. Read More
Creating First ASP.NET Core 3.0 App with Visual Studio 2019 Preview
The first public preview of Visual Studio 2019 and .NET Core 3.0 is out. I expect both to be a major release with lots of new features and some code breaking changes. The biggest change with .NET Core 3.0 is support for desktop applications and ASP.NET Core 3.0 will only run on .NET Core. In this post, we’ll see how to install .NET Core 3.0 and Visual Studio 2019 preview, new features of visual studio 2019 and also creating first ASP.NET Core 3.0 app with Visual Studio 2019. Read More
How to set Canonical URL in Angular 7
SEO is an integral part of any website and Canonical URLs can help to inform search engines about identical or “duplicate” content appearing on multiple URLs. A canonical tag (AKA “rel canonical”) tells search engines to use the URL defined in the canonical tag to appear in search results. You can refer this guide to find more about the importance of Canonical URL. It’s important to create the canonical URLs dynamically as a static canonical URL can also impact your search engine results. In this short post, we’ll see how to set Canonical URL in Angular 7. Read More