CuriousDrive
CuriousDrive is a programming playground where you can solve coding problems, compete & win cash prizes!
Curious Drive
Pinned Repositories
AsyncAwaitSample
This is a sample project to explain async await keywords.
BlazingChat
BlazingChat is a Blazor WebAssembly app developed by CuriousDrive for the community. This is a sample application for developers who are just getting started with Blazor.
BookStores
BookStores is a Blazor Server app using ASP.NET Core as back-end service and MSSQL for database. It has code samples for Authentication, Authorization, DataGrid, Database operations....and much. Please follow the intrsuctions to set it up on your machine.
EFCore.AllDatabasesConsidered
This repository contains sample .NET projects which are using EF Core to perform database operations for MS SQL Server, MySQL, SQLite & CosmosDB. We have created these projects for developers who are getting started with EF Core and they want to know how you perform CRUD operations, load related data, load data from views and call stored procedures.
InterviewPreparation
This repository has code samples to prepare for your C# technical interview. Samples for LINQ, Delegate, ASP.NET Web API, MSTests and mcuh more are included in this repo. You can clone this repo and go through some of the samples before your interview.
JavaScriptCourse
This repository contains sample code for people who are just getting started with learning JavaScript. JavaScript Data Types, Arithmetic Operators, For Loop, Functions, Classes, Arrays, Debugging ... and much is covered in the code samples. Please watch the YouTube tutorial to follow along.
Northwind
This repo is for learning ASP.NET Core Web API and Entity Framework Core.
Telerik-BlazorUI
Telerik-BlazorUI : BookSores app is built with Telerik components for Blazor. This app has sample code for Textboxes, Dropdown list, ListViews, GridViews, Drawer components. Also there's a Blazor server app showing how to use Telerik's document processing libraries. Please check it out.
UnitTesting
This repository contains sample code to get started with Unit Testing projects.
Xamarin.Forms
This repository contains beginner projects for developers who want to get started with Xamarin.Form apps. The project includes sample code for basic Xamarin controls.
CuriousDrive's Repositories
CuriousDrive/BlazingChat
BlazingChat is a Blazor WebAssembly app developed by CuriousDrive for the community. This is a sample application for developers who are just getting started with Blazor.
CuriousDrive/BookStores
BookStores is a Blazor Server app using ASP.NET Core as back-end service and MSSQL for database. It has code samples for Authentication, Authorization, DataGrid, Database operations....and much. Please follow the intrsuctions to set it up on your machine.
CuriousDrive/EFCore.AllDatabasesConsidered
This repository contains sample .NET projects which are using EF Core to perform database operations for MS SQL Server, MySQL, SQLite & CosmosDB. We have created these projects for developers who are getting started with EF Core and they want to know how you perform CRUD operations, load related data, load data from views and call stored procedures.
CuriousDrive/Xamarin.Forms
This repository contains beginner projects for developers who want to get started with Xamarin.Form apps. The project includes sample code for basic Xamarin controls.
CuriousDrive/InterviewPreparation
This repository has code samples to prepare for your C# technical interview. Samples for LINQ, Delegate, ASP.NET Web API, MSTests and mcuh more are included in this repo. You can clone this repo and go through some of the samples before your interview.
CuriousDrive/Telerik-BlazorUI
Telerik-BlazorUI : BookSores app is built with Telerik components for Blazor. This app has sample code for Textboxes, Dropdown list, ListViews, GridViews, Drawer components. Also there's a Blazor server app showing how to use Telerik's document processing libraries. Please check it out.
CuriousDrive/JavaScriptCourse
This repository contains sample code for people who are just getting started with learning JavaScript. JavaScript Data Types, Arithmetic Operators, For Loop, Functions, Classes, Arrays, Debugging ... and much is covered in the code samples. Please watch the YouTube tutorial to follow along.
CuriousDrive/Northwind
This repo is for learning ASP.NET Core Web API and Entity Framework Core.
CuriousDrive/UnitTesting
This repository contains sample code to get started with Unit Testing projects.
CuriousDrive/AsyncAwaitSample
This is a sample project to explain async await keywords.
CuriousDrive/csharp-updates
In this repo, we will test latest csharp updates and create sample code for them.
CuriousDrive/CuriousDrive
Let's learn programming & build apps
CuriousDrive/dotnet-updates
This repository will have sample code explaining the new features in .NET framework.
CuriousDrive/EntityFrameworkCodeFirst
CuriousDrive/FunWithProgramming
CuriousDrive/MonacoRazor
A Blazor component that provides the Monaco code editor
CuriousDrive/MonacoRoslynCompletionProvider
Provides C# Code Completion for a Monaco Editor Component