Walkins Openings in India & Interview Questions

Walkins in Mumbai, Bangalore, Chennai, Delhi, Gurgaon, Pune


‘ASP.NET Interview Questions’ - KyaPoocha.com

Does .NET support one-way Web service operations? Does Microsoft SOAP Toolkit support one-way Web service operations? 

Yes, .NET framework does support one-way messages. To set a void method as one-way operation, set the OneWay property to true on SoapDocumentMethodAttribute or on... Read more »

What is an application domain? 

An AppDomain can be thought of as a lightweight process. Multiple AppDomains can exist inside a Win32 process. The primary purpose of the AppDomain is to isolate... Read more »

What is the CLI? Is it the same as the CLR? 

The CLI (Common Language Infrastructure) is the definiton of the fundamentals of the .NET framework - the Common Type System (CTS), metadata, the Virtual Execution... Read more »

What is the difference between Java and .NET garbage collectors? 

Sun left the implementation of a specific garbage collector up to the JRE developer, so their performance varies widely, depending on whose JRE you’re using. Microsoft... Read more »

How is .NET able to support multiple languages? 

A language should comply with the Common Language Runtime standard to become a .NET language. In .NET, code is compiled to Microsoft Intermediate Language (MSIL... Read more »

What is smart navigation? 

The cursor position is maintained when the page gets refreshed due to the server side validation and the page gets refreshed.  Read more »

How do you validate the controls in an ASP .NET page? 

We can Validate the controls in an ASP.NET page by using special validation controls that are meant for this. We have Range Validator, Email Validator.  Read more »

Can the validation be done in the server side? 

Client side validation is done by default. Server side validation is also possible. We can switch off the client side and server side can be done.  Read more »

How to manage pagination in a page? 

Using pagination option in DataGrid control. We have to set the number of records for a page, then it takes care of pagination by itself.  Read more »

How do you display an editable drop-down list? 

Displaying a drop-down list requires a template column in the grid. Typically, the ItemTemplate contains a control such as a data-bound Label control to show the... Read more »

What’s the difference between code-based security and role-based security? Which one is better? 

Code security is the approach of using permissions and permission sets for a given code to run. The admin, for example, can disable running executables off the Internet... Read more »

How can you work with permissions from your .NET application? 

You can request permission to do something and you can demand certain permissions from other apps. You can also refuse permissions so that your app is not inadvertently... Read more »

How can C# app request minimum permissions? 

Using System.Security.Permissions; [assembly:FileDialogPermissionAttribute(SecurityAction.RequestMinimum, Unrestricted=true)].  Read more »

What is a code group? 

A code group is a set of assemblies that share a security context.  Read more »

What is the difference between authentication and authorization? 

Authentication happens first. You verify user’s identity based on credentials. Authorization is making sure the user only gets access to the resources he has credentials... Read more »

Are the actual permissionAre the actual permissions for the application defined at run-time or compile-time?s for the application defined at run-time or compile-time? 

The CLR computes actual permissions at runtime based on code group membership and the calling chain of the code.  Read more »

What namespace does the Web page belong in the .NET Framework class hierarchy? 

System.Web.UI.Page  Read more »

Name two properties common in every validation control? 

ControlToValidate property and Text property.  Read more »

What are VSDISCO files? 

VSDISCO files are DISCO files that support dynamic discovery of Web services. If you place the following VSDISCO file in a directory on your Web server, for example,... Read more »

Is it possible to prevent a browser from caching an ASPX page? 

Just call SetNoStore on the HttpCachePolicy object exposed through the Response object’s Cache property, as demonstrated here: <%@ Page Language=”C#”... Read more »

Page 11 of 13« First...«910111213»
  • Subscribe

      Get Latest Walkins in your INBOX, enter your email address:


  • Walkins by Location


  • Walkins by Skills