Is it possibe to run 2 aplication on single m/c, one App is on .Net Framework 1.0 and another one is on .Net Fremework 2.0?
7 10440How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??
1 4749If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
2573Post New Dot Net Framework Questions
Explain the types of Scaffoldings.
What is Differnce between html.action and ajax.action?
Explain how you can send the result back in JSON format in MVC?
What is basic authentication in web api?
Can you use Razor code in Javascript in ASP.Net MVC?
What are the new features 3.5 framework against with the tool?
What is attribute routing in mvc?
How route table is created in ASP.NET MVC?
Mention two instances where routing is not implemented or required?
What is display mode in mvc?
what do you mean by table-per-hierarchy?
What is the mvc pattern (model view controller pattern)?
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.
What is an asynchronous controller in asp.net mvc?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?