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/awesome-project-management
Awesome lists about Project Management interesting and useful topics.
shahedbd/API.UserManagement
JWT Authentication and Role Based Authorization in .Net Core 7.0
shahedbd/Business-ERP-Solution-Product-POS-Company-Management
Business ERP Solution/Product/POS/Company Management
shahedbd/CRUDWithDapperOrmD8
Create a simple ASP.NET MVC application with Dapper for performing generic CRUD (Create, Read, Update, Delete) operations. Dapper is a lightweight micro ORM (Object-Relational Mapping) for .NET.
shahedbd/HRMApp
ASP.NET Web API CRUD Operations with .NET 8 and Entity Framework Full 🚀Tutorial
shahedbd/AudioLib
ASP.NET Web API Build an Online Audio Player
shahedbd/CRUDOperationsD8
Dotnet 8.0 | ASP.NET MVC Full Stack Development
shahedbd/EnumsExample
In the state of C# programming, Enums, short for enumerations, stand as a powerful and versatile feature that simplifies code readability and organization.
shahedbd/FluentEmailImp
ASP.NET Send Email Using Fluent Email
shahedbd/ASPDOTNETAPIClient
In ASP.NET, you can use the HttpClient class to make HTTP requests and interact with Web APIs. The HttpClient class is part of the System.Net.Http namespace and provides a convenient way to send HTTP requests and receive HTTP responses.
shahedbd/Dotnet9CRUD
ASP.NET Core MVC 9 for Absolute Beginners - Build Your First Web 🚀App!
shahedbd/shahedbd
Config files for my GitHub profile.
shahedbd/ShortenedUrlAPIApp
shahedbd/WebAPI.GenericCRUD_D8
ASP.NET Web API Generic CRUD Operations with EF Core and MSSQL Database
shahedbd/WebAPICrud
ASP.NET Web API & Entity Framework 🚀 Full Course | CRUD, Generic Repository Pattern | SQL Server
shahedbd/AccessAPIwithKey
Allow specific users to access your API
shahedbd/customobjectmapper-
Custom Object Mapper in ASP.NET Core
shahedbd/DotNet8MySQLFullCRUD
Learn ASP.NET MVC Full Stack Development | .NET 8.0 | EF Core | MySQL Database | Beginner Tutorials
shahedbd/ExtensionMethodsEx
What are C# Extension Methods? Use Cases and Examples
shahedbd/FakeDateGen
ASP.NET Working with Millions of Fake Data
shahedbd/FileOperationExample
How To Read a Text File In C# Programming | Complete File Operation Guide
shahedbd/HowtoconnectMSSQLDatabase
How to connect MSSQL Database
shahedbd/HtmlToPdfWebApi
Example of converting HTML to PDF using PuppeteerSharp library.
shahedbd/Learn-Dot-Net
This repository contains list of all books for DotNet Developers
shahedbd/RawSQLQuery
SQL Server Database Connection In C# Using ADO.NET | Raw SQL 🚀Query
shahedbd/RefitRESTLib
Refit is a powerful REST client library for .NET that simplifies building API clients by automatically generating boilerplate code for HTTP requests.
shahedbd/TestBrowserStorage
Working with browser storage | Client-side storage
shahedbd/TutorialProjectPGSQL
Master ASP.NET MVC Full Stack Development with .NET 8.0, EF Core, and PostgreSQL | Beginner-Friendly Tutorials
shahedbd/UserManagement.D8.API
Implementing JWT authentication and role-based authorization in a .NET 8.0 Web API involves a series of steps.
shahedbd/VarDynamicObjectExamples
Var, Dynamic & Object keywords in C# Programming