-2
votes
0answers
24 views

Encrypting a File with AES in C#.net [closed]

I am looking for a good and performant example to encrypt a File in C# dotnet. Can anyone provide a nice clean example.
0
votes
1answer
94 views

How to data-bind a label

How to bind the content of a label to the class2 property PropName? Class2 is not directly being used in Mainwindlow.xmal.cs. Class1 is being used in Mainwindow.xmal.cs And Class2 is being used in ...
0
votes
1answer
142 views

WF4 State machine + bookmarks

Ive been searching a good simple sample for WF4 (or higher) state machine with resume (possibly BookMarks from the docs Ive read). I would like to see how can I implement a state machine that is able ...
1
vote
0answers
263 views

In what ways does F# shine? (Cool real-world examples of its added value) [duplicate]

Possible Duplicate: What are the benefits of using C# vs F# or F# vs c#? I’ve done a bit of reading about F# and I am starting to see a push for it at my place of employment. Where is it ...
0
votes
1answer
202 views

WCF REST with WPF for upload

I want to use WCF REST for uploading files from my WPF application. Any example code how to do that ?
3
votes
2answers
7k views

WPF Dynamic resource example

Is there any example which can clearly state the difference between Static and dynamic resource. I know the basic difference that Static is loaded once and gets binded at start while dynamic is loaded ...
26
votes
2answers
1k views

What are lifted operators?

I was looking at this article and am struggling to follow the VB.NET example that explains lifted operators. There doesn't seem to be an equivalent C# example or tutorial. I don't have much experience ...
1
vote
2answers
1k views

How to merge several arrays in a List using Linq?

I have List<Product[]> and I need to join them into one Product[].
55
votes
12answers
16k views

Split a collection into n parts with LINQ?

Is there a nice way to split a collection into 'n' parts with LINQ ? Not necessarily even of course
5
votes
3answers
964 views

Is anyone aware of any .NET OpenID Provider sample code that might exist?

I need to implement an OpenID Provider in .Net and wondered....Is there's any OpenSource code already written and available?