You are a systems administrator and discover the exchange information store is down. What could be the problem, and what steps would you perform to bring it back up again?
What is an ide ?What are different types ?In dot net and in Javahow do you configure to cvs repository?
IDE stands for Integrated Developemnt Environment. It is used for integrating to develop a product. Every technology/language needs to have IDE to develop a programme. In .Net IDE we use CLR as its heart.
What is project flow and architecture for any .Net project ?
What do you understand by mom?
Mom is used to proactively monitor and manage the servers.it is the management tool like tivoli,Hp open view.By using MOm we can manage windows servers as well as many different other platform servers,cisco routers and hardware equips by using management packs and connectors.
MOM stands for Microsoft Operations Manager. It is an application used for monitoring health of servers. MOM can monitor lot of things in a server. Such as event viewer entries, performance counters e...
This are new features included as compared to older version(2003)Vb.Net 8.01.Support for Operator Overloading2.Supports Generics3.Extra keywords included - Continue,My,using,isnot4.Nullable Types are ...
In Microsoft project. Why the qty allocation must be done. What is the interlink between msp & cema.
Difference between exception and interruption
exception is the runtime error ,we cant get required result . interrupt is the program provided by software or hardware which improves processor efficiency
Exception is a run time error due to some computation error such as Divide by Zero, where as interrupt is an event that arises due to some failure/ malfunction of system thru software or hardware. when ever specific event occurs interrupts are enabled. Exceptions can be invoked by Interrupts also.
In ADO.Net how will you filter the columms in a table without using SQL query
using DataView object and specifying the selection criteria
In C#dataset.table[0].rows[index]['ColumnName']example ds1.Tables[0].Rows[i]["MileStone_ID"];
follow the principles of Transaction Management of you database ,
i prefer to use Connection - oriented model with locking on the records
What is connected and disconnected module.
A connected module is one which maintains the connection to the database until the object is closed. In disconnected module the connection is terminated by retrieving and storing data on server.
According to ADO.net, Dataset is said to be disconnected module and datareader is said to be connected module. In disconnected module, the whole data is obtained at one strech and th...
What is version number in vs.Net and explain them.What is the first digit number indicates
public AssemblyVersionAttribute (string version)The format of the version string is: major. minor. build. revision.When specifying a version, you have to at least specify major. If you specify major a...
What is the val option and ref option
When we pass an argument to the prosedure or function we can pass it with byVal,byRef,optional,param array.Now the question is what is ByVal and By RefAns.when we pass an argument with byVal we ...
How do you count the no. Of tables in a dataset? explain breifly what is gac?
To count the number of tables in a dataset, here is the property of datasetobjDataSet.Tables.CountGAC is a special folder which is the repository of .NET public assemblies,1. Contains Assebmblies...
GAC is Global Assembly Cache... this is the place where we put our shared assemblies so that it can be shared by more than one application. For putting an assembly in GAC we require1. To strong name t...
Describe the difference between inline and code behind - which is best and why ?
Hi,
Abov answer is right. If you want to make the sepration between the HTML file and the coding file then you can use CodeBehindFile otherwise use in-Line method. It is up to choice but most of .NET users use Code Behind way while ASP users use Inline method.
Hi,Generally the terms in-line code and code behind are the 2 approaches in which we can code our applications. In our Windows based applications the designing and Programming are both implemented in ...
What does the "enableviewstate" property do? Why would I want it on or off?
If you set true for enableviewstate property for a server control, the server control preserve the values across HTTP request.
If the EnableViewState property is on for a server control, the server control will remember/preserver values across round trip to server or across HTTP request.
To find more info, go to the below link
http://msdn2.microsoft.com/en-us/library/system.web.ui.control.viewstate.aspx
What is ras server? Mention its uses?
RAS (Remote Aunthenciation Server). It is mainly used to authenciate the user loging into the network through internet example VPN
RAS is elobrated Remote Access server. this RAS server is used to allow user to get connected remotely and use the same.
What is the difference b/w bri and pri port?
- In the Integrated Services Digital Network (ISDN)there are two levels of service: the Basic Rate Interface (BRI), intended for the home and small enterprise, and the Primary Rate Interface (PRI), fo...
In roaming profile how to give only excel permission to particular user
HI
In group policy where is that option
Ravi
1) Create a seperate OU for this User.2) Configure access to excel application in allowed programs only option in Group Policy
Architecture Interview Questions
Microsoft.NET Interview Questions
Microsoft Basics Interview Questions
Reporting Services Interview Questions
Visual Basic Interview Questions
Which version of the Exchange we are talking about..?On the stores, check the option do not mount the stores at startup (for mailbox as well as )Now try starting the service, if it starts..means probl...