Tagged Questions

1
vote
2answers
55 views

How to convert the current class name of asp.net usercontrols to string on c#?

So I have tried GetType() but for some reason, It does include the namespace... Does C# not have a property for a class specifying its name? For example: public class Parent : …
1
vote
5answers
156 views

Howto get started with C# 4.0 and .NET 4.0?

I don't want to download Visual Studio 2010. How can I start studying (not developing real applications) C# 4.0 and .NET 4.0 with just a text editor? Can I just download C# 4.0 compiler and .NET 4.0 …
0
votes
6answers
103 views

which resources would you recommend for learning object oriented programming (C#)?

hi, as the question says, i wish to learn OOP in c#. I am aware of the basics of OOP such as what does class means, what is object, and all 6-7 features of OOP. What i dont understand that how to …
0
votes
2answers
38 views

Mocking Framework with C# 4.0 Support?

Anybody know of a mocking framework that supports C# 4.0? Doesn't matter which one ATM, just need something that will work.
10
votes
4answers
258 views

How do I express a void method call as the result of DynamicMetaObject.BindInvokeMember?

I'm trying to give a short example of IDynamicMetaObjectProvider for the second edition of C# in Depth, and I'm running into issues. I want to be able to express a void call, and I'm failing. I'm …
0
votes
3answers
77 views

Best way to fade in/out image

What is the best (least resource heavy) way to fade an image in and out every 20 seconds with a duration of 1 second, against a black background (screensaver), in C# ? (an image about 350x130px). I …
1
vote
1answer
40 views

Unit Testing interface contracts in C#

Using the Code Contracts tools available in VS2010 Beta 2, I have defined an interface, a contract class for that interface and two classes that implement the interface. Now when I come to test the …
10
votes
1answer
163 views

Is PIA embedding broken in .NET 4.0 beta 2?

A while ago, I wrote some Word interop examples in Visual Studio beta 1, and set the reference to Microsoft.Office.Interop.Word to be embedded (set the "Embed Interop Types" = true in the reference …
0
votes
5answers
67 views

How to Iterate Through Array in C# Across Multiple Calls

Hi Guys, We have an application where we need to de-serialize some data from one stream into multiple objects. The Data array represents a number of messages of variable length packed together. …
3
votes
1answer
87 views

C# 4.0: Why MethodBag when there’s ExpandoObject?

I don't understand, why use dynamic MethodBags when I can use ExpandoObject? What am I missing here?
0
votes
1answer
33 views

converting image into matrix and vice versa???

Please tell me how to convert image into matrix of pixels and vice versa...using opencv??
0
votes
1answer
28 views

IronPython ScriptRuntime equivalent to CPython PYTHONPATH

The following import works inside ipy.exe prompt but fails using IronPython ScriptRuntime inside a C# 4.0 program. import ConfigParser C# code: using System; using System.Collections.Generic; …
0
votes
0answers
17 views

Cannot understand EmguCV neural network library.

EmguCV provides a platform to train machine.i m wantin to using it trough ANN_MLP class. but i found it difficult to understand the parametes and variables of that class. please suggest me any link or …
0
votes
0answers
14 views

Training the Neural Network using EmguCV?

i m trying to do a project in image processing. I found the tutorial from here using EmguCV.but i could not understand that. how the NN be trained using that library? i ll be very thankful...
1
vote
4answers
95 views

i cant understand the following code..

Matrix<float> trainData2 = trainData.GetRows(intVar >> 1, intVar, 1); intVar is integer type... please help me to understand this code.

1 2 3 4 5 7 next
15 30 50 per page