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.
1945I'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 3938Write 5 differences between Memory Reference Instruction and Register Reference Instruction.
1 232771.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?
1 15963In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
2281Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
2032Hi guys... I have one doubt ..Exception is a runtime error then why we have checked exception... Thanks in advance
2 3925Post New Programming Languages AllOther Questions
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
what is throws keyword
I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.
how can i split string in a textbox in windows appication using C#.net
differences between qtp10.0 and 11.0 ?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
why we need to take u?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
Can we write a method in JSP.If so how?
difference between mantis and other tools?
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??