Types of optimization and name a few and how do u do?
Answer / amrit sidhu
Four Optimization,
Heuristic Optimization
Syntactical Optimization
Cost-Based Optimization
Semantic Optimization
Is This Answer Correct ? | 8 Yes | 1 No |
What is postback in asp net?
What is postback pixel?
Why do we need Sessions?
What is s2s tracking?
What is the use of worker process in asp.net?
Explain server control extensibility with reference to asp.net 2.0 ?
Less than one page, how many windows will you be able to maintain?
i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.
How will you load dynamic assembly? How will create assesblies at run time?
When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?
Can we make a class with class with same;suppose public class abc { public class abc { } }
Where web.config file is used?