Pinned Repositories
AdminLte3-integration-with-ReactJs
AdminLte3 integration with ReactJs
adminlte3-with-angular10
adminlte3-with-angular9
Please run command npm install to install all the node modules present in package.json and then you should be good to run the application.
azure-service-bus-listner
Azure service bus which acts as a listener and receives the data.
azure-service-bus-send
This project can be used to send the data to azure bus -
cpvariyani-AdminLTE3-Angular10-Routing-LoginFunctionality
Ready to use template with AdminLTE3-Angular10-Routing-LoginFunctionality
entity-framework-core-codefirst-db-migration
this explains how we can create database based on code first approach. I have created models at first then using migration commands created the database. please have a look at youtube video 'codingfriday entityframework core run migration and create database with practical example' ' if you want to do it manually here are the steps 1st part install-package Microsoft.EntityFrameworkCore.SqlServer install-package Microsoft.EntityFrameworkCore.Design Create Models Create DbContext provide connectionstring add startup configuration demo with running the application ------------------------------------------------------------------------ 2nd part remove the database and startup entry enable-migration add-migration developerdbmigration update-database demo ------------------------------------------------------------------------- remove data Annotations update Developerdbcontext create DeveloperEntityConfiguration delete migration add-migration developerdbmigration update-database demo
identityserver4-in-net-core-to-secure-public-microservice
This is a practical example to demonstrate how to secure public microservices in .Net core using Identity server 4. In this video, we have created IdentityServer4, created sample public microservice, integrated that microservice with identity server and last this securing microservice using identity server is tested using postman. A practical example of How to create Identity server in .net core for grant type to client credentials. nuget packages for identity server are 2 IdentityServer4 and IdentityServer4.EntityFramework. and for microservice 1 nuget packages needs to be added Microsoft.AspNetCore.Authentication.JwtBearer
kafka-implementation-.net-core-c-
youtube https://www.youtube.com/watch?v=ARqyWaZqn68&feature=youtu.be ..Practical Example for Use Apache Kafka In .NET Application, the demo for Kafka installation in .Net core and you can build Real-time Streaming Applications Using .NET Core c# and Kafka. Steps 1. Download Prerequisite for Kafka and zookeeper 2. Install Kafka and zookeeper 3. Create a topic in Kafka console 4. Start the Kafka producer server 5. Start the Kafka consumer server 6. Create .Net core microservice as a producer 7. Create .Net core application as a consumer 8. Test Kafka implementation using postman to see the communication between communication.
rabbitmq-saga-with-database-complete
rabbitmq-saga-with-database-complete
cpvariyani's Repositories
cpvariyani/AdminLte3-integration-with-ReactJs
AdminLte3 integration with ReactJs
cpvariyani/kafka-implementation-.net-core-c-
youtube https://www.youtube.com/watch?v=ARqyWaZqn68&feature=youtu.be ..Practical Example for Use Apache Kafka In .NET Application, the demo for Kafka installation in .Net core and you can build Real-time Streaming Applications Using .NET Core c# and Kafka. Steps 1. Download Prerequisite for Kafka and zookeeper 2. Install Kafka and zookeeper 3. Create a topic in Kafka console 4. Start the Kafka producer server 5. Start the Kafka consumer server 6. Create .Net core microservice as a producer 7. Create .Net core application as a consumer 8. Test Kafka implementation using postman to see the communication between communication.
cpvariyani/adminlte3-with-angular10
cpvariyani/adminlte3-with-angular9
Please run command npm install to install all the node modules present in package.json and then you should be good to run the application.
cpvariyani/rabbitmq-saga-with-database-complete
rabbitmq-saga-with-database-complete
cpvariyani/entity-framework-core-codefirst-db-migration
this explains how we can create database based on code first approach. I have created models at first then using migration commands created the database. please have a look at youtube video 'codingfriday entityframework core run migration and create database with practical example' ' if you want to do it manually here are the steps 1st part install-package Microsoft.EntityFrameworkCore.SqlServer install-package Microsoft.EntityFrameworkCore.Design Create Models Create DbContext provide connectionstring add startup configuration demo with running the application ------------------------------------------------------------------------ 2nd part remove the database and startup entry enable-migration add-migration developerdbmigration update-database demo ------------------------------------------------------------------------- remove data Annotations update Developerdbcontext create DeveloperEntityConfiguration delete migration add-migration developerdbmigration update-database demo
cpvariyani/identityserver4-in-net-core-to-secure-public-microservice
This is a practical example to demonstrate how to secure public microservices in .Net core using Identity server 4. In this video, we have created IdentityServer4, created sample public microservice, integrated that microservice with identity server and last this securing microservice using identity server is tested using postman. A practical example of How to create Identity server in .net core for grant type to client credentials. nuget packages for identity server are 2 IdentityServer4 and IdentityServer4.EntityFramework. and for microservice 1 nuget packages needs to be added Microsoft.AspNetCore.Authentication.JwtBearer
cpvariyani/cpvariyani-AdminLTE3-Angular10-Routing-LoginFunctionality
Ready to use template with AdminLTE3-Angular10-Routing-LoginFunctionality
cpvariyani/stencil-js-tutorial-for-beginners
stencil-js-tutorial-for-beginners
cpvariyani/saga-rabbitmq-microservice-communication
passing data from 1 ms to another ms using rabbitmq bus
cpvariyani/rabbitmq-saga-state-machine-with-cancel
cpvariyani/identity-server-4-policy-based-authorization-.netcore
Identity Server 4 Role-based Authorization in .Net Core 2 Microservice, In this video, we have enabled the role based authorization using the Identity server. we have created 2 users admin and user and created the respective policy in microservices. In part 1, we have seen how to secure the public microservice, in this part, we have demonstrated how we can implement role-based authorization in Identity server 4 and .Net core. Creation of Identity Server4 in .Net core to secure public microservices with a practical example is explained here. In the part 1 of video, we have created IdentityServer4, created sample public microservice, integrated that microservice with identity server and last this securing microservice using identity server is tested using postman. Part 1 Create Identity Server 4 in .net core to secure Public microservices https://www.youtube.com/watch?v=LVYEq... Part 2 Identity Server 4 Role Based Authorization in .Net Core 2 Microservice
cpvariyani/awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
cpvariyani/ef-core-code-first-entity-framework-with-db-add-update-get
cpvariyani/angular-8-with-http-get-cors-web-api-both
angular-8-with-http-get-cors-web-api-both
cpvariyani/rabbitmq-saga-with-state-machine-basic
saga state machine ,created and added producer in order and consumer in stock ms.
cpvariyani/React-Create-Function-Level-Component
React Function Level Component is created and provided the dynamic data using state.
cpvariyani/react-tutorial-two-way-data-binding
react tutorial two way data binding
cpvariyani/c--interview-question-and-answer
cpvariyani/cpvariyani
welcome here.
cpvariyani/ocelot-api-gateway-cp-variyani
cpvariyani/rabbitmq-in-.netcore-microservices-code-with-masstransit
This is the practical implementation of RabbitMQ to send the message from 1 microservice to another microservice, we have covered rabbitMQ installation on windows, and then I created 2 microservice for rabbitMQ producer and consumer. The solution created in .net core 3.1, so it has a practical implementation of microservice communication using rabbitMQ MassTransit.
cpvariyani/React-Template-ToStartWith
React After folder re structure
cpvariyani/React-Tutorial-Event-Handling
React Tutorial Event Handling
cpvariyani/react-tutorial-for-loop
react tutorial for loop
cpvariyani/react-tutorial-if-condition-
react tutorial if condition
cpvariyani/React-Tutorial-Passing-Method-to-component
React Tutorial Passing Method to component
cpvariyani/ReactAfterComponentLifeCycle
ReactAfterComponentLifeCycle
cpvariyani/saga-rabbitmq-save-in-db-part4
cpvariyani/TypescriptGettingStarted
Extract typescript-getting-started.zip folder. This is the basic Typescript Project - you just have to clone this and run 1 command that is npm install. This command would install all the modules which are present in package.json file. After this you have to run the command npm start to see output in the browser.