Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by RahulMule
A curated list of projects in awesome lists by RahulMule .
https://github.com/rahulmule/dotnetwebapi-inmemory-database
This is a simple .NET Web API project for managing books, created to explore .NET 8 with Entity Framework Core using an in-memory database. The project follows the repository pattern to handle book-related operations.
aspnetcore csharp dotnet-8 dotnetwebapi entity-framework-core inmemory-db repository-pattern rest-api web-api
Last synced: 11 Nov 2024
https://github.com/rahulmule/contactsapp_dotnetrestapi
This repository contains a .NET Web API for managing contacts. The API allows you to perform CRUD operations (Create, Read, Update, Delete) on contacts stored in a SQL database.
docker dot-net-core dotnet-6 dotnetwebapi entity-framework-core rest-api
Last synced: 11 Nov 2024
https://github.com/rahulmule/azurefunction-efcore-demo
This Azure Functions project demonstrates how to use Entity Framework Core to perform CRUD operations in a serverless environment. The project includes functions to retrieve, add, update, and delete stock information using an HTTP-triggered approach.
azure-functions dotnet-6 entity-framework-core
Last synced: 11 Nov 2024
https://github.com/rahulmule/azure-logicapp-demo-joblisting
This repository contains Azure Logic App workflows designed to interact with the Reed job API. The Logic App workflows are categorized into different types: Stateless and Stateful.
azure-integration-services azure-logic-apps azure-logicapps azurelogicapp
Last synced: 11 Nov 2024
https://github.com/rahulmule/azurefunction-dapper-demo
This Azure Function project demonstrates how to use Dapper, a micro ORM, to access SQL Server. The function acts as a simple bike store, providing an HTTP-triggered GET function. This function connects to a SQL Server database using Dapper, retrieves a list of bikes, and responds with the list in JSON format.
azure-functions azurefunctions dapper dotnet-6
Last synced: 11 Nov 2024
https://github.com/rahulmule/dotnet-webapi-cqrs
This is a .NET Web API project illustrating the CQRS pattern using MediatR, with SQL Server and Entity Framework Core.
cqrs-pattern dotnet-core ef-core entity-framework-core gameapi web-api
Last synced: 11 Nov 2024
https://github.com/rahulmule/ecommerceapp
This repository contains the source code for an E-Commerce application built with .NET 6, microservices architecture, Entity Framework core, Rabbit MQ etc
dotnet-6 dotnet-core dotnet-microservice entity-framework-core razor-pages
Last synced: 11 Nov 2024
https://github.com/rahulmule/dotnet-mvc-demo
Welcome to the Contact Manager Dot Net MVC application, a demonstration of building robust and efficient web applications using the latest technologies. This project showcases the capabilities of .NET 6 and Entity Framework core for developing modern and scalable MVC applications.
contact-management dotnet-6 dotnet-core dotnetmvc entity-framework-core webapp
Last synced: 11 Nov 2024
https://github.com/rahulmule/dotnetcore-webapi-azurerediscache-azureservicebus
Demo DotNet Web API to explain usage of azure redis cache to cache the data and sending message to azure service bus
azure-redis-cache azure-service-bus dotnet-webapi dotnetcore in-memory-database
Last synced: 12 Oct 2024
https://github.com/rahulmule/azurefunction-mongodb-demo
This project demonstrates CRUD operations for a simple e-commerce app using Azure Functions and MongoDB. It includes functions for adding a product and retrieving all products.
azure-functions dotnet-6 mongodb mongodb-trigger
Last synced: 11 Nov 2024
https://github.com/rahulmule/azurefunction-rabbitmq
This project showcases an Azure Function developed in .NET 6 to demonstrate the usage of the RabbitMQ trigger. The function processes messages from a RabbitMQ queue named "orders" and utilizes SQL Server as the backend database with Entity Framework Core as the ORM.
azure-functions azurefunctions dotnet-6 rabbitmq
Last synced: 11 Nov 2024
https://github.com/rahulmule/repositorypattern-dotnetrestapi
This repository contains a .NET Web API project showcasing implementation of Repository Design Pattern. Tech stack includes .Net 6, Entity Framework core as the Object-Relational Mapping (ORM) tool for interacting with a SQL Server database.
dotnet-6 dotnetwebapi entity-framework-core repository-pattern sql-server-database
Last synced: 11 Nov 2024
https://github.com/rahulmule/contactsblazorwebapp
ContactsBlazorWebApp is a Blazor WebAssembly application built using .NET Core. This app allows users to manage their contacts by adding, editing, and deleting them. It utilizes Entity Framework Core for data access and SQL Server as the database backend.
Last synced: 11 Nov 2024
https://github.com/rahulmule/dotnetwebapi-dapper-demo
This is a simple .NET 6 Web API project that uses Dapper as the ORM (Object-Relational Mapping) to interact with a SQL Server database. The project includes basic CRUD (Create, Read, Update, Delete) operations for managing products.
dapper dotnet-6 dotnetcore dotnetwebapi sql-server-database web-api
Last synced: 11 Nov 2024
https://github.com/rahulmule/dotnet-webapi-cosmosdb
This project demonstrates how to use Azure Cosmos DB in a .NET 8 Web API using Entity Framework Core.
cosmosdb csharp dotnet dotnet-webapi efcore rest-api webapi
Last synced: 11 Nov 2024
https://github.com/rahulmule/azurefunction-java
This is a simple Azure Function written in Java that uses an H2 in-memory database to insert bike data into a "Bikes" table. The function is triggered by an HTTP request and can handle both GET and POST methods. The provided code creates a connection to the H2 in-memory database and inserts bike data into the "Bikes" table.
azure-functions h2-database h2-inmemory java
Last synced: 11 Nov 2024
https://github.com/rahulmule/java-restapi-sprintboot-hibernate-inmemorydatabase-h2
This Spring Boot application provides a simple REST API for managing books using Hibernate as the JPA provider and an H2 in-memory database.
Last synced: 11 Nov 2024
https://github.com/rahulmule/azurefunction-sql-crud
This project demonstrates how to create a simple Azure Function to perform CRUD (Create, Read, Update, Delete) operations on a SQL database using HTTP triggers.
Last synced: 11 Nov 2024
https://github.com/rahulmule/azurefunction-eventhub-demo
Azure function to demonstrate Eventhub trigger and sql output binding
Last synced: 11 Nov 2024