Thank you, sir! Please create more videos like this. Also, please create videos regarding interview tips and how to explain answers during interviews. I am facing issues with explaining answers properly during interviews. I know the answers but struggle to present them in the correct format. Please, sir, provide me with suggestions or tips to improve.
@softwarearchitecturematter44827 күн бұрын
Thanks for the feedback! I'll keep it in mind for future videos.
@dubs2000013 күн бұрын
You know the limitations of generative AI ????
@softwarearchitecturematter448213 күн бұрын
Yes, generative AI has limitations like dependency on training data, lack of deep contextual understanding, and high computational demands. It can produce plausible but inaccurate results, faces ethical concerns, and may struggle with reasoning or scalability. Developers must validate outputs and mitigate risks carefully
@omarelkhatib150Ай бұрын
Great video!
@suvasishmajumder7794Ай бұрын
do your mother and sister works in only fans ? I watched them probably in p**nhub adult website videos. U wasted my precious time
@trainerzard7Ай бұрын
Thanks man
@softwarearchitecturematter4482Ай бұрын
You are welcome
@alexbermudez992 ай бұрын
Thank you for the demo. That's enough to get me started. Would you recommend to start with Microsoft Learn or jump right into the deep end? haha
@softwarearchitecturematter44822 ай бұрын
Glad you found the demo helpful! 😊 I’d recommend starting with Microsoft Learn - it’s a solid foundation and gives you hands-on practice with the basics. Once you're comfortable, diving into more advanced topics will feel much easier. Good luck, and feel free to reach out if you have questions along the way!
@laxmanmankala26053 ай бұрын
old question bank u have
@softwarearchitecturematter44823 ай бұрын
What are the new trendy questions ?
@amitmistry68133 ай бұрын
Your explanation of Entity Framework is very poor
@softwarearchitecturematter44823 ай бұрын
Thanks for the feedback, Amit.
@jp5047-r7s3 ай бұрын
Can't you use a parameterized query in your stored proc? Hmmm
@softwarearchitecturematter44822 ай бұрын
Great question! Yes, using a parameterized query in a stored procedure is definitely an option and is often preferred for better security and performance. It helps prevent SQL injection attacks and optimizes execution. Thanks for bringing it up!
@bhavikdawani28833 ай бұрын
Please review Hbr’s 10 must reads on entrepreneurship and start up
@ModelosPR4 ай бұрын
How to handle permissions when you move to prod?
@softwarearchitecturematter44822 ай бұрын
Good question! When moving to production, it’s best to follow the principle of least privilege. Assign access policies in Azure Key Vault that only give the necessary permissions (e.g., Get, List) to production apps or managed identities. You can also use Azure RBAC for more granular control. This ensures secure and controlled access without over-privileging. Let me know if you need more details!
@chetanchaudhari75384 ай бұрын
pr C# 10 .NET.6 by Andrew.Troelsen.Phil.Japikse or C# in nutshell which will you recommend?
@softwarearchitecturematter44822 ай бұрын
Both are great resources, and it depends on what you're looking for! *C# 10 and .NET 6 by Andrew Troelsen and Phil Japikse* is excellent for a structured, in-depth approach, especially if you prefer a book that dives into .NET and C# together with hands-on examples. *C# in a Nutshell* is fantastic as a comprehensive reference, covering the language features and ecosystem concisely-perfect if you’re looking for something you can refer to often. If you're just starting, Troelsen’s book might feel more beginner-friendly, but for quick lookups and advanced insights, *C# in a Nutshell* is solid. Hope that helps!
@sudhirtakale99796 ай бұрын
Thanks for the videos, your video will helps me lot I am preparing for interviews.
@paularesende5026 ай бұрын
Thank you very much! It's a gem
@softwarearchitecturematter44826 ай бұрын
Thanks for the appreciation
@AmeyKulkarni-xh5nw6 ай бұрын
Good, informative session
@AhmedLatifVlogs7 ай бұрын
Excellent!
@commentor66707 ай бұрын
We have a 3rd party hosted web application that uses MS Entra ID SSO for authenticating corporate staff. There is a requirement to allow partner organisations as well to use this web application. Do you think the users from partner organisation could be added to Entra ID as guest B2B users to enable access to the web application? Or, is it better to have the web application integrate with Azure B2C that has 2 federations: 1) The corporate MS Entra ID and 2) Partner organisation's AD / IAM system.
@softwarearchitecturematter44822 ай бұрын
Great question! Both approaches could work, but each has its strengths. Adding partner users as guest B2B users in MS Entra ID is often a simpler route if you mainly need to grant access to users from a few partner organizations. It allows you to leverage your existing MS Entra ID setup without significant changes to the application and offers a streamlined way to manage access using your current policies. However, if your application expects to onboard users from many different partners, or if those partners use various identity providers (not just Microsoft), Azure B2C might be the better choice. With B2C, you can set up federations for your MS Entra ID and any other identity systems partners use, providing a more scalable and flexible authentication model. It really depends on how many partner organizations you anticipate and how diverse their IAM systems are. Let me know if you need more details on either option!
@pasan62097 ай бұрын
Very Informative and Clearly Presented ! Kudos
@abdullahusama15277 ай бұрын
great
@0507sagar7 ай бұрын
Yes, You really made Software Architecture amazingly funny
@asingb8 ай бұрын
Hi Vikas, thanks for covering a lot in this short video. Please try to explain these concepts in detailed videos. Thanks.
@i.paradox9 ай бұрын
Thanks for sharing your knowledge with us sir.
@i.paradox9 ай бұрын
Please do these types of brain storming sessions frequently.
@i.paradox9 ай бұрын
Thanks for again sir for sharing your knowledge with us.
@amarpatil88089 ай бұрын
Thanks !
@supriyalal92879 ай бұрын
I don't think that the example of bill vs invoice is accurate. Isn't it the same bounded context, are we saying we split the systems just because they are in different countries
@softwarearchitecturematter44829 ай бұрын
Hi Supriya The example of a bill versus an invoice aims to illustrate the nuanced complexities that arise when we attempt to share a domain or vocabulary across different applications, departments, organizations, and geographical boundaries. The essence of the 'bounded context' concept, a strategic pattern in domain-driven design, is about recognizing and respecting these nuances. It emphasizes the importance of establishing clear boundaries within which a common domain model or vocabulary is applicable and outside of which it may not be relevant or understood in the same way. When we say that a bill in one country might be considered an invoice in another, it's not suggesting a necessity to split systems merely due to geographical differences. Rather, it's highlighting how the meaning and usage of terms can vary significantly across different contexts - be they cultural, organizational, or functional. The key takeaway is that what's considered common or standard in one bounded context might not translate directly to another, despite apparent similarities. Bounded contexts enable us to delineate where a particular model, language, or set of assumptions is valid. This delineation helps in managing complexity by allowing systems or departments to interact through well-defined interfaces and translations, rather than assuming a universal understanding or application of concepts across all areas. This approach not only caters to variations in terminology but also addresses differences in processes, regulatory requirements, and cultural norms. In essence, the bounded context is about acknowledging and planning for diversity in interpretations and requirements. It guides us in designing systems that are more adaptable and easier to integrate by recognizing the boundaries within which our models and terminologies make sense and where they might need translation or adaptation. Thank you, Vikas
@softwarearchitecturematter44829 ай бұрын
check out this Video by Suresh where explains Domain Driven Design including Bounded Context kzbin.infovZ3OnaqPR7c
@softwarearchitecturematter44829 ай бұрын
We are going to another live on DDD on Apr 6. Stay connected
@SadSadGuru9 ай бұрын
need more preperation, but good work.
@softwarearchitecturematter44829 ай бұрын
Thanks for the feedback
@prithug9 ай бұрын
Such wonderful teaching! I was just thinking the other day - There's only way to move forward and that is to do the things you know you have to do even if you don't "feel" like doing them. Depending on "feeling" good every time when you do work (which you actually love doing), is a sure way to fail. If you only do things when you feel like it, you won't really get anywhere in improving yourself. Sometimes you gotta force your self to get up and start working.
@softwarearchitecturematter44829 ай бұрын
Well summarized.
@suhelsayyed647510 ай бұрын
Thanks Vikas. Achcha bola aapne 🤝
@softwarearchitecturematter448210 ай бұрын
Thanks for Positive feedback
@shankar743510 ай бұрын
Excellent.
@softwarearchitecturematter448210 ай бұрын
Thanks for the positive feedback
@closed48210 ай бұрын
Not a clear explanation.
@softwarearchitecturematter448210 ай бұрын
Thanks for feedback. I will check the video for clarity
@heroicrhythms830210 ай бұрын
you look dumb and knowledgeful at same time
@DavidDaniels-h5p4 ай бұрын
you sound like a friendly and compassionate person
@omarelkhatib15010 ай бұрын
Thanks for sharing Vikas! it's a useful website, I've been without a job for 3 months. This website may help in upcoming interviews.
@softwarearchitecturematter448210 ай бұрын
Hi Omar, Thanks for comments. Sorry to hear about you job loss. I have recently switched the job . Message me on Linked in , I may be able to give you tips. Best of luck, Vikas Kerni
@reshmasahoo53 Жыл бұрын
Good information.... and I think freshers should learn new technologies so that leads can hire them for future AI projects
@AdityaKumarOfficial2318 Жыл бұрын
great sir
@softwarearchitecturematter4482 Жыл бұрын
Thank you, Aditya
@saimch.9388 Жыл бұрын
Complex queries can only be written in views and stored procedurs. So Sps are best. Big no to ORM
@softwarearchitecturematter44822 ай бұрын
Thanks for sharing your thoughts! Stored procedures and views definitely offer powerful ways to handle complex queries, especially for performance tuning and reusability. ORMs, on the other hand, can simplify code management and reduce boilerplate for many applications, especially when working with smaller or more dynamic queries. Ultimately, I think it comes down to project needs and team preferences. Both have their strengths-appreciate the input!
@usmanalii7527 Жыл бұрын
Thanks
@softwarearchitecturematter4482 Жыл бұрын
You are welcome
@golden_infinity_harbinger8016 Жыл бұрын
Thank you for this video , it helped me , thanks again !
@softwarearchitecturematter4482 Жыл бұрын
You are welcome.
@VijayKumar-ij3yb Жыл бұрын
Great work sir❤
@vikramjuneja Жыл бұрын
nice
@oyrup Жыл бұрын
informative
@EdgeOnVal Жыл бұрын
"these are common characteristics of complex systems"
@softwarearchitecturematter44822 ай бұрын
Agree
@nihalkonda Жыл бұрын
Thank you for sharing this information, Sir.
@softwarearchitecturematter4482 Жыл бұрын
You are welcome , Nihal
@alltaxationrequirescops Жыл бұрын
Funny. He mixed up MVC and MVP. MVC was invented 1979. MVP came out in the 90s.
@softwarearchitecturematter4482 Жыл бұрын
Correct. Lot of us started with MVP and switched to MVC later because of Classic ASP and Web Forms restrictions. I thought that it will be easier to explain two patterns if I started explaining MVP, its limitation and move to MVC patterns. Vikas
@Ayush-lj6pq Жыл бұрын
Its glad be part of the group
@softwarearchitecturematter4482 Жыл бұрын
Thanks Ayush for being core member of the group. I appreciate your hard work and discipline. Wish you great success in your career. Vikas