| Question | Category |
| In ASP.NET application the Global.asax file lie in which directory | ASP.NET |
| Can you store multiple data types in System.Array? | ASP.NET |
| Can resource file be in any other format other than resx extensions? | .NET Framework |
| Namespaces to be used in globalization and localization | .NET Framework |
| Does .NET support UNICODE? | Other |
| What are parsers used for XML document parsing | Other |
| Which are namespaces in .NET used for XML? | Other |
| What is DTD? | Other |
| Does XML replace HTML? | Other |
| If XML does not have closing tag will it work? | ASP.NET |
| Can 2 different applications use the same dll in GAC at the same time? | .NET Framework |
| Which of this members are not valid FileInfo Class member? | .NET Framework |
| can AJAX be implemented in browsers that do not support XMLHTTPREQUEST object | Other |
| Does DirectCast(123.232,Integer) returns error | .NET Framework |
| Can we use different access modifiers on GET and SET | .NET Framework |
| What type of architecture is supported by .NET | .NET Framework |
| Can Ajax technology work on Web Server other than IIS? | Other |
| Which control can’t be placed in MDI | .NET Framework |
| Which property of textbox is not changed at Runtime? | .NET Framework |
| Does CTYPE(1288.1,Integer ) returns error | .NET Framework |
| Maximun size of TextBox is | .NET Framework |
| Is it possible to perform Form Authentication with Cookies disabled at client’s browser? | .NET Framework |
| System.StringBuilder is | .NET Framework |
| System. String is | .NET Framework |
| Is it possible for two catch blocks to be executed in one go | .NET Framework |
| What is the value of first item in an ENUM? | .NET Framework |
| Is it possible to create shared event in .NET | .NET Framework |
| What is return type of an event in .Net? | .NET Framework |
| Is delegate type safe function pointer | .NET Framework |
| What is CAS .Net? | .NET Framework |
| Can we run ASP.NET 1.1 application and ASP.NET 2.0 application on the same computer? | .NET Framework |
| Can we use break statement in a finally block | .NET Framework |
| Is it possible to debug JavaScript in .NET IDE? | .NET Framework |
| What method is used to explicitly kill a user’s session | ASP.NET |
| Web Service supports | .NET Framework |
| Which property of validation control is used to associate with server control? | ASP.NET |
| What type of code is found in code behind file? | ASP.NET |
| The Content of Assembly is viewed by using | C# |
| What is the basic dll needed for WCF Programming | Other |
| which pageload event is called first, Page load of master page or page load of Inhertited page (Child page) | ASP.NET |
| Difference between Set and Select | SQL Server |
| Can a .NET web application consume Java web service ? | ASP.NET |
| Which of the following isn't a dictionary classes? | C# |
| Which one of below collections class uses LIFO(last in first out )? | C# |
| Which one of below collections class uses FIFO(first in first out )? | C# |
| Which of these methods are invalid in Dataset Class ? | ASP.NET |
| element in the web.config, which property is invalid ?">In the <SessionState> element in the web.config, which property is invalid ? | ASP.NET |
| FileSystemInfo is a base class for which of these classes? | .NET Framework |
| Which of these features are not newly added in C# 2008 ? | ASP.NET |
| Which of these classes is not a valid class in the namespace System.IO.IsolatedStorage ? | ASP.NET |
| Question | Category |
| Which of the following is not a member of SQLCommand ? | .NET Framework |
| Which of these Namespaces does not comes under System.Data Namespace | .NET Framework |
| MIME stands for ? | .NET Framework |
| Which of these conditions are not true about Partial Methods in C# ? | .NET Framework |
| Which of these properties is not a valid Thread property in System.Threading Namespace ? | .NET Framework |
| Which is the correct way to define a delegate ? | C# |
| Can we use both sessions and cache in the same page | ASP.NET |
| What is the maximum number of cookies that can be allowed to a web site? | ASP.NET |
| Versioning is applicable for private assemblies | C# |
| Which class builds insert,delete,update in ADO.NET | ASP.NET |
| , which method is added for server-side button click event ?">In an ASP.NET Server Control Button <asp:Button ID="btnSubmit" runat="Server" >, which method is added for server-side button click event ? | ASP.NET |
| Which of these namespaces is a invalid one in System.Web Namspace? | ASP.NET |
| HTTP is a ? | ASP.NET |
| If single object is instantiated regardless of the number of clients accessing it then it is called ____? | .NET Framework |
| DTR in Integration Services stance for? | SQL Server |
| DTP in Integration Services stance for? | SQL Server |
| What is the syntax to save Custom Data in Viewstate ? | ASP.NET |
| Which of this is not a valid Object Serialization Formatter ? | ASP.NET |
| Which of the following is true for Structure | C# |
| WHat is true for class and structure? | C# |
| Is it possible to have different access modifiers on the get/set methods of a property | C# |
| Any data bound control is derived from | ASP.NET |
| In which event of page life cycle , u get the view state? | ASP.NET |
| How many clustered and non clustered indexex exists for single table | SQL Server |
| what is the query? | SQL Server |
| When should you use the StringBuilder class instead of the String class? | .NET Framework |
| Stored procedures supported by SqlServer | SQL Server |
| Is edit possible in repater | ASP.NET |
| Does SQLClient and OLEDB class share the same functionality | SQL Server |
| Is cross-language inheritance supported in .NET ? | .NET Framework |
| Which is a valid way to create a alias for a Namespace | .NET Framework |
| Which of these operators, is a invalid LINQ operator ? | .NET Framework |
| Which of the Assembly is not a LINQ-Centric Assembly ? | .NET Framework |
| Which of these operators cannot be overloaded ? | .NET Framework |
| Which class is not valid in the System.Collections Namespace | .NET Framework |
| Queue implements which interface ? | .NET Framework |
| Which of the interfaces is not a valid interface in System.Collections ? | .NET Framework |
| Which is not a predefined element in XML based code documentation ? | .NET Framework |
| Which keyword is invalid when it is used with parameters variables sent to a method ? | C# |
| Which of these datatypes are not CLS Compliant ? | C# |
| Which of these options are not a member of System.Console Class | C# |
| Which of these options are not available in the Refactor sub-menu in the Visual Studio 2008 | .NET Framework |
| Can notepad be used to create .NET Programs ? | C# |
| For the C# Compiler csc.exe, which option is the default output type among the given Output options ? | C# |
| CIL Stands for ? | .NET Framework |
| What line of code should be used to instruct the C# compiler to check code for CLS compliance using .NET attribute ? | C# |
| What is the entry point of Thread? | C# |
| How many objects will be created in this case | C# |
| Is it possible to have tables in the DataSet that are not bound to any datasource | .NET Framework |
| Is it possible to load XML into DataReader? | .NET Framework |
| Question | Category |
| The attribute used to define a new namespace in xml is | Other |
| The syntax of a blur method in a button object is ______________ | Other |
| document.write(Date()); The output of the above code snippet will be:">Thu Jan 01 2004 05:44:07 GMT+0530 (India Standard Time) The output of the above code snippet will be: | Other |
| In text areas, which setting would display line breaks during data entry but store the text exactly as was entered? | Other |
| Which attribute specifies where to send a form ? | Other |
| ....... adds a multimedia element directly into your page, allowing your browser to play it with a plug - in | Other |
| Choose the correct HTML tag to make a text bold | Other |
| What is Cross Page Postback in .net ? | ASP.NET |
| Public key for the file can be generated by the utility called as | .NET Framework |
| A static assembly can consist of | .NET Framework |
| An assembly can have following number of entry points | .NET Framework |
| Which of following is an assembly entry point | .NET Framework |
| What data type RangeValidator control does not support? | C# |
| Which is not the keyword in c# language? | C# |
| What does WSDL stand for ? | C# |
| What does ASMX stand for? | ASP.NET |
| How many simultaneous users can make connection in Asp.Net webapplication when it is published on Windows XP professional? | ASP.NET |
| Operator OverLoading In C# | C# |
| what is new feature introduced in asp.net 4.0 for Page Redirection? | ASP.NET |
| What is the name of the new control added to asp.net 4.0 for filtering data? | ASP.NET |
| Select correct output. | C# |
| IUnknown interface has following methods | .NET Framework |
| Which keyword is used to call the base class constructor in C#? | C# |
| What is the characteristics of a constructor? | .NET Framework |
| What is the name of C# command line compiler? | C# |
| The Databases that make up the data in a dataset | .NET Framework |
| The main difference between .dll and .exe | .NET Framework |
| In which event of page , all controls are loaded? | ASP.NET |
| In inheritance, when a class inherit another class they can inherit private method of base class? | C# |
| Which access modifer use in method of Interface? | C# |
| Choose base class where all Web Forms inherited? | ASP.NET |
| Choose method which can be used explicitly to kill a user's Session? | ASP.NET |
| Deterministic functions are? | SQL Server |
| What are the Text and Image Functions? | SQL Server |
| Which one of them is not an String Function? | SQL Server |
| Which one of them is not an Aggregate Function? | SQL Server |
| Aggregate functions are allowed as expressions only in: | SQL Server |
| Howto: Capitalize first char of words in a string ? | ASP.NET |
| What is the default session timeout value in ASP.NET? | ASP.NET |
| Which stored Procedure retun all Database Information in your sqlserver? | SQL Server |
| Which control Allows registration of a user in security system ? | ASP.NET |
| Which control Displays whether user is logged in or logged out ? | ASP.NET |
| ---------- control purpose is Contains templates that can be configured to display based on logged in user’s roles | ASP.NET |
| Which Function Returns the number of bytes used to represent any expression? | SQL Server |
| Which is true for the Destructors? | C# |
| MVVM is specialy designed for which of the following? | ASP.NET |
| MemomryStream Class comes under which namespace? | ASP.NET |
| Which of the following Adds an HTTP header to the output stream? | ASP.NET |
| Which is the basic unit to which System allocates processor time? | ASP.NET |
| So as to make Multipple Inheritance possible in .NET which conecpt we use? | C# |
0 comments:
Post a Comment