Walkins Openings in India & Interview Questions

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


Latest Walkins-Interview

What are the validation controls? 

A set of server controls included with ASP.NET that test user input in HTML and Web server  controls for programmer-defined requirements. Validation controls perform... Read more »

What is view state and use of it? 

The current property settings of an ASP.NET page and those of any ASP.NET server controls contained within the page. ASP.NET can detect when a form is requested... Read more »

What methods are fired during the page load? 

Init() When the page is instantiated, Load() - when the page is loaded into server  memory,PreRender () - the brief moment before the page is displayed to the user ... Read more »

What are the different types of caching? 

Caching is a technique widely used in computing to increase performance by keeping frequently accessed or expensive data in memory. In context of web application,... Read more »

What do you mean by authentication and authorization? 

Authentication is the process of validating a user on the credentials (username and     password) and authorization performs after authentication. After Authentication... Read more »

What are different types of directives in .NET? 

@Page: Defines page-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .aspx files <%@ Page AspCompat=”TRUE”... Read more »

How do I debug an ASP.NET application that wasn’t written with Visual Studio.NET and that doesn’t use code-behind? 

Start the DbgClr debugger that comes with the .NET Framework SDK, open the file containing  the code you want to debug, and set your breakpoints. Start the ASP.NET... Read more »

Can a user browsing my Web site read my Web.config or Global.asax files? 

No. The section of Machine.config, which holds the master configuration  settings for ASP.NET, contains entries that map ASAX files, CONFIG files, and selected ... Read more »

Is it necessary to lock application state before accessing it? 

Only if you’re performing a multistep update and want the update to be treated as an atomic     operation. Here’s an example: Application.Lock (); Application[”ItemsSold”]... Read more »

How do I send e-mail from an ASP.NET application? 

MailMessage message = new MailMessage (); message.From = ; message.To = ; message.Subject = “Scheduled Power Outage”; message.Body = “Our servers will be down... Read more »

How does dynamic discovery work? 

ASP.NET maps the file name extension VSDISCO to an HTTP handler that scans the host  directory and subdirectories for ASMX and DISCO files and returns a dynamically... Read more »

What does AspCompat=”true” mean and when should I use it? 

AspCompat is an aid in migrating ASP pages to ASPX pages. It defaults to false but should be set to true in any ASPX file that creates apartment-threaded COM objects–that... Read more »

Explain the differences between Server-side and Client-side code? 

Server side scripting means that all the script will be executed by the server and  interpreted as needed. ASP doesn’t have some of the functionality like sockets,... Read more »

What type of code (server or client) is found in a Code-Behind class? 

Client-side validation because there is no need to request a server side date when you  could obtain a date from the client machine.  Read more »

What are ASP.NET Web Forms? How is this technology different than what is available though ASP? 

Web Forms are the heart and soul of ASP.NET. Web Forms are the User Interface (UI) elements that give your Web applications their look and feel. Web Forms are similar... Read more »

What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other? 

In earlier versions of IIS, if we wanted to send a user to a new Web page, the only option we had was Response.Redirect. While this method does accomplish our goal,... Read more »

How can you provide an alternating color scheme in a Repeater control? 

AlternatingItemTemplate Like the ItemTemplate element, but rendered for every other row (alternating items) in the Repeater control. You can specify a different... Read more »

What event handlers can I include in Global.asax? 

Application_Start,Application_End, Application_AcquireRequestState, Application_AuthenticateRequest, Application_AuthorizeRequest, Application_BeginRequest, Application_Disposed, ... Read more »

What is different b/w webconfig.xml & Machineconfig.xml 

Web.config & machine.config both are configuration files.Web.config contains settings specific to an application where as machine.config contains settings to... Read more »

How do you create a permanent cookie? 

Permanent cookies are available until a specified expiration date, and are stored on the hard disk.So Set the ‘Expires’ property any value greater than DataTime.MinValue... Read more »

Page 204 of 215« First...«202203204205206»...Last »
  • Subscribe

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


  • Walkins by Location


  • Walkins by Skills