There are no reviews yet. Be the first to send feedback to the community and the maintainers!
awesome-project-management
Awesome lists about Project Management interesting and useful topics.API.UserManagement
JWT Authentication and Role Based Authorization in .Net Core 7.0JWTAutD6
ASP.NET Core 6.0 JWT AuthenticationAPI.RefreshTokens
JWT Authentication With Refresh Tokens In .NET 7.0API.FileProcessing
ASP.NET Web API File Processing Using .NET 7.0DapperCRUDDotnet7
CRUD Operation With Dapper Using ASP.NET Core 7.0Â MVCTypeScriptBasic
TypeScript is a typed superset of JavaScript compiled to JavaScript. In other words, TypeScript is JavaScript plus some additional features.Dotnet8CRUD
Dotnet 8.0 | ASP.NET MVC Full CRUD Operation Using Entity Framework Code First | MSSQLFluentEmailImp
ASP.NET Send Email Using Fluent EmailDotNet6FullCRUD
Learn ASP.NET Core MVC | .NET 6 | Full Course for Beginner | EF Core | MSSQL | Beginner TutorialsMultitierArchitecture
In software engineering, multitier architecture (often referred to as n-tier architecture) or multilayered architecture is a client–server architecture in which presentation, application processing, and data management functions are physically separated. The most widespread use of multitier architecture is the three-tier architecture. N-tier application architecture provides a model by which developers can create flexible and reusable applications. By segregating an application into tiers, developers acquire the option of modifying or adding a specific layer, instead of reworking the entire application. A three-tier architecture is typically composed of a presentation tier, a domain logic tier, and a data storage tier.EnumsExample
In the state of C# programming, Enums, short for enumerations, stand as a powerful and versatile feature that simplifies code readability and organization.D7CRUD
Implement CRUD Functionality - ASP.NET MVC with EF CoreCRUDWithDapperOrmD8
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.CRUDOperationsD8
Dotnet 8.0 | ASP.NET MVC Full Stack DevelopmentGOProgramming
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.WebAPI.GenericCRUD
Generic Repository pattern in ASP.NET Core WEB APIEFMySQL
AudioLib
ASP.NET Web API Build an Online Audio PlayerAPI.ConsumeRESTful
Consume RESTful API in ASP.NET MVCÂ ProjectFileUploaderDotnet6
File Uploader in Dot Net 6.0DIPExample
Dependency Inversion Principle C# ExampleLOOPINSQL
LOOP IN SQL with MSSQL data insert examples.WebAPICrud
ASP.NET Web API & Entity Framework 🚀 Full Course | CRUD, Generic Repository Pattern | SQL ServerHospital-Management-System
Hospital Management System | ASP.NET Core | EF CoreSOLIDPrinciples
Five agile principles that should guide you every time you need to write code.shahedbd
Config files for my GitHub profile.WebAPIRateLimiting
How To Use Rate Limiting In ASP.NET Core Web APICoreAppsettings
In ASP.NET Core, we don't have anything called Web.config which we use to write our connection strings or application specific settings. Rather, here we have a file named appsettings.json to store similar information.jsonServer
Get a full fake REST API with zero coding in less than 30 seconds (seriously)AutoMapperExample
Getting Started with AutoMapper in ASP.NET Core 7.0DotNet7CRUD
ASP.NET Core 7.0 CRUD Operation | MSSQLIdentityCustomTable
How to change ASP.NET Core Identity Table Name in ASP.NET CORE | MSSQL | Entity Framework CorePersonalDataMNG
Personal Data ManagementWebAPI.GenericCRUD_D8
ASP.NET Web API Generic CRUD Operations with EF Core and MSSQLÂ DatabaseDesignPattern
In software engineering, a software design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. It is not a finished design that can be transformed directly into source or machine code. It is a description or template for how to solve a problem that can be used in many different situations. Design patterns are formalized best practices that the programmer can use to solve common problems when designing an application or system.DapperCRUD
Dapper is an object-relational mapping (ORM) product for the Microsoft .NET platform: it provides a framework for mapping an object-oriented domain model to a traditional relational database. Its purpose is to relieve the developer from a significant portion of relational data persistence-related programming tasks. Dapper is free as open source software that is distributed under dual license, either the Apache License 2.0 or the MIT License.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.Love Open Source and this site? Check out how you can help us