Posted in .NET Azure Beginner Tutorials

Playing around with ASP.Net Core ConfigureServices()

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

These days I’m working on a small personal project with ASP.Net Core and this allowed me play around with the ConfigureServices method in Startup.cs and…

Continue Reading
Posted in .NET Beginner Dev Tutorials

How to integrate Ocelot with Identity Server 4

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Not so long ago I wrote an article on how we can create our own API gateways using the Ocelot open source library. Since then,…

Continue Reading
Posted in .NET Dev News

New Asp.Net Core 2.1 features announced at #MsBuild

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Last week #MsBuild was underway in Seattle. I have already made some notes on the keynote last Monday and the following days I tried to…

Continue Reading
Posted in .NET Azure Dev Devices News Op-Ed

Microsoft Build 2018 keynote summary

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

The Microsoft Build 2018 kicked off today in Seattle with Microsoft CEO Satya Nadella taking the stage and presenting Microsoft’s vision and strategy for the…

Continue Reading
Posted in .NET Dev

Building your own ASP.Net Core API gateway with Ocelot

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

I’m currently working on some very interesting stuff and one of it is building an Asp.Net Core API gateway. An API gateway might be a…

Continue Reading
Posted in .NET Beginner Dev Intermediate Tutorials

Middleware in ASP.Net Core – part II

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Few days ago I wrote a short tutorial about middleware in ASP.Net Core and I promised to continue the topic, since there are some concepts…

Continue Reading
Posted in .NET Beginner Dev Tutorials

Middleware in ASP.Net Core – part I

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Middleware is a very important topic in ASP.Net Core since it enables you to add very important functionality, like adding necessary configuration to deploy ASP.Net…

Continue Reading
Posted in .NET Angular Intermediate Tutorials Uncategorized

Deploy ASP.Net Core back end with Angular front end

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Single page applications (SPA) have become a standard in the web development world by now, reshaping the way web applications are designed. Traditionally a web…

Continue Reading
Posted in .NET Dev News

Building SPAs with C#

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Looking at this title, many developers would say “Are you mad? You can’t build single page applications with C#! You need a front end framework,…

Continue Reading
Posted in Dev Op-Ed Uncategorized

Databases for modern web applications

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Databases are one of the first things to think about when developing new software, especially web applications. I know that at a first sight, this…

Continue Reading