How can I tell what .net framework is installed?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between entity framework and mvc?
What is CLR? How it will work?
How to free the memory that is not used by an object in garbage collection?
Can you explain the page life cycle of mvc?
Why to use Html.Partial in ASP.Net MVC?
Explain something about model, view and controllers in asp.net mvc?
Which are the abstract classes available under system.xml namespace
What is IL
How do I change the permission set for a code group
Explain linq to entities? : Entity framework
What is the difference between adding routes, to a webforms application and to an mvc application?
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.