Pinned Repositories
ASP.NET-WebForm-Dapper
ASP.NET WebForm Application using Dapper ORM
ASP.NET-WebForm-Dapper-VB.NET
ASP.NET WebForm Visual Basic.NET project using Dapper Micro ORM
ASPNET-Core-MVC-CRUD-Dapper-ORM
ASP.NET Core MVC Application with CRUD approach using Dapper ORM
Blazor-Crud-App
Basic example of a Blazor Web App that performs CRUD operations using Entity Framework Core, SQL Server and .NET 8.
Contoso-Crafts-NetCore-101
ASP.NET Core 101 Contoso Crafts Sample Website From Microsoft Learn Upgraded to .NET 8
Contoso-University-EFCore-Mvc
Get started with EF Core in an ASP.NET Core MVC Web App Project
ContosoCrafts-Blazor-Website
ASP.NET Core 101 Project Converted To Blazor Web App
Mvc-Movie-Core
Microsoft Learn - Get started with ASP.NET Core MVC
MVVM-WPF-CRUD
WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET
Task-Management-System-MVC
dotnetgenetics's Repositories
dotnetgenetics/Blazor-Crud-App
Basic example of a Blazor Web App that performs CRUD operations using Entity Framework Core, SQL Server and .NET 8.
dotnetgenetics/Blazor-First-App
MS Learn - Build your first web app with ASP.NET Core using Blazor
dotnetgenetics/Blazor-QuickGrid-Demo
The QuickGrid component is a Razor component for quickly and efficiently displaying data in tabular form.
dotnetgenetics/Contoso-University-Blazor
Get Started With EF Core In An ASP.NET MVC Web App Final Project Converted To Blazor Web App
dotnetgenetics/ContosoCrafts-Blazor-Website
ASP.NET Core 101 Project Converted To Blazor Web App
dotnetgenetics/ASPNET-Core-MVC-CRUD-Dapper-ORM
ASP.NET Core MVC Application with CRUD approach using Dapper ORM
dotnetgenetics/ASPNET-Core-MVC-RepoDB-ORM
ASP.NET Core MVC Application with CRUD approach using RepoDB ORM
dotnetgenetics/Blazor-BlogApp-WASM
Sample Project For Pluralsight Course Managing State in ASP.NET Core Blazor Specifically Persisting State Module
dotnetgenetics/Blazor-Crud-Website
Basic example of a Blazor Web App that performs CRUD operations using UnitOfWork pattern, Entity Framework Core, SQL Server and .NET 8
dotnetgenetics/Blazor-Generic-Repository
Blazor Web App using Generic Repository class with methods to perform common database operations
dotnetgenetics/blazor-hybrid-workshop
A full day workshop (.NET MAUI Blazor Hybrid Workshop in a Box) on how to build Blazor Hybrid apps with .NET MAUI for iOS, Android, macOS, and Windows
dotnetgenetics/Blazor-Movie-App
Microsoft Learn - Get started with ASP.NET Core MVC project in Blazor
dotnetgenetics/blazor-samples
Samples to accompany the official Microsoft Blazor Documentation
dotnetgenetics/CSharp12-Examples
C# 12 Code Snippets and Examples
dotnetgenetics/Custom-DataGridView-Checkbox-Column
Windows Forms Custom DataGridView Checkbox Column Class Demo
dotnetgenetics/DataGridView-DatePicker-Control
Custom DatePicker Control That Can Be Embedded To A DataGridView Control
dotnetgenetics/DataGridView-TimePicker-Control
Custom TimePicker Control That Can Be Embedded To A DataGridView Control
dotnetgenetics/dotnet-maui-workshop
A full day workshop (.NET MAUI Workshop in a Box) on how to build apps with .NET MAUI for iOS, Android, macOS, and Windows
dotnetgenetics/dotnetgenetics
Repository readme content
dotnetgenetics/gregesguerra
Personal Portfolio Website
dotnetgenetics/Microsoft-Extensions-Dependency-Injection
A console application that demonstrates on how to apply dependency injection using the Microsoft.Extensions.DependencyInjection class
dotnetgenetics/Parent-Child-Hierarchy
Convert A Flat List Object Into A Parent Child Hierarchical Structure
dotnetgenetics/Prevent-Wpf-DataGrid-Last-Row-Sort
How To Prevent WPF DataGrid Last Row From Being Sorted
dotnetgenetics/Python-Quiz-Application
Final project for the Skillshare class 30 Days of Python: Coding for Beginners
dotnetgenetics/Student-Profile-App
Xamarin Student Profile Application
dotnetgenetics/Tests-Methods-Order-By-Priority
How To Prioritize Test Methods By Using TestPriority Attributes and ITestCaseOrderer Interface
dotnetgenetics/Winforms-Auto-Complete-TextBox
Windows Forms TextBox Control With AutoComplete Features
dotnetgenetics/Wpf-DataGrid-Checkbox
How To Add Checkbox Control To WPF DataGrid
dotnetgenetics/Wpf-DataGrid-Grouping
A simple demo on how to group collection of data using the ListCollectionView class and Exander control
dotnetgenetics/Xamarin-CRUD-Demo
Basic CRUD Xamarin Project Using SQLite