Hi Mr. Happy, now a days I am started watching your videos only after hitting the like button... Keep continue educating us with real world scenarios...
Sir, your explanation is very good & straight to the point. Please continue with the full series of real-time example project with all other Azure components required along with code from scratch if possible (for beginners like me on Microservices).
I am not sure about other videos but this was very good. Thank You. I visited on your playlist and found reels of oops concept help lot for quick revision for exam and even interview of technical round.
Hello Mr. Happy, your videos are really easy to understand please create a video for pub-sub model. Also, it would be better if you create a project for whole explanation.
Let me be honest: It's the best video on youtube, which explains the architecture so well rather than using complicated language, which makes little sense. Thank you, brother!! I am your subscriber now...
Hi @Happy I'm really thankful to you because most of knowledge I get from your videos, can do more videos about azure like project tutorial and need details about CQRS and mediator pattern
Thank you so much Mr. Happy, Very informative and helpful session for me specially. I have a request kindly make a video on communication between micro services like Service Bus, API gateway etc. And again thank you so much.
Thank you, sir, for simplifying this video. I'm a bit confused about how authentication and authorization function in microservices. Additionally, I'm interested in learning about alternative tools or technologies that can be utilized instead of the service bus.
Thanks for sharing. Could you explain Azure service bus pub/sub/topic/message with use case? Comparing with MSMQ. Please also explain where and how to set up load balancer & caching from the developer’s point of view, is this the operation’s responsibility? But looks like it appears in the dotnet interview, thanks!
Well explained. Brother May I request you to demonstrate the implementation of these components. Not asking to show your code but using some other projects example.
Hello @Interview Happy I really liked your explanation .Could you also please do a vide on Message broker implementation in C# and it's challanges . Appreciate your content and work
Hi happy nice content please make video how to call data ffom db to microservices which tools use dapper or entity framework or anything else. When to call data directly or when to call using procedure
Thanks Happy for sharing the basic microservice architecture, I am wondering how the data redundancy resolved if multiple services looking for same set of data. And also it would be great if you help us by posting seprate video for services bus, Data distribution
Hi Mr happy Wonderful explanation In farther video can you any real time project to understand more ,please share your knowledge to us to improve use more .
5 Dboadmitcard query USE [AdminCard] GO /****** Object: StoredProcedure [dbo].[ADMITCARD] Script Date: 14-03-2024 00:29:38 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[ADMITCARD] @ApplicationNo VARCHAR(50), @dob DATE, @Subject VARCHAR(50) AS BEGIN SELECT * FROM [dbo].[tblAdmitCard] WHERE ApplicationNo = @ApplicationNo AND dob = @dob AND subject = @Subject END 6 Dboadmitcardbyid USE [AdminCard] GO /****** Object: StoredProcedure [dbo].[ADMITCARDBYID] Script Date: 14-03-2024 00:33:50 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[ADMITCARDBYID] @id INT AS BEGIN SELECT * FROM [dbo].[tblAdmitCard] WHERE id = @id END
Hello happy Please clarify my doubt will explain you my question with one example suppose we have two API Customer and Order one customer is buying two product and I have to store Customer details in one table and order details into order table at the same time so main qs is customer has one row in table and order has two rows both tables are different but forign key relation (1-M) both API's are different so how we can save data into two tables together and how we can fetch data from two tables or its voilating Micro services Will be very thankful if you reply me quickly
Api's in microservices sjould not be dependent. But in .net you have to wrtite a transaction via service bus to update both api at the same time. If one failed other must failed
Can you please make detailed video on below topics Azure Key Vault Azure Service Bus Azure SQL DB APIM Azure Load Balancer Azure Functions Azure Cosmos DB
Hi Happy could you explain dot net real time project with git. And also could you give any advice for iam on bench in an MNC for 11months if I continued with bench for another six months what action can I take kindly give any advice
Hi Mr. Happy, now a days I am started watching your videos only after hitting the like button... Keep continue educating us with real world scenarios...
So nice of you. All the best Rajaprabu
Me too sir after hitting like Only watching videos ☺️
Happy doing wonderful job... keep Continue.... Please make some more video on micro-services
Thank you
Sir, your explanation is very good & straight to the point. Please continue with the full series of real-time example project with all other Azure components required along with code from scratch if possible (for beginners like me on Microservices).
I am not sure about other videos but this was very good. Thank You. I visited on your playlist and found reels of oops concept help lot for quick revision for exam and even interview of technical round.
keep it up , it helps a lot for preparation for interviews , your material is to the point
Thanks a ton
This video is outstanding 👏. I will request you to create a playlist on development microservices.
Thanks and in future I will try to do.
Hello Mr. Happy, your videos are really easy to understand please create a video for pub-sub model. Also, it would be better if you create a project for whole explanation.
Let me be honest: It's the best video on youtube, which explains the architecture so well rather than using complicated language, which makes little sense. Thank you, brother!! I am your subscriber now...
Thanks for appreciating @umjain2007
Hi @Happy I'm really thankful to you because most of knowledge I get from your videos, can do more videos about azure like project tutorial and need details about CQRS and mediator pattern
Nice sir, Understanding manner is very easy support Life time with you. 👍
Please make full tutorial videos on Azure with Azure services and Microservices as you have great way of sharing and explaining any topic.
The best explanation I heart about the topic, thanks!
Hi Tech Guru in this video i feel what we have to learn and your explanation is really awesome because your told everything about your process.❤
simple and very precise explaination.. thanks for your efforts
I'm glad you found it helpful! 😊
Good Video. Very top level but nice and informative. thank you
Glad you liked it!
like the real world scenario and overlay of actual services with justification.
What a superb explaination 👍
Thanks Sourabh and all the best for your career.
Very clear Explaination, Thank you.
Yes, Please make video on API Gateway, Load Balancer & Azure Cosmos DB.
Thanks for sharing. Please continue do more videos of building microservice project from scratch based on real world.
Thank you so much Mr. Happy, Very informative and helpful session for me specially. I have a request kindly make a video on communication between micro services like Service Bus, API gateway etc. And again thank you so much.
Thanks. Glad you liked it. Soon I will try to. Thanks. Glad you liked it. All the best for your career.
Is there complete series for this micro service? i have gone through REACT and C# series they are osum...
Thank you, sir, for simplifying this video. I'm a bit confused about how authentication and authorization function in microservices. Additionally, I'm interested in learning about alternative tools or technologies that can be utilized instead of the service bus.
Use case example when to use 1. Azure webapps
2. Azure containers
3. AKS
4. API management
And architecture for all the above
Yeah Saravanan, this a high level idea I presented
Thanks for sharing. Could you explain Azure service bus pub/sub/topic/message with use case? Comparing with MSMQ. Please also explain where and how to set up load balancer & caching from the developer’s point of view, is this the operation’s responsibility? But looks like it appears in the dotnet interview, thanks!
Excellent explaination 😊
Thank you! 🙂
Please create a videos how to upload a project in cloud using azure or aws
Sure Sahil, soon I will try to add but my personal azure account is blocked I think, will check :)
Ok sir
Very well explained 😊
Thanks a lot 😊
Very well explained.. learned many more thing.. it will be good and request to you to make a full video of Azure.
Thanks Tapantor as soon as possible.
Very well explained, simple and detailed
Well explained. Brother May I request you to demonstrate the implementation of these components. Not asking to show your code but using some other projects example.
It needs time and effort, but I will try to do it in future.
Its very informative and explained well about how micro services works. Thank you. If possible please share any github code for example.
Hi Mr.Happy, Can you post example for authentication and authorization of dotnet core application
Yes please make video on api gateway, cosmos db
Hi,This is very useful information.Can you please explain how service bus will in both APIs and pubSub functionality
Yeah please explain
Good job
Any one project can you make using microservices that will helpful for us
so how you manage connectivity? and all those service will be in one solution ? or something else
Amazing explaination Sir❤
Thanks and welcome @pradeep
can you please explain the azure load balancer and other components of azure.
You can check my videos and search azure... I have one video for it.
Nice Video
Thanks buddy and all the best for your career.
Nice video . Can you make a video on Azure Front door , application gateway and CDN caching ?
You are the best. Please share your thoughts on message broker used between each microservice.
Hi, Mr. Happy please make video for microservices with all stuffs , which is explaned is this video. to understand in program how they work.
please explained in details and create separate playlist of micro services
Thanks for suggestion. That is in plan but it will take some time.
Hello @Interview Happy I really liked your explanation .Could you also please do a vide on Message broker implementation in C# and it's challanges . Appreciate your content and work
Thanks for sharing ,Could you please do the video on one complete project using microservices and azure from scratch
Please make videos on azure also. Yours explanation is super. Waiting for more
Sure I will, noted @parthamallick7936
Good Sir. Please make a detail video for all topics.
very nice explanation. after watch i like and subscribed, make video about new tools and technique for .net developers.
Ok. Thanks
Hi , sir i will be watching all your videos regularly . Those videos help me a lot . Can you start make video AWS also
Yes Karthik, soon I will try to
Hi happy nice content please make video how to call data ffom db to microservices which tools use dapper or entity framework or anything else. When to call data directly or when to call using procedure
Pls explain Service Bus, APIGateWay, Monolethic in detail as well.
I have learned csharp,mssql,efcore,Web API then after can I learn MVC.
What are the prerequisites for dot net MVC?
Thanks Happy for sharing the basic microservice architecture, I am wondering how the data redundancy resolved if multiple services looking for same set of data. And also it would be great if you help us by posting seprate video for services bus, Data distribution
Please Explain Azure Main things which are much necessary to know.
I have one Azure video. Checkout that one.
Hi Mr happy
Wonderful explanation
In farther video can you any real time project to understand more ,please share your knowledge to us to improve use more .
I need pub and sub model for microservices commmunication between each services . Above video most useful . Thanks
Thanks for these valuable videos.
Please make one video on web app using jwt.
V good
Hi sir , this video is too good
Could you pls explain with sample project
Hi mr happy
Can you please make a complete video on microsoft Azure.???
Sure Pratyash, that is my next plan.
Good to Hear this.
Lot of love 🎉🎉
Hi happy, Please make video list of microservices
Hello Mr Happy , i m interested in doing a real life project under your guidance, pls let m know how to reach out to u
Please make video or tutorial for advance topics of microservices
ok will try Zahidul
Hi happy
Very good explanation. But if u start small demo project with explanation that will give clear picture
Thanks Krishna, demo project will take time but I will try in future
@@interviewhappy can you please try to do that will helpful for lot
Please explain gateway load balancer
Hello sir,
Thank you for sharing and easy to understand
Could you please create one video on microservice live example?
Yes, soon
@@interviewhappyHello sir, I got 3 offer letters. Thanks you so much. Lot to learn from your video
But still waiting for your micro service video😊
Please explain how to use pub sub model
Hi Sir, please share video on other Azure components which are most widely used by developers
Will try
Thanks and please explain in detail with a project
Superb sir. If possible explain to all with good example.
Hello Happy can you please create a small project from scratch using azure.
Hi. It is super for understanding Microservices. I need more detail. Please guide me.
Thanks Saravana
Good sir. Please make video in detail
Hi Mr.Happy Thanks for super video but can you create more videos in microservice
Yes, soon @vaibhav
5 Dboadmitcard query
USE [AdminCard]
GO
/****** Object: StoredProcedure [dbo].[ADMITCARD] Script Date: 14-03-2024 00:29:38 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[ADMITCARD]
@ApplicationNo VARCHAR(50),
@dob DATE,
@Subject VARCHAR(50)
AS
BEGIN
SELECT * FROM [dbo].[tblAdmitCard] WHERE ApplicationNo = @ApplicationNo AND dob = @dob AND subject = @Subject
END
6 Dboadmitcardbyid
USE [AdminCard]
GO
/****** Object: StoredProcedure [dbo].[ADMITCARDBYID] Script Date: 14-03-2024 00:33:50 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[ADMITCARDBYID]
@id INT
AS
BEGIN
SELECT * FROM [dbo].[tblAdmitCard] WHERE id = @id
END
Hi Mr. Happy can you please make some interview questions on micro services
Please make a detailed video sir
Thank you for your honourable work
As soon as possible Logesh
Please explain all the mentioned concepts in details like azure load balancer, code, service bus, and containers etc.
I have my first video on Azure only. Soon I will cover one video on Azure also.
Hi Happy. can you explain, how to implement application geteway ,load balance,azure DB please
Will try Rocky
please post MFA, Active Directory
Sir, Please provide full course video for microservices in .net
Please explain in detail for all you are master in explaining
Hello happy
Please clarify my doubt will explain you my question with one example
suppose we have two API Customer and Order
one customer is buying two product
and I have to store Customer details in one table and order details into order table at the same time
so main qs is customer has one row in table
and order has two rows
both tables are different but forign key relation (1-M) both API's are different so how we can save data into two tables together and how we can fetch data from two tables
or its voilating Micro services
Will be very thankful if you reply me quickly
Api's in microservices sjould not be dependent. But in .net you have to wrtite a transaction via service bus to update both api at the same time. If one failed other must failed
Can you please make detailed video on below topics
Azure Key Vault
Azure Service Bus
Azure SQL DB
APIM
Azure Load Balancer
Azure Functions
Azure Cosmos DB
Yes me also need the above topic.
Please create video on pub sub model for microservices
Hi can u plz make a simple video of microservice with service bus?
Hi Happy could you explain dot net real time project with git.
And also could you give any advice for iam on bench in an MNC for 11months if I continued with bench for another six months what action can I take kindly give any advice
Hi sir, if possible make a video on azure load balancer, service bus, functions
As soon as possible @mallesh
Please create a detailed video on pub-sub .Thanks in advance
I will try my best @binujacob8780
Please make a detail video of what u explained and every technologies used.
When to use Micro services architecture and when to use Monolithic.
Really great video, can you please tell us more about azure..
Sure I will try do so as soon as possible Sir
You can make a video on service bus
Good
Thanks Abhish
detail video please
which tool did you used to design this diagram ?
Sir please resume kaise banaye explain kariye
I created one video on resume also.
Kindly explain all with real time projects