Skip to content
Antonio Valentini
  • Home
  • About
  • Contact
  • Privacy Policy
  • Toggle website search
Menu Close
  • Home
  • About
  • Contact
  • Privacy Policy
  • Toggle website search
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
Read more about the article Testing your code part 2 – Theories and InlineData

Testing your code part 2 – Theories and InlineData

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

In the last article we introduced xUnit.net and talked about the very basic way to write tests with the [Fact] attribute. Today will we'll add some spicy to our tests with the [Theory] attribute.…

Continue ReadingTesting your code part 2 – Theories and InlineData
Read more about the article Testing your code part 1 – Intro and Facts

Testing your code part 1 – Intro and Facts

  • Post author:Antonio
  • Post published:March 11, 2018
  • Post category:Development
  • Post comments:0 Comments

In this series of tutorials I'll try to guide you through the path of Unit Testing. At the end, hopefully, we'll be able to set up one or more testing…

Continue ReadingTesting your code part 1 – Intro and Facts
Read more about the article How to make your web application more secure

How to make your web application more secure

  • Post author:Antonio
  • Post published:March 4, 2018
  • Post category:Security
  • Post comments:0 Comments

While finalizing the new UI for my website, I decided to spend a bit of time concentrating on security, even though time's never enough. There are lots of different aspects…

Continue ReadingHow to make your web application more secure
  • Go to the previous page
  • 1
  • 2

Recent Posts

  • How to Fix Invalid Value for Registry Error when Opening Photos
  • Configuration in ASP.NET Core: A Comprehensive Guide
  • How to use Dapper
  • How (not) to start a podcast – Part 1
  • Rotate an object towards the mouse position [2D]

Categories

  • Development
  • Game Development
  • Podcast
  • Security
  • Uncategorized

Archives

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