Rahul Popat Mule's repositories
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.
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.
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.
DotNet-WebAPI-CQRS
This is a .NET Web API project illustrating the CQRS pattern using MediatR, with SQL Server and Entity Framework Core.
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
EcommerceApp
This repository contains the source code for an E-Commerce application built with .NET 6, microservices architecture, Entity Framework core, Rabbit MQ etc
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.
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.
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.
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.
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.
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.
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.
AzureFunction-EventHub-Demo
Azure function to demonstrate Eventhub trigger and sql output binding
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.
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.
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.
DotNet-WebAPI-CosmosDB
This project demonstrates how to use Azure Cosmos DB in a .NET 8 Web API using Entity Framework Core.
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.