Register
Sign In
Skip over navigation
Home
Add New Question
Jobs
Links
Search
Select up to 30 occupations
General
Accounting/Finance/Insurance
Administrative/Clerical
Banking/Real Estate/Mortgage Professionals
Biotech/R&D/Science
Business/Strategic Management
Creative/Design
Customer Support/Client Care
Editorial/Writing
Education/Training
Engineering
Food Services/Hospitality
Human Resources
IT/Software Development
Legal
Logistics/Transportation
Manufacturing/Production/Operations
Marketing/Product
Medical/Health
Project/Program Management
Quality Assurance/Safety
Sales/Retail/Business Development
Advanced Search
Question Information
Tags
Industries
Select up to 20 industries
Company Information
Company
Country
State (USA)
City
Displaying Results
1
-
10
of
43
for search net
Throw an exception in a constructor
160 views
1 answers
hat happens if you throw an exception in a constructor???
synchronize clients according the server
195 views
2 answers
You have several clients that uses the same server services . You would like to inform all the clients that the server has given an order or something has happend. How can you ...
DataReader VS Dataset
287 views
4 answers
What are the differences between dataset and datareader and how do you choose with what to work ?
Pointer in .NET
321 views
3 answers
Is it possible to create a pointer in .NET ? If yes, please write how ? If no , what id the reason ?
.NET Reflection
195 views
2 answers
what is reflection?
.NET Remoting
100 views
1 answers
what is remoting?
object oriented - Inheritance
211 views
3 answers
Is it a valid code and what will be the result public class shape { public virtual void printType() { Console.Write("Im a shape "); } } public class ...
put try block inside try block - .NET
154 views
3 answers
can you add try block inside of a try block ?
Serializing Objects in .Net
203 views
2 answers
What are the .NET Framework features of serializing technologies ?
Object oriented derived class
242 views
4 answers
you have this function class A () { console.write("I'm class A"); } class B : A { console.write ("I'm class B"); } void main function() { try{ A a = new B(); } ...
Page 1 of 5
1
2
3
4
5
>
>>