Skip to content
View RahulMule's full-sized avatar
Block or Report

Block or report RahulMule

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. AzureFunction-EFCore-Demo AzureFunction-EFCore-Demo Public

    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 delet…

    C#

  2. AzureFunction-MongoDB-Demo AzureFunction-MongoDB-Demo Public

    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.

    C#

  3. AzureFunction-RabbitMQ AzureFunction-RabbitMQ Public

    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 …

    C#

  4. DotNetWebAPI-Dapper-Demo DotNetWebAPI-Dapper-Demo Public

    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…

    C#

  5. DotNetWebAPI-InMemory-Database DotNetWebAPI-InMemory-Database Public

    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…

    C# 2

  6. RepositoryPattern-DotNetRestAPI RepositoryPattern-DotNetRestAPI Public

    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…

    C#