Skip to content
Antonio Valentini
  • Home
  • About
  • Contact
  • Privacy Policy
Menu Close
  • Home
  • About
  • Contact
  • Privacy Policy
Read more about the article How to use Dapper

How to use Dapper

  • Post author:Antonio
  • Post published:March 19, 2023
  • Post category:Development
  • Post comments:0 Comments

Dapper is a NuGet library that you can add to your .NET projects to extend your IDbConnection interface. It's an open-source micro-ORM that can be a good compromise if you don't need all the features of a fully-fledged ORM.

Continue ReadingHow to use Dapper
Read more about the article Common needs when building enterprise software

Common needs when building enterprise software

  • Post author:Antonio
  • Post published:April 14, 2020
  • Post category:Development
  • Post comments:1 Comment

During these days, I've been wondering a lot about the Software Engineer role. According to Wikipedia "A software engineer is a person who applies the principles of software engineering to…

Continue ReadingCommon needs when building enterprise software
Read more about the article Test your web app with Selenium, xUnit and .NET Core

Test your web app with Selenium, xUnit and .NET Core

  • Post author:Antonio
  • Post published:April 10, 2020
  • Post category:Development
  • Post comments:1 Comment

In this article I'll quickly show you an easy way to test a web application, written in any language you like, using .NET Core and Selenium. With "testing the application"…

Continue ReadingTest your web app with Selenium, xUnit and .NET Core
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 handle File and Folder dialog windows in a WPF application

How to handle File and Folder dialog windows in a WPF application

  • Post author:Antonio
  • Post published:October 31, 2019
  • Post category:Development
  • Post comments:4 Comments

WPF (Windows Presentation Foundation) is a set of libraries relying on the .NET Framework (also available from .NET Core 3) which allows you to build graphical desktop applications. On December…

Continue ReadingHow to handle File and Folder dialog windows in a WPF application
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
Read more about the article Handle multi types basic crud operations in Entity Framework

Handle multi types basic crud operations in Entity Framework

  • Post author:Antonio
  • Post published:April 9, 2018
  • Post category:Development
  • Post comments:0 Comments

Sometimes we find ourselves in the need of handling various types of objects (or entities) while using Entity Framework as ORM for our projects. The situation can be a bit…

Continue ReadingHandle multi types basic crud operations in Entity Framework
Read more about the article Testing your code part 3 – ClassData and MemberData

Testing your code part 3 – ClassData and MemberData

  • Post author:Antonio
  • Post published:April 4, 2018
  • Post category:Development
  • Post comments:0 Comments

In the previous article we've seen how to use the [Theory] attribute with [InlineData], which allow us to have static elements to feed our tests methods. This particular approach can bring lots of…

Continue ReadingTesting your code part 3 – ClassData and MemberData
  • 1
  • 2
  • Go to the next page

Recent Posts

  • How to use Dapper
  • 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

Categories

  • Development
  • Game Development
  • Podcast
  • Security

Archives

  • March 2023
  • 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