So I'm trying to update a textblock and struggling a bit. This is using WPF not windows forms. I can get the text block to update when a method returns, but cannot update it while a method actively running. From what I have found so far it looks like I need to use delegates, but […]
Month: November 2015
the c# players guide
I will get straight to the point. Is getting this book worth it? im thinking of getting a book, this one teaches good stuff for making games, is it worth it? if not, any other recomended books? by dannyjayes1 via /r/csharp
New release of Visual Studio Code – v0.10.2 (6 bug fixes)
http://ift.tt/1Q5RUQJ by nbarbettini via /r/csharp
pythons “struct.unpack / pack” in c#
hey i want to rewrite an python programm into c#. This programm is supposed to edit an gamefile that is packed a specific way. the programming language "python" has the function struct.unpack for accessing this file but a similar function is missing in c#. is there a way to emulate this function via c# code […]
Learning ASP.NET 5 Through Experimentation and Unit Testing
http://ift.tt/1l2qrV1 by ArmenShimoon via /r/csharp
Experimental version of PVS-Studio with C# support
http://ift.tt/1lpPMrB by Resistor510 via /r/csharp
Best resource for learning Design Patterns in C#
I would like to learn Design Patterns. Can anyone suggest video/blogs/links for learning them using C#. Thanks in advance 🙂 by ampslive via /r/csharp
How to add QR features in C# application with webcam?
I will develop an integrated library system for our school and I actually think that the QR features will make this application very interesting and helpful. So the things that I want to happen are when you start the Application , first the app will scan(using webcam) the CERTAIN QR Code of the admin to […]