Vasile (vgmda)

vgmda

Geek Repo

Company:@10gen

Github PK Tool:Github PK Tool

Vasile's repositories

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.

Language:C#Stargazers:2Issues:1Issues:0

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.

Language:TypeScriptStargazers:1Issues:0Issues:0

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.

Language:HTMLStargazers:1Issues:0Issues:0

CSharpAccessModifiers

An access modifier in C# specifies who can see and use a resource.

Language:C#Stargazers:1Issues:0Issues:0

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.

Language:C#Stargazers:1Issues:1Issues:0

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.

Language:C#Stargazers:1Issues:0Issues:0

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.

Language:C#Stargazers:1Issues:1Issues:0

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.

Language:C#Stargazers:1Issues:1Issues:0

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.

Language:JavaScriptStargazers:1Issues:1Issues:0

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#.

Language:C#Stargazers:1Issues:1Issues:0

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.

Language:HTMLStargazers:1Issues:1Issues:0

vgmda

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

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.

Language:C#Stargazers:1Issues:0Issues:0

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.

Language:C#Stargazers:0Issues:0Issues:0

ASPNETCoreTesting

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

Language:C#Stargazers:0Issues:0Issues:0

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.

Language:C#Stargazers:0Issues:1Issues:0

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.

Language:C#Stargazers:0Issues:1Issues:0

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.

Language:HTMLStargazers:0Issues:1Issues:0

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.

Language:C#Stargazers:0Issues:1Issues:0

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.

Language:HTMLStargazers:0Issues:1Issues:0
Language:PythonStargazers:0Issues:0Issues:0

node-mongoDB

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

Language:JavaScriptStargazers:0Issues:1Issues:0
Language:TypeScriptStargazers:0Issues:1Issues:0
Language:HCLStargazers:0Issues:0Issues:0