EDUCATION books online

Reading books education The desire to acquire knowledge about the surrounding world and human society is quite natural and understandable for a person. Life is so developed that an uneducated person will never occupy a high position in any field. Humanity in its mass, and each person individually, develops objectively, regardless of certain life circumstances and obstacles, but with different intensity. The speed of development depends on the quality of training.


Today, education is and remains the main thing in life. Of course it is important to have a good teacher, but it means a lot to independently study the educational material contained in the educational literature.Even the most erudite teacher can’t teach you everything. If you want to be smart, you need to devote all your free time to books. Our electronic library is ready to help you to be well-read.
Really various books that will help raise your personal level of knowledge. Education program on our website is very interesting and exciting



Genre Education is read online by people of all ages. Only by providing yourself with an intensive and continuous process of learning, you will take your place in society, which will bring you moral and material satisfaction. Try to study as much as possible all the special literature related to your activity in work and you will immediately see the result.




Highly educated people choose our site, because of enormous selection of educational literature for free and without registration. You can’t study everything in the world because the material is added every second that is why any intensively developing person throughout his life is destined to be a constant Reader. It's never too late to start improving your knowledge, do it with our electronic library.


Take a look at the TOP 100 BOOKS section where you can find your favorite books

Read books online » Education » .NET Framework Interview questions by Shivprasad Koirala (phonics reader txt) 📖

Book online «.NET Framework Interview questions by Shivprasad Koirala (phonics reader txt) 📖». Author Shivprasad Koirala



1 2 3 4
Go to page:
forenote

 

 

Forenote

 

 

 

A perfect book for serious interview aspirants based on .netr platform. We strive hard to make it error free and inconsistent.  

 

 

 

 

 

Do not forget to visit http://www.questpond.com for more new interview questions everyday.

another option

 

If you are not from india or pakistan :-

 

Ray McLennan, director,Motilal (UK) Books of India,367 High Street.

 

London Colney,

Chapter 1: Basic .NET Framework

 

 

 

What is an IL? What is a CLR? What is CTS?

 

What is a CLS (Common Language Specification)? What is a Managed Code? What is a Assembly?

 

What are the different types of Assembly?

 

What is NameSpace?

 

 What is Difference between NameSpace and Assembly?   If you want to view an Assembly how do you go about it?

 

What is Manifest?

 

Where is version information stored of an assembly?

 

Is versioning applicable to private assemblies?

 

What is GAC?

 

what is the concept of strong names?

 

How to add and remove an assembly from GAC?

 

What is Delay signing?

 

What is garbage collection?

 

Can we force garbage collector to run?

 

What is reflection?

 

What are different types of JIT?

 

What are Value types and Reference types?

 

What is concept of Boxing and Unboxing ?

 

What is the difference between VB.NET and C#?

 

what is the difference between System exceptions and Application exceptions? What is CODE Access security? What is a satellite assembly?

 

How to prevent my .NET DLL to be decompiled?

 

 

what is the difference between Convert.toString and .toString () method?

 

What is Native Image Generator (Ngen.exe)?

 

If we have two version of same assembly in GAC how do we make a choice? (A)What is CodeDom? Chapter 2: NET Interoperability  How can we use COM Components in .NET?  We have developed the COM wrapper do we have to still register the COM? How can we use .NET components in COM?

 

How can we make Windows API calls in .NET?

 

When we use windows API in .NET is it managed or unmanaged code? What is COM?

 

What is Reference counting in COM?

 

Can you describe IUKNOWN interface in short?

 

Can you explain what DCOM is?

 

How do we create DCOM object in VB6?

 

How to implement DTC in .NET?

 

How many types of Transactions are there in COM + .NET?

 

How do you do object pooling in .NET?

 

What are types of compatibility in VB6? What is equivalent for regsvr32 exe in .NET? Chapter 3: Threading

 

What is Multi-tasking?  What is Multi-threading?  What is a Thread?  Did VB6 support multi-threading? Can we have multiple threads in one App domain?  Which namespace has threading?

 

What does Address Of operator do in background?

 

How can you reference current thread of the method?

 

what is Thread.Sleep () in threading?

 

How can we make a thread sleep for infinite period?

 

What is Suspend and Resume in Threading?

 

What the way to stop a long running thread?

 

How do I debug thread?

 

What is Thread.Join () in threading?

 

What are Daemon threads and how can a thread be created as Daemon?

 

How is shared data managed in threading?

 

Can we use events with threading?

 

How can we know a state of a thread?

 

What is use of Interlocked class ?

 

What is a monitor object?

 

What are wait handles?

 

What is ManualResetEvent and AutoResetEvent?

 

What is Reader Writer Locks?

 

How can you avoid deadlock in threading?

 

What is the difference between thread and process? Chapter 4: Remoting and Webservices

 

What is an application domain?

 

What is .NET Remoting? Which class does the remote object has to inherit?  what are two different types of remote object creation mode in .NET ?  Describe in detail Basic of SAO architecture of Remoting?

 

What are the situations you will use singleton architecture in remoting?

 

What is fundamental of published or precreated objects in Remoting?

 

What are the ways in which client can create object on server in CAO model?

 

Are CAO stateful in nature?

 

To create objects in CAO with ‘new’ keyword what should be done?

 

Is it a good design practice to distribute the implementation to Remoting Client?

 

What are LeaseTime, SponsorshipTime, RenewonCallTime and LeaseManagerPollTime?

 

Which config file has all the supported channels/protocol?

 

How can you specify remoting parameters using Config files?

 

Can Non-Default constructors be used with Single Call SAO?

 

How can we call methods in remoting asynchronously?

 

What is Asynchronous One-Way Calls?

 

What is marshalling and what are different kinds of marshalling?

 

What is ObjRef object in remoting?

 

What is a Web Service?  What is UDDI?  What is DISCO?  What is WSDL?

 

What the different phase/steps of acquiring a proxy object in Web service?

 

What is file extension of Web services?  Which attribute is used in order that the method can be used as WebService?  What are the steps to create a web service and consume it? Do webservice have state Chapter 5: Caching Concepts What is an application object?

 

 what is the difference between Cache object and application object?  How can get access to cache object?

 

 

What are dependencies in cache and types of dependencies? (A)Can you show a simple code showing file dependency in cache?

 

What is Cache Callback in Cache?

 

What is scavenging?

 

What are different types of caching using cache object of ASP.NET?

 

 How can you cache different version of same page using ASP.NET cache object?

 

 

How will implement Page Fragment Caching?

 

Can you compare ASP.NET sessions with classic ASP?

 

Which are the various modes of storing ASP.NET session?

 

Is Session_End event supported in all session modes?

 

What are the steps to configure StateServer Mode?

 

What are the steps to configure SQLServer mode?

 

Where do you specify session state mode in ASP.NET?

 

What are the other ways you can maintain state?

 

What are benefits and Limitation of using Hidden fields?

 

What is ViewState?

 

Does the performance for viewstate vary according to User controls?

 

What are benefits and Limitation of using Viewstate for state management?

 

How can you use Hidden frames to cache client data ?

 

What are benefits and limitations of using Hidden frames?

 

What are benefits and limitations of using Cookies?  What is Query String and What are benefits and limitations of using Query Strings?  What is Absolute and Sliding expiration?

 What is cross page posting?

93

 

 How do we access viewstate value of this page in the next page

 

 Can we post and access view state in another application?

 

 What is SQL Cache Dependency in ASP.NET 2.0?

 

 How do we enable SQL Cache Dependency in ASP.NET 2.0?

 

 What is Post Cache substitution?

 

 Why do we need methods to be static for Post Cache substitution? Chapter 6: OOPS

 

 What is Object Oriented Programming?

 

 What is a Class? What is an Object?

 

 

What is the relation between Classes and Objects?

 

What are different properties provided by Object-oriented systems?

 

How can we achieve inheritance in VB.NET?

 

what are abstract classes?

 

What is a Interface?

 

What is difference between abstract classes and interfaces?

 

What is a delegate?

 

What are Events?

 

Do events have return type.

 

Can events have access modifiers?

 

Can we have shared events?

 

what is shadowing?

 

What is the difference between Shadowing and Overriding?

 

what is the difference between delegate and events?

 

If we inherit a class do the private variables also get inherited?

 

What is the different accessibility levels defined in .NET?

 

Can you prevent a class from overriding?

 

what is the use of “Must inherit” keyword in VB.NET?

 

Do interface have accessibility modifier.

 

What are similarities between Class and structure?

 

What is the difference between Class and structure’s?

 

What does virtual keyword mean?

 

What are shared (VB.NET)/Static(C#) variables?

 

What is Dispose method in .NET?

 

What is the use
1 2 3 4
Go to page:

Free ebook «.NET Framework Interview questions by Shivprasad Koirala (phonics reader txt) 📖» - read online now

Comments (0)

There are no comments yet. You can be the first!
Add a comment