Pinned Repositories
API.FileProcessing
ASP.NET Web API File Processing Using .NET 7.0
API.RefreshTokens
JWT Authentication With Refresh Tokens In .NET 7.0
API.UserManagement
JWT Authentication and Role Based Authorization in .Net Core 7.0
awesome-project-management
Awesome lists about Project Management interesting and useful topics.
Business-ERP-Solution-Product-POS-Company-Management
Business ERP Solution/Product/POS/Company Management
DapperCRUDDotnet7
CRUD Operation With Dapper Using ASP.NET Core 7.0 MVC
Dotnet8CRUD
Dotnet 8.0 | ASP.NET MVC Full CRUD Operation Using Entity Framework Code First | MSSQL
GOProgramming
Go (often referred to as golang) is a programming language created at Google[12] in 2009 by Robert Griesemer, Rob Pike, and Ken Thompson.[10] It is a compiled, statically typed language in the tradition of Algol and C, with garbage collection, limited structural typing,[3] memory safety features and CSP-style concurrent programming features added.[13] The compiler and other language tools originally developed by Google are all free and open source.
JWTAutD6
ASP.NET Core 6.0 JWT Authentication
TypeScriptBasic
TypeScript is a typed superset of JavaScript compiled to JavaScript. In other words, TypeScript is JavaScript plus some additional features.
shahedbd's Repositories
shahedbd/API.UserManagement
JWT Authentication and Role Based Authorization in .Net Core 7.0
shahedbd/PersonalDataMNG
Personal Data Management
shahedbd/DIPExample
Dependency Inversion Principle C# Example
shahedbd/InterfaceSegregationEXM
Interface Segregation 💻Principle C# Example
shahedbd/CompositionEXM
Composition C# Example
shahedbd/LiskovSP
Liskov Substitution 🚀 Principle C# Example
shahedbd/API.ConsumeRESTful
Consume RESTful API in ASP.NET MVC Project
shahedbd/WebAPIRateLimiting
How To Use Rate Limiting In ASP.NET Core Web API
shahedbd/EFWithSQLLite
TBD
shahedbd/DapperCRUDDotnet7
CRUD Operation With Dapper Using ASP.NET Core 7.0 MVC
shahedbd/WebAPI.GenericCRUD
Generic Repository pattern in ASP.NET Core WEB API
shahedbd/API.FileProcessing
ASP.NET Web API File Processing Using .NET 7.0
shahedbd/Dotnet8MySQLCRUD
Create a MySQL context class and perform CRUD operations
shahedbd/API.RefreshTokens
JWT Authentication With Refresh Tokens In .NET 7.0
shahedbd/SaveFilesInMSSQL
How to Save Files in SQL Server Database | ASP.NET Core | Entity Framework Core
shahedbd/IdentityCustomTable
How to change ASP.NET Core Identity Table Name in ASP.NET CORE | MSSQL | Entity Framework Core
shahedbd/AutoMapperExample
Getting Started with AutoMapper in ASP.NET Core 7.0
shahedbd/Dotnet8CRUD
Dotnet 8.0 | ASP.NET MVC Full CRUD Operation Using Entity Framework Code First | MSSQL
shahedbd/D7CRUD
Implement CRUD Functionality - ASP.NET MVC with EF Core
shahedbd/DotNet7CRUD
ASP.NET Core 7.0 CRUD Operation | MSSQL
shahedbd/Scheduler
Automated job scheduler with fluent interface for the .NET platform.
shahedbd/OnionArchitectureTemplate
The Onion Architecture term was coined by Jeffrey Palermo in 2008. This architecture provides a better way to build applications for better testability, maintainability, and dependability on the infrastructures like databases and services.
shahedbd/NodeAPICRUD
TBD
shahedbd/LINQ
Language-Integrated Query (LINQ) examples.
shahedbd/SQLLiteDBTestInWinForm
SQL Lite DB Test In Windows Form using EF Core
shahedbd/JWTAutD6
ASP.NET Core 6.0 JWT Authentication
shahedbd/DropdownTest
Dropdown List In ASP.NET Core MVC | MSSQL | .NET 6
shahedbd/FileUploaderDotnet6
File Uploader in Dot Net 6.0
shahedbd/DotNet6FullCRUD
Learn ASP.NET Core MVC | .NET 6 | Full Course for Beginner | EF Core | MSSQL | Beginner Tutorials
shahedbd/DBConnectionDotNet6
ASP .NET Core | Database Connection | Entity Framework Core | Code First | MSSQL