Code Monkey home page Code Monkey logo

Rahul Popat Mule's Projects

azure-logicapp-demo-joblisting icon 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 icon 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 icon 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-java icon 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-mongodb-demo icon 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 icon 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.

azurefunction-sql-crud icon 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.

contactsapp_dotnetrestapi icon 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 icon 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-cosmosdb icon dotnet-webapi-cosmosdb

This project demonstrates how to use Azure Cosmos DB in a .NET 8 Web API using Entity Framework Core.

dotnet-webapi-cqrs icon dotnet-webapi-cqrs

This is a .NET Web API project illustrating the CQRS pattern using MediatR, with SQL Server and Entity Framework Core.

dotnetwebapi-dapper-demo icon 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.

dotnetwebapi-inmemory-database icon 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.

ecommerceapp icon ecommerceapp

This repository contains the source code for an E-Commerce application built with .NET 6, microservices architecture, Entity Framework core, Rabbit MQ etc

repositorypattern-dotnetrestapi icon 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.