Overview
.NET 7.0.2 කියන්නේ .NET 7.x line එකට servicing update එකක්, reliability, performance, සහ security fixes අරගෙන එනවා. මේ guide එකෙන් එයට ඇතුළත් වෙන දේවල්, Runtime සහ SDK අතර වෙනස, තව එය download, install, සහ verify කරන්නේ කොහොමද කියලා පැහැදිලි කරනවා.
Microsoft එකෙන් .NET 7.0.2 offline installers.
Key Takeaways
- .NET 7.0.2 කියන්නේ bug සහ security fixes එක්ක servicing release එකක්.
- Apps run කරන්න Runtime එක install කරන්න, නැත්නම් ඒවා build කරන්න SDK එක.
- Microsoft ගේ official .NET website එකෙන් විතරක් download කරන්න.
- Terminal එකක dotnet --version run කරලා install එක verify කරන්න.
ඇතුළත් වෙන දේවල්
- .NET Runtime එකට updates (dotnet/runtime).
- ASP.NET Core Runtime එකට updates (dotnet/aspnetcore).
- .NET SDK එකට updates (dotnet/sdk).
- Security සහ reliability fixes — current තියාගන්න එක recommend කරනවා.
ඔයාට ඕන Component එක මොකක්ද?
- Runtime — .NET 7.0.2 desktop/console applications run කරන්න.
- ASP.NET Core Runtime — ASP.NET Core web applications run කරන්න.
- SDK — apps build කරලා develop කරන්න (එකට runtime එකත් ඇතුළත්).
Download කරලා Install කරන්නේ කොහොමද
1. Microsoft ගේ official .NET download page එක open කරන්න (dotnet.microsoft.com).
2. .NET 7.0.2 තෝරලා Runtime, ASP.NET Core Runtime, හෝ SDK තෝරන්න.
3. ඔයාගේ OS සහ architecture එකට (x64/Arm64) offline installer එක download කරන්න.
4. Installer එක run කරලා prompts follow කරන්න.
5. අලුත් terminal එකක් open කරලා dotnet --version run කරලා confirm කරන්න.
Warning: .NET download කරන්නේ Microsoft ගේ official website එකෙන් විතරක් (dotnet.microsoft.com).
.NET Uninstall කරන්නේ කොහොමද
1. Settings > Apps > Installed apps open කරන්න.
2. Microsoft .NET 7.0.2 Runtime හෝ SDK entry එක හොයන්න.
3. එය click කරලා Uninstall තෝරන්න.
4. versions කිහිපයක් clean up කරන්න, Microsoft ගේ .NET Uninstall Tool එක පාවිච්චි කරන්න.
Troubleshooting
Problem: dotnet --version පරණ version එකක් පෙන්නනවා.
Solution: PATH refresh වෙන්න අලුත් terminal එකක් open කරන්න. Project එකක global.json එකකටත් specific SDK version එකක් pin කරන්න පුළුවන්.
Problem: App එකක් missing runtime එකක් report කරනවා.
Solution: Matching Runtime එක (හෝ web apps වලට ASP.NET Core Runtime) install කරන්න, SDK එක විතරක් නෙමෙයි.
Problem: Installation fail වෙනවා.
Solution: Installer එක administrator විදිහට run කරන්න, correct architecture එක confirm කරන්න, තව antivirus තාවකාලිකව disable කරන්න.
Problem: Versions කිහිපයක් install වෙලා තියෙනවා.
Solution: එය normal සහ supported. ඕන නැති versions ඉවත් කරන්න .NET Uninstall Tool එක පාවිච්චි කරන්න.
Conclusion
.NET 7.0.2 එකෙන් ඔයාගේ 7.x apps secure සහ stable තියාගන්නවා. Microsoft එකෙන් හරි component එක download කරන්න, install කරන්න, තව dotnet --version එකෙන් confirm කරන්න.
About TechHub
මේ guide එක TechHub Knowledge Base එකේ කොටසක්. තව step-by-step IT guides සහ support වලට techhub.com.lk එකට යන්න.















