Advanced web development course in .NET focused on back-end development
Console aplication program that prints a pyramid of "#" with height entered by the user between 0 and 25
Console application storing maximum up to 10 withdrawals and prints the amount of bills and delivered coins
Console application implementing inheritance, polymorphism and exceptions by simulating the assignation of scholarships to students according to an academic grade
Web aplication implementing CRUD (Create, Read, Update, Delet) operations with SQL Server stored procedures. Implementing a three layer architecture, BLL (Business Logic layer), DAL (Data access layer) and the view layer.
Previous School aplication implementing input validations, preserving state variables, basic web design without any framework. Also, implementing entitites model using transactions with LINQ.