Skip to content
View ezemoralesmdp's full-sized avatar
👾
code your future
👾
code your future
Block or Report

Block or report ezemoralesmdp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ezemoralesmdp/README.md
public Task<IActionResult> PersonalDescription() {
    var profile = new Profile
    {
        Name = "Ezequiel",
        Age = 29,
        Profession = "Software Development Technician",
        Technologies = new List<string> { "C#", ".NET", "SQL SERVER", "JAVASCRIPT", "AND MORE..." }
    };
    
    ViewBag.Welcome = "Welcome to my GitHub!";
    ViewBag.Description = "I'm a Programming Technician with a specialization in .NET technologies.");

    // Enjoy my current projects :)

    return View(profile);
}

📫 Do you want to reach me? 🔗 ElsBlog (My Blog) 🔗 LinkedIn 📧 ezemoralesmdp@gmail.com

Pinned

  1. InventorySystem InventorySystem Public

    ASP.NET Core MVC (NET. 7) Project Web E-Commerce

    C# 1

  2. MagicVilla MagicVilla Public

    RESTFul Project Web API (NET. 7)

    C#

  3. Scradic Scradic Public

    Versatile web scraping tool for the Cambridge English Dictionary. It allows users to search for various words and generate insightful reports or PDFs effortlessly.

    C#

  4. utnProyectos utnProyectos Public

    All the final projects of my university career at UTN.

    JavaScript