As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
1951I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.
1 3956Write 5 differences between Memory Reference Instruction and Register Reference Instruction.
1 232951.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?
1 15976In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
2287Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
2036Hi guys... I have one doubt ..Exception is a runtime error then why we have checked exception... Thanks in advance
2 3939Post New Programming Languages AllOther Questions
what is the extension of SPDS Dynamic cluster tables?
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
1.what is the vesition managment.
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
What is the use of Differ interface check box in Ship confirm?
What is the difference between WebIntelligence and Designer in creating universes?
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
Outline the two important features of a terminating recursion. Any ideas?
Please describe an example where you used object orientation in one of your programs.
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
How will you prove that java swing is multithreaded?
Write a program to find whether a given number is prime or not.