Giter VIP home page Giter VIP logo

✏️ “We are what we repeatedly do. Excellence, then, is not an act, but a habit.” (Will Durant)



Vasile's Projects

abstractclasses icon abstractclasses

An abstract class is a special type of class that cannot be instantiated. An abstract class is designed to be inherited by subclasses that either implement or override its methods. In other words, abstract classes are either partially implemented or not implemented at all.

aspnetcoretesting icon aspnetcoretesting

ASP.NET Core Testing repository for testing software and writing unit tests for an ASP.NET Core Web API.

aspnetserver icon aspnetserver

Repository consists of an small CRUD application that demonstrates the use of front-end JavaScript library React and the ASP.NET Core 6 Minimal Web APIs.

aspnetwebapireact icon aspnetwebapireact

This project includes a solution built with ASP.NET Core Web API and React. The end-to-end SPA (Secure Single-Page Application) consists of a simple React application which accesses the API and using create, read, update and delete operations to manipulate the data, which will be available to view via SQLite. This solution will help build my knowledge in this field and have hands-on experience with real world applications.

blazorapp icon blazorapp

Blazor Server allows C# developers to create single page applications (SPA) on the web without using JavaScript. One of the features of a Blazor Server is the use of Razor Components.

competitiontracker icon competitiontracker

Design and deploy a C# windows based application which generates a single-elimination style matchup. The idea is to create an app to track a competition's progress, each competition consists of teams and prizes.

csharpfundamentals icon csharpfundamentals

C# Fundamentals, outlines the fundamental programming concepts on any platform. The syntax of the C# language is discussed and overviewed. Discover the built-in features of .NET and explore how to solve problems using object-oriented programming techniques. These concepts helps gain the skills and knowledge for real-world solutions.

genericscsharp icon genericscsharp

C# allows you to define generic classes, interfaces, abstract classes, fields, methods, static methods, properties, events, delegates, and operators using the type parameter and without the specific data type. A type parameter is a placeholder for a particular type specified when creating an instance of the generic type.

githubemojis icon githubemojis

ASP.NET Core web application within Visual Studio for Mac. This application is a Web site that displays the emojis available on GitHub. The info for the emojis are retrieved using the GitHub API.

interfacescsharp icon interfacescsharp

An interface is a contract between itself and any class that implements it. This contract states that any class that implements the interface will implement the interface's properties, methods and/or events. An interface contains no implementation, only the signatures of the functionality the interface provides.

mongodbnode icon mongodbnode

This application uses MongoDB Node driver to connect, fetch and display the data on the webpage. It also uses POSTMAN to handle API requests such as POST, DELETE, PATCH.

mvcapp icon mvcapp

ASP.NET Core MVC web development with controllers and views. MVC is a design pattern used to decouple user interface (view), data (model) and application logic (controller). Create an HTML form based on the data model.

node-mongodb icon node-mongodb

This is an application that uses the MongoDB Node.js driver to connect to a MongoDB cluster hosted on MongoDB Atlas.

payrollapp icon payrollapp

Payroll application is a console C# program that generates the salary slips of a small company, based on the position the staff has in the company, different calculations will be performed. The program also write/reads the data to a file.

pizzeriaapp icon pizzeriaapp

Web application build using Razor Pages. Razor Pages is a simplified and easier-to-use page-based web application programming model that focuses on using a file-based routing approach eliminating much of the workload that ASP.NET MVC introduced.

randomnumbers icon randomnumbers

C# Random class provides functionality to generate random numbers in C#. The Random class can also generate other data types including strings. In this code example, learn how to create a random number in C#.

razorpagesdemo icon razorpagesdemo

Razor is a markup syntax that lets the developer embed server-based code (Visual Basic and C#) into web pages. Razor is based on ASP.NET, and designed for creating web applications. It has the power of traditional ASP.NET markup, but it is easier to use, and easier to learn.

twitterauth icon twitterauth

This application allows the users to sign in with their Twitter account using OAuth 1a APIs provided by Twitter. One benefit of OAuth is the ability to use third-party authentication systems to authenticate our users. This functionality is implemented at the login & register page.

vgmda icon vgmda

vgmda/vgmda is a special repository. Its README.md will appear on your public profile.

yieldappcsharp icon yieldappcsharp

A yield is a keyword used for certain parts of the program where this keyword can be used relevantly, not in the whole source code. This yield compiler tells the compiler that it is present and used in the iterator block.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.