My first Tedx Talk: From Pain to Purpose – My TEDx Journey

August 30, 2025 – A date etched in my life for more than one reason. Exactly 11 years ago , I got engaged. And on that very same date this year, I received a life-changing opportunity: my first TEDx talk , hosted at GGI under the inspiring theme “Chase the Impossible.” Standing on that red dot, I felt a mix of emotions — excitement , nervousness , and the quiet ache of loss , having lost my wife, whose memories remain deeply rooted in my heart. In my talk, I shared a story born in the midst of COVID-19 — a time when Ms. Renu and I were both navigating personal grief in different ways. It was during this difficult phase that Mr. Chaitanya brought us together — blending Renu’s deep nutritional expertise with my technical background . That collaboration gave birth to a vision: A platform that could reduce the time it takes to create personalized diets , enabling dieticians to focus more on care, empathy, and connection — and patients to avoid long queues and delays. What began in ...

.Net 7 - What should I know?

 .Net 7 is out on Nov 8, 2022. I was checking it out and had multiple question in mind and sharing them here.

Till what time .Net 7 is supported and how about .Net 6 lifetime?

So, I checkout out https://endoflife.date/dotnet for this and sharing the crux here:


How do I migrate my existing .Net 6 applications to .Net 7?

I believe that you do not need to rush for that as .Net 6.0 is in LTS (Refer the table above). However, it is good to start with .Net 7 for new applications.

Are there any breaking changes in .Net 7?


Why should I consider moving to .Net 7?
I liked this article 
https://blog.dotnetsafer.com/new-official-net-7-features-released-now-faster-and-lighter/

Is there any sample architecture, I can refer?
I recommend following the Clean Architecture from here:
https://github.com/jasontaylordev/CleanArchitecture

And a sample Core Admin implementation:
https://github.com/edandersen/core-admin

Hope this document will help you building you applications with .Net 7.