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
11
-
20
of
114
for search C
C# Struct inheritance
115 views
1 answers
Is there inheritance for structs
C# types default values
90 views
1 answers
please state the default values for the following types:bool, int, string,long, enum and struct
C# adding string to string
78 views
1 answers
please review the following :string str1 = "str1"; string str2 = str1; str2 += "str2"; Response.Write(str1);what will be printed on the web page?
C# int types
85 views
1 answers
please review the following:1. int g = new Int16();2. int g = new int();3. int g = new Int32();4. int g = new Int64();which ones are legal and which are not
Some one from my junior tries to overshadow me
200 views
3 answers
Lets say if some one from my junior tries to overshadow me, may be due to any technical or communication, then what should I do? The other person(s) lets take both the cases,is ...
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 ?
C# Data table filtering
276 views
4 answers
given a data table named "dt" which of the following can be used to filter it?A. dt.Find( t => t.field = "value");B. dt.filter(fieldName,value);C. dt.Select("field=" + value);
C# Try, catch and finally blocks
212 views
2 answers
what will be the output of the following Code?protected void Page_Load(object sender, EventArgs e) { Response.Write(ok()); Response.Write(""); ...
Page 2 of 12
<<
<
1
2
3
4
5
6
7
8
9
10
>
>>