Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in .NET only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
.NET
see for dotnet visitors
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
ramu
#1
see for dotnet visitors
Jul 20 '08, 04:55 AM
C# Interview Questions and Answers8
C# Interview Questions and Answers8
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html
Can I define a type that is an alias of another type (like typedef in C++)? Not exactly. You can create an alias within a single file with t...
C# Interview Questions and Answers7
C# Interview Questions and Answers7
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers7.html
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class? With regard to versioning, ...
C# Interview Questions and Answers 6
C# Interview Questions and Answers 6
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers-6.html
How can I create a process that is running a supplied native executable (e.g., cmd.exe)? The following code should run the executable and wa...
C# Interview Questions and Answers 5
C# Interview Questions and Answers 5
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers-5.html
How do I create a multi language, multi file assembly? Unfortunately, this is currently not supported in the IDE. To do this from the comman...
C# Interview Questions and Answers 4
C# Interview Questions and Answers 4
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers-4.html
Is there regular expression (regex) support available to C# developers? Yes. The .NET class libraries provide support for regular expression...
C Interview Questions 3
C Interview Questions 3
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-3.html
So let’s say I have an application that uses MyApp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish th...
C Interview Questions 2
C Interview Questions 2
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-2.html
How do you mark a method obsolete? [Obsolete] public int Foo() {...} or [Obsolete(\"This is a message describing why this method is obsolete...
C Interview Questions
C Interview Questions
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions.html
What's C# ? C# (pronounced C-sharp) is a new object oriented language from Microsoft and is derived from C and C++. It also borrows a lot of...
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕