Skip to main content

Posts

Showing posts with the label Difference between shared and private assembly in dot net

Asp Dot net question with Answer

Asp dot net question with Answer 1. Tell me about yourself Ans. • I am Santosh .I have finished my M.C.A at IGNOU from L.J. college Ahmedabad, with an aggregate of 60%. I did my U.G. and schooling in Shahjahanpur UP .I’m having an aggregate of 51% in my B.Sc. science. My native place is Bahraiech UP. • My interests are playing cricket, reading books, and listening music 2. How the find the N the maximum salary of an employee? Ans. SELECT MIN (SALARY ) FROM UEXAMPLE1 WHERE SALARY IN (SELECT DISTINCT TOP 4 SALARY FROM UEXAMPLE1 ORDER BY SALARY DESC) 3. What is @@connection? 4. What is String Builder? Ans. Strings are integral to most app dev projects, so it is imperative that they don't impair performance. The .NET StringBuilder class streamlines string values processing. It's hard to find an application that doesn’t deal with text in some way. As a result, developers are faced with a variety of string-related tasks every day. The .NET Framework include