What is latest version of .net framework?
Answer / Muinuddeen Baktaber
.NET Framework 4.8 is the latest stable version as of now, but it's important to note that .NET 5 and .NET 6 are newer cross-platform versions.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does the .net framework 3.0 relate to the .net framework 2.0?
What is net framework 3.0 ?
What is edm (entity data model)? : Entity framework
Which are the abstract classes available under system.xml namespace
Explain dependency resolution?
Explain unit test done by tester on development team?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
How do you handle variable number of segments in a route definition?
What is JIT and how is works ?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
Where The Inheritence is useful?How we decide the situation of inheritence
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?