Skip to content
  • Español
  • Inglés
  • Blog
Menu Close
  • Español
  • Inglés
  • Blog
  • Español
  • Inglés
  • Blog
Robert Lluberes

Experiences as Systems Engineer and Software Developer

.NET

  1. Inicio>
  2. .NET

Implementing interfaces with auto-implemented properties in C#

  • Post author:Robert Lluberes
  • Post published:January 13, 2021
  • Post category:Programming
  • Post comments:0 Comments

I know that you hate when you are implementing an interface with a bunch of properties, you use the Crtl + . and hit Implement interface and you get getter…

Continue Reading Implementing interfaces with auto-implemented properties in C#

How to create your own NuGet Server

  • Post author:Robert Lluberes
  • Post published:April 22, 2019
  • Post category:Programming
  • Post comments:0 Comments

We will see how to create our own NuGet Server, make a package, publish it and install it in any project.

Continue Reading How to create your own NuGet Server

The nameof expression in C #

  • Post author:Robert Lluberes
  • Post published:December 31, 2018
  • Post category:Programming
  • Post comments:0 Comments

The nameof expression allows us to get an string with the name of a namespace, class, method, parameter, property, field or variable. This makes it very useful when we are…

Continue Reading The nameof expression in C #

Initializing auto-implemented properties in C#

  • Post author:Robert Lluberes
  • Post published:December 24, 2018
  • Post category:Programming
  • Post comments:0 Comments

In the version 6.0 of C #, the auto-implemented properties, those that we all known - that has a getter and a setter- can be initialized in their definition. We…

Continue Reading Initializing auto-implemented properties in C#

Jet Pack Courier Villa Mella

Jet Pack Courier Villa Mella

About me

Profile pricture

Systems and Computing Engineer with 7+ years of experience, I am currently a Software Developer 💻 with more than 3 years of experience with .NET technologies.

AZ-900: Azure Fundamentals
MTA: Software Development Fundamentals - Certified 2018
MTA: Database Fundamentals - Certified 2018

Recent Posts

  • Implementing interfaces with auto-implemented properties in C#
  • How to create your own NuGet Server
  • The nameof expression in C #
  • Initializing auto-implemented properties in C#
  • String interpolation in Csharp
© Copyright 2020, Robert Lluberes