GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft
Go To First  |  Previous Question  |  Next Question 
 Microsoft  |  Question 15 of 35    Print  
How do you count the No. of tables in a dataset?
Explain breifly What is GAC?

  
Total Answers and Comments: 2 Last Update: January 05, 2007     Asked by: Reuben 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 01, 2007 07:10:50   #1  
amitavasthi Member Since: November 2006   Contribution: 2    

RE: How do you count the No. of tables in a dataset?...

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 require

1. To strong name the assembly by using sn - k utility

2. we need to have admin rights for logged-in user to add/ remove assembly from GAC


 
Is this answer useful? Yes | No
January 05, 2007 17:44:52   #2  
ashik_wani Member Since: April 2006   Contribution: 5    

RE: How do you count the No. of tables in a dataset?...

To count the number of tables in a dataset here is the property of dataset

objDataSet.Tables.Count

GAC is a special folder which is the repository of .NET public assemblies

1. Contains Assebmblies which are shared among multiple applications.

2. Used to control the assembly versioning in .NET framework called as side by side execution of assemblies by CLR.

3. Strong naming and copying the assembly in the GAC guarantees to the calling application that assembly has come from the correct vendor not from any third party person who may try to screw your system.

Hope it clears

Cheers

Ashik Wani

UK


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : data is stored in XML format ...
Read Answers (7) | Asked by : Ahmar Ibrar

Latest Answer : 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 which are shared among multiple applications.2. Used ...
Read Answers (2) | Asked by : Reuben

In Datasetobj one client is Inserting the data and another client is Updating the data in a Dataset which method should be used in Dataset

Latest Answer : 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 and minor, you can specify an asterisk (*) for build. ...

Explain What is Data Manipulation? 
Latest Answer : To Create Changes, Editing like Encapsulation, Delete, Modify called Data Manipulation ...
Read Answers (1) | Asked by : jay_cage


 Sponsored Links

 
Related Articles

ODP.NET - Presenting Master-Detail Information Using a Dataset

ODP NET Presenting Master Detail Information Using a Dataset As mentioned before a DataSet object can have its own relations between data tables existing in it We can add these relations dynamically at the client side within an application to represent master detail or hierarchical information The f
 

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

What is the use of COUNT with DISTINCT option

COUNT is a group function returns result by summarizing multiple rows. All group by value function will have the usage of DISTINCT or ALL option and so is the COUNT which uses the DISTINCT option. DISTINCT option is used to enforce uniqueness and  if combined with COUNT is used to
 

Explain about TNSPING

You can also use tnsping utility on command prompt to check Oracle Net connectivity. Follow these steps to check the connection to particular SID. Open Command prompt. Write tnsping < SID for the database connectivity you want to check > If you get the message “Used TNSNAMES
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

HR Interview - HR Interview Mistakes You Will Want To Avoid

HR Interview Mistakes You Will Want To Avoid The job interview can be a stressful process This is especially true for those who are going after a competitive position Your nonverbal communication combined with the answers you give during the interview will determine if you are hired mosgoogle While
 

HR Interview - Behavioral HR Interviews

Behavioral HR Interviews As the name implies a behavioral interview is an interview that is held by a human resources department to determine if an applicant has the behaviors that are appropriate for a job The company must know how an applicant will behave in a certain situations mosgoogle The logi
 

HR Interview - How To Prepare For Your HR Interview

How To Prepare For Your HR Interview Before you begin thinking about how you are going to dress for the interview it is important to do your research first You should learn everything you can about the company you wish to work for When you have detailed information about your employer you will conve
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape