An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by imtiajahammad

A curated list of projects in awesome lists by imtiajahammad .

https://github.com/imtiajahammad/aspnetcoreautomapperdemo

This is an Asp.net core MVC application with dotnet 6.0 framework. Here I have demonstrated the usage of AutoMapper and how to configure it with the application. I have covered some useful features of the AutoMapper library with real-world examples

asp-net-core automapper automapper-profiles csharp dotnet6 mvc mvc-framework net6 reflection

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/university_management_system_

This is basically a management system. I have used Asp.net MVC with C# language. It is a personal project. I have tried to use OOP concepts in this project.

ajax bootstrap csharp htmlcss javascript mvc

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/cachingwebapi

We are building an asp.net core webApi project using net6.0 framework with using mssql server for db and Redis for cache in this project. We are using the Redis server in distributed cache form running in docker

crud csharp docker-redis dotnetcore entity-framework-core mssql-database net6 redis redis-cache

Last synced: 12 Mar 2025

https://github.com/imtiajahammad/fluentvalidationapi

FluentValidation is a popular validation library for .NET applications. It provides a fluent and expressive syntax for defining validation rules for our models. We are going to implement a CRUD with this for dotnet 6.0 webapi project

asp-net-core csharp dotnet6 dotnet6-web-api dotnetcore fluentvalidation rest-api validation

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/typescriptdemo

Its a typeScript application implementation with its features detailed implementstion. You can go through the readme or follow every commit I did.

angular node single-page-applications spa typescript

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/university_management_system

This is basically a management system. I have used Asp.net MVC with C# language. It is a personal project. I have tried to use OOP concepts in this project.

ajax asp-net-mvc bootstrap3 csharp html-css javascript

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/single-queue-simulation

It is a simple practice project on Asp.net MVC with C# language which simulates for a single queue according to customers arrival time and random service time.

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/portfolio.solution

Building a solution for a portfolio project

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/linkedlistenterprise

This is nothing but a project to learn/revision of linkedList. This is the first time i am trying linkedList on C#. I am trying to find every problem category in linkedList and solve them.

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/repositorypatternwithcsharpandentityframework

Here i have only implemented the format with generic repository class and two example classes in asp.net mvc framework

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/ooppractice

Following the HeadFirst DesignPatterns by Eric Freeman and Elisabeth Robson

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/frequently-asked-question

It is a FAQ system that may belong to websites which require a question-answer feature to their websites. I Have started making this for my own quest. I have made it with Asp.Net MVC. As there no requirement list, it may seem unprofessional.

asp-net-mvc csharp html-css

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/identitywithjwtdemo

Authentication and Authorization in ASP NET CORE API with JSON Web Tokens

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/crystalreporttutorial

Crystal report using model in Asp.net MVC template

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/crud

Its nothing but a CRUD from employee table from db data

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/climatereport

A project to fetch data from a website through API.

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/catalog

.Net5 web API application along with xUnit Testing practice; full project development is going to be done on vsCode itself only

asp-net-core csharp rest-api xunit-test

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/contactsapi

Its a web api application with aspDotNetCore 6 version. It includes a crud with REST APIs on inMemory and sqlDatabase

csharp dotnet6 entityframework-core entityframeworkcore inmemory-db sql-server vscode webapi-core

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/apiforcrud

Its a sample crud with asp.net API with C#. This API is used in an angular project.

api csharp entity-framework

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/cloudcustomers

This is a .NET 6 Web API from scratch using test driven development! I have covered creating a new solution, adding new web and unit test projects to the solution, and writing unit tests.

dotnet-core httpclient tdd test-driven-development testdrivendevlopment unit-testing unittesting webapi webapi-core xunit xunit-tests

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/crudwithauthentication_mvc_ef

Here I have Employee Repository with Identity using Entity Framework. You Can register yourself, log in, edit your data as an individual.

asp-net-mvc csharp entity-framework identity

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/articlehelper

It’s an Asp.net MVC web application. It is basically an implementation of a thesis work. It extracts the properties of research paper documents in classified resources which may help in further mining, classification, sorting etc. In short, it can help to work with documents in an efficient and cost effective way.

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/fullstack.ui

An Angular project to consume an API project endpoints

angular bootstrap javascript typescript

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/aspnetcorewebapijwtbearer

Authentication with jwt bearer after a while

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/abstractfactorydesignpattern

Implementing Abstract Factory Design Pattern in C# console application

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/angularcrud

This is the consumer application for the asp.net core web API. It is just to practice angular services for integrating with asp.net core rest apis

angular bootstrap components filtering registermodules routing services sorting typescript

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/rabbitmqtutorial

Trying out RabbitMQ

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/signalrapp

A web app implementing SignalR

aspnetcore blazor csharp signalr

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/roleplayinggame

A project to try asp.net core web api for the first time.

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/factorydesignpattern

Journey from without factoryPattern to implement factoryPattern to implement factory method design pattern

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/portfolio

It's an angular project where I have used xml files as the source of data. I have fetch the data with services from the xml and parse them into models

angular bootstra html typescript

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/webapipractice

WebAPI practice purposes on route and prefix

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/todolist

It is an android application. It provides users to add to-do event along with details such as time, date, category. And it also provides notification system that notify the user about his/her to-do event according to users' notification time set. It is a personal project.

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/tourmate

It is an android application. It enables the users to add new event for a tour with all details including its budget, to add cost at every expenditure and also the app gives warning through notification at spending 75% and 100% of the budget of the tour. It is a personal project.

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/rnatranscription

This is a basic test library application to create test cases with xUnit

csharp dotnet dotnetcore library-application unittest xunit

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/onionarchitecturedemo

Onion architechture demo with asp.net core

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/hspa

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/grpcdemo

Trying GRPC for the first time

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/leedcodepractice

Regular practice on leetcode

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/dependencyinjectionexample

Example of Constructor Dependency Injection Design Pattern, Property and Method Dependency Injection Design Pattern, Method Dependency Injection Design Pattern

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/hackerrankpractice

its nothing but a console application for practicing problem solving. Sometimes i leave incomplete solution and complete it from another pc. That is why its uploaded to github

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/deskbooker

I had been interested to apply Unit Testing for my personal projects for a time being. There are several unit testing frameworks available in asp.net core. 3 most popular testing frameworks are xUnit, NUnit and MSTest. Here I am getting myself introduced to unit testing with xUnit. I have 3 basic projects here (core library, DataAccess, Web with Razor pages) in my solution and for each project I have test project as well. This is a beginner level solution and need to go through rest of the testing attributes and features in the coming days!

aspnetcore csharp testing unittest unittesting xunit

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/employeemcrud

Its a web api application with aspDotNetCore 6 version. It includes a crud with REST APIs with mssql database server. The purpose of this api is to be consumed by angular application

aspnet-web-api aspnetcore crud-api csharp dotnetsix entityframeworkcore mssql-database rest-api

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/delegatesincsharp

A practice with delegates implementation in c# differentiated into intro to embeded by tutorial numbers

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/employeeserviceapi

Its a web API project for practice purpose using db first Entity Framework approach

csharp entity-framework html javascript jquery webapi

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/ecomm

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/crystalreportdemo

Tried out Crystal Report with a data list.

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/crudwithpaging

Its a simple MVC CRUD with model called Employee along with paging in the list view.

asp-net asp-net-mvc crud csharp mvc-framework pagedlist pagedlistmvc paging-library

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/apicrudusinggeneric

CRUD operations with api using generic controller

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/apigatewaydemo

Building API Gateway Using Ocelot In ASP.NET Core

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/adapterdesignpattern

Practicing the implementation of Adapter Design Pattern in C# console application

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/myportfoliodemo

It is a web API project for portfolio management system. Here I have separated the data layer application into another MVC application project and used it to manage the data in the API project.

api asp-net asp-net-mvc csharp

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/booklistrezor

Web application with rezor pages

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/sixminapi

Minimal APIs are architected to create HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to include only the minimal files, features, and dependencies in ASP.NET Core

aspdotnetcore automapper csharp dotnet6 minimalapis

Last synced: 09 Mar 2025

https://github.com/imtiajahammad/mediatrdemo

MediatR is a tool that makes implementing the mediator pattern much easier. It also allows us to conform more easily to the CQRS pattern.

Last synced: 09 Mar 2025