Skip to content
Antonio Valentini
  • Home
  • About
  • Contact
  • Privacy Policy
Menu Close
  • Home
  • About
  • Contact
  • Privacy Policy
Read more about the article Mapping objects made easy with AutoMapper

Mapping objects made easy with AutoMapper

  • Post author:Antonio
  • Post published:January 12, 2020
  • Post category:Development
  • Post comments:0 Comments

What's AutoMapper AutoMapper is a powerful tool for .NET developers used for object mapping, created by Jimmy Bogard. It is used to map different objects (classes or structs in our…

Continue ReadingMapping objects made easy with AutoMapper
Read more about the article How to integrate ASP.NET Identity Core inside your web application

How to integrate ASP.NET Identity Core inside your web application

  • Post author:Antonio
  • Post published:November 27, 2018
  • Post category:Development/Security
  • Post comments:0 Comments

In this tutorial I will show you how to integrate one of the most complete and easy to use authentication system in your aspnet core web application. This is called…

Continue ReadingHow to integrate ASP.NET Identity Core inside your web application
Read more about the article Make a fully functional ASP.NET Core application out of a bootstrap admin template

Make a fully functional ASP.NET Core application out of a bootstrap admin template

  • Post author:Antonio
  • Post published:November 20, 2018
  • Post category:Development
  • Post comments:0 Comments

In the last couple of years, it happened quite often that I had to build a web application to serve as a backoffice administration panel. So I took a fresh…

Continue ReadingMake a fully functional ASP.NET Core application out of a bootstrap admin template
Read more about the article Quick introduction on how to use the ASP.NET Core built-in dependency injection

Quick introduction on how to use the ASP.NET Core built-in dependency injection

  • Post author:Antonio
  • Post published:September 20, 2018
  • Post category:Development
  • Post comments:0 Comments

Intro Dependency injection is a programming technique where an object (the client) gets a dependency (i.e. a service) supplied by another object (the injector). This way the client delegates the…

Continue ReadingQuick introduction on how to use the ASP.NET Core built-in dependency injection

Recent Posts

  • How (not) to start a podcast – Part 1
  • Rotate an object towards the mouse position [2D]
  • Common needs when building enterprise software
  • Test your web app with Selenium, xUnit and .NET Core
  • Mapping objects made easy with AutoMapper

Categories

  • Development
  • Game Development
  • Podcast
  • Security

Archives

  • December 2022
  • October 2020
  • April 2020
  • January 2020
  • October 2019
  • November 2018
  • September 2018
  • April 2018
  • March 2018
Twitter Github Linkedin
  • About
  • Contact
  • Privacy Policy
Copyright 2023 - Antonio Valentini