Skip to main content

Privado.com - A Private Search Engine

https://www.privado.com/ Your searches should be private. We make sure they really are.  Private Search in Action  We don’t track you  We don’t store your searches in any identifiable way  We don’t store your IP address in our services Your privacy is important.  There are no traces of your activities and personal identity in our servers.  You can learn more about privacy in our blog  We don't like cookies!   https://www.privado.com/

ASP.NET 3.5 interview questions with answers

The IHttpHandler and IHttpHandlerFactory interfaces ?

The IHttpHandler interface is implemented by all the handlers. The interface consists of one property called IsReusable. The IsReusable property gets a value indicating whether another request can use the IHttpHandler instance. The method ProcessRequest() allows you to process the current request. This is the core place where all your code goes. This method receives a parameter of type HttpContext using which you can access the intrinsic objects such as Request and Response. The IHttpHandlerFactory interface consists of two methods - GetHandler and ReleaseHandler. The GetHandler() method instantiates the required HTTP handler based on some condition and returns it back to ASP.NET. The ReleaseHandler() method allows the factory to reuse an existing handler.

Does .NET CLR and SQL SERVER run in different process?

Dot Net CLR and all .net realtes application and Sql Server run in same process or we can say that that on the same address because there is no issue of speed because if these two process are run in different process then there may be a speed issue created one process goes fast and other slow may create the problem.

What do you mean by three-tier architecture?

The three-tier architecture was comes into existence to improve management of code and contents and to improve the performance of the web based applications. There are mainly three layers in three-tier architecture. the are define as follows

(1)Presentation
(2)Business Logic

(3)Database

(1)First layer Presentation contains mainly the interface code, and this is shown to user. This code could contain any technology that can be used on the client side like HTML, JavaScript or VBScript etc.

(2)Second layer is Business Logic which contains all the code of the server-side .This layer have code to interact with database and to query, manipulate, pass data to user interface and handle any input from the UI as well.

(3)Third layer Data represents the data store like MS Access, SQL Server, an XML file, an Excel file or even a text file containing data also some additional database are also added to that layers.

Describe the Provider Model in ASP.NET 2.0?

The Provider model in ASP.NET 2.0 is based on the Provider Design Pattern that was created in the year 2002 and later implemented in the .NET Framework 2.0.

The Provider Model supports automatic creation of users and their respective roles by creating entries of them directly in the SQL Server (May even use MS Access and other custom data sources). So actually, this model also supports automatically creating the user table's schema.

The Provider model has 2 security providers in it: Membership provider and Role Provider. The membership provider saves inside it the user name (id) and corresponding passwords, whereas the Role provider stores the Roles of the users.

For SQL Server, the SqlMembershipProvider is used, while for MS Access, the AccessMembershipProvider is used. The Security settings may be set using the website adminstration tool. Automatically, the AccessMembershipProvider creates a Microsoft Access database file named aspnetdb.mdb inside the application's App_Data folder. This contains 10 tables.

Explain about Generics?

Generics are not a completely new construct; similar concepts exist with other languages. For example, C++ templates can be compared to generics. However, there's a big difference between C++ templates and .NET generics. With C++ templates the source code of the template is required when a template is instantiated with a specific type. Contrary to C++ templates, generics are not only a construct of the C# language; generics are defined with the CLR. This makes it possible to instantiate generics with a specific type in Visual Basic even though the generic class was defined with C#.

 

Comments

Popular Posts

Wipro Infotech Walk-in for Freshers: Oct 31

Freshers IT Job Opening at Wipro Infotech Experience: 0 - 1 Years Location: Pune Education: UG - Any Graduate - Any Specialization   PG - Any PG Course - Any Specialization Industry Type: IT-Hardware & Networking Functional Area: IT-Support, Telecom, Hardware Job Description: Walk-in on 31st October at  Wipro Limited 5th Floor, C-Wing, Godrej Eternia, Old Pune - Mumbai Road, Near Shopper's Stop, Shivajinagar, Pune   Timings- 10:00am - 4:00pm   Contact person - Deepa Raman   Wipro is looking for candidates with 6 months to 1 year experience who can join immediately. The role will be on direct contract with Wipro.     Skills Required - * Good communication & grammatical skills * Basic understanding of networking terminologies * Knowledge of workflow management tools like Clarify and Remedy would be desired * Candidate should be willing to work in a 24/7 shift   Desired Candidate Profile Walk-in on 31st October at Wipr

DOT NET Interview Questions with Answers

When not to use Design Patterns? Do not use design patterns in any of the following situations. • When the software being designed would not change with time. • When the requirements of the source code of the application are unique. If any of the above applies in the current software design, there is no need to apply design patterns in the current design and increase unnecessary complexity in the design. When to use Design Patterns? Design Patterns are particularly useful in one of the following scenarios. • When the software application would change in due course of time. • When the application contains source code that involves object creation and event notification. Benefits of Design Patterns: The following are some of the major advantages of using Design Patterns in software development. • Flexibility • Adaptability to change • Reusability What are Design Patterns? A Design Pattern essentially consists of a problem in a software design and a solutio

E-Utilities URLs : 03 June 09 Free Softwares

LiberKey LiberKey groups 200+ free softwares like FireFox, Filezilla, Gimp, Videolan and many others, selection from more than 1800 applications, for local/or portable use. Local use - directly installed in a hard disk directory, and Portable use - installed on USB key, external hard drive, music player such as iPod). LiberKey installed on your portable device can be plugged in any computer. Best Open Source or Freewares have been chosen in order to match most practical needs. These have been grouped under categories in order to facilitate easy search and the execution. Applications included in the LiberKey chest are updated automatically through LiberyKey servers. The 201928 KB LiberKey v4.4 has three flavours - LiberKey Ultimate (202 softwares) for users who need a complete range of softwares; LiberKey Standard (106 softwares) for daily use on a standard working station, and LiberKey Basic (28 softwares). in case you do not many applications. Take a look at the co

Telenetix Walk-in for Freshers: Weekdays

Freshers IT Job Opening at Telenetix Experience: 0 - 1 Years Location: Manipal Compensation: Rupees 1,75,000 - 2,25,000 Education: UG - B.Tech/B.E. - Computers, Electronics/Telecomunication   PG - Any PG Course - Any Specialization,Post Graduation Not Required Industry Type: IT-Software/ Software Services Functional Area: System Programming Job Description: Software Development in C++ and C# for Telephony and Medical industry. Apply online at Company website. Desired Candidate Profile We are looking for fresh graduates who love programming. It shouldn't be just a high paying job for you, we want somebody who will use the facilities to constantly improve themselves, capable of self-learning and bug the boss for new books. We are looking for people who have natural curiosity to dig wider and deeper into various technology areas without any prodding. We want people who have learnt C/C++ in a real sense, which is beyond what is normally taught in colleges. We are looking for people

Contact Form

Name

Email *

Message *