c# Programming Glossary: github
How should I implement ExecuteAsync with RestSharp on Windows Phone 7? http://stackoverflow.com/questions/10153749/how-should-i-implement-executeasync-with-restsharp-on-windows-phone-7 I'm attempting to use the documentation on the RestSharp GitHub wiki to implement calls to my REST API service but I'm having.. I'm aware this slightly deviates from what is on the GitHub page but I'm using this with WP7 and believe the example is..
.NET DICOM Libraries http://stackoverflow.com/questions/1287127/net-dicom-libraries the DICOM library or you can access the ClearCanvas GitHub Repository directly as detailed here . share improve this answer..
Using global keyboard hook (WH_KEYBOARD_LL) in WPF / C# http://stackoverflow.com/questions/1639331/using-global-keyboard-hook-wh-keyboard-ll-in-wpf-c-sharp Update There is other improved version available as GitHub forkable Gist though it does a bit different thing so I don't..
Does anyone have benchmarks (code & results) comparing performance of Android apps written in Xamarin C# and Java? http://stackoverflow.com/questions/17134522/does-anyone-have-benchmarks-code-results-comparing-performance-of-android-ap data I used for testing and compiled APK packages are on GitHub Java https github.com gregko TtsSetup_Java C# https github.com.. as well please let me know and I'll update the sources on GitHub. It would be particularly interesting to see results from a..
What NoSQL solutions are out there for .NET? [closed] http://stackoverflow.com/questions/1777103/what-nosql-solutions-are-out-there-for-net it's used by many large companies including StackOverflow GitHub Twitter Blizzard Flickr Digg Instagram Downloading Redis for..
How to Create Deterministic Guids http://stackoverflow.com/questions/2642141/how-to-create-deterministic-guids the .NET Framework for creating these but I posted code on GitHub that implements the algorithm. It can be used as follows Guid..
Which language has the best Git API Bindings? [closed] http://stackoverflow.com/questions/4034962/which-language-has-the-best-git-api-bindings a partial native Ruby implementation. Used e.g. by GitHub. GitSharp which is remplemantation of Git in C# for .NET and..
Is there a CSS parser for C#? [closed] http://stackoverflow.com/questions/512720/is-there-a-css-parser-for-c improve this question ExCSS supports CSS2.1 and CSS3 on GitHub https github.com TylerBrinks ExCSS . Which is a newer version..
No ConcurrentList<T> in .Net 4.0? http://stackoverflow.com/questions/6601611/no-concurrentlistt-in-net-4-0 this question I gave it a try a while back also on GitHub . My implementation had some problems which I won't get into..
Using the Web Application version number from an assembly (ASP.NET/C#) http://stackoverflow.com/questions/756031/using-the-web-application-version-number-from-an-assembly-asp-net-c
Entity Framework Stored Procedure Table Value Parameter http://stackoverflow.com/questions/8157345/entity-framework-stored-procedure-table-value-parameter to package it up into a NuGet package . check out the GitHub repository for code examples Slightly off question but none..
foreach + break vs linq FirstOrDefault performance difference http://stackoverflow.com/questions/8214055/foreach-break-vs-linq-firstordefault-performance-difference Iter 787ms Linq 977ms Iter 783ms Linq 979ms Appendix II GitHub Gist code to test for yourself I've put up a Gist so you can..
Free C# metrics calculation library (DLL) http://stackoverflow.com/questions/1052269/free-c-sharp-metrics-calculation-library-dll has been announced here . The code source is available on github . A packaged release is also available . It works both on Windows.. project is described here The code source is available on github Packaged releases are also available It works both on Windows..
Using JsonConvert.DeserializeObject to deserialize Json to a C# POCO class http://stackoverflow.com/questions/11126242/using-jsonconvert-deserializeobject-to-deserialize-json-to-a-c-sharp-poco-class force it to deserialize from a JSON object. Path 'accounts.github' line 1 position 129. Having never worked with this DeserializeObject.. Badge Badges get set public class Account public string github public class Badge JsonProperty name public string Name JsonProperty..
ReSharper formatting: align equal operands http://stackoverflow.com/questions/1286806/resharper-formatting-align-equal-operands to that SkyDrive and lost the files too. This was before github Please note that you'll need several things to compile debug..
How do you organise open-source Visual Studio projects with open-source dependencies? http://stackoverflow.com/questions/15373465/how-do-you-organise-open-source-visual-studio-projects-with-open-source-dependen the repo. How do you organise your code in this case c# github open source projects and solutions share improve this question..
Authenticate and request a user's timeline with Twitter API 1.1 oAuth http://stackoverflow.com/questions/17067996/authenticate-and-request-a-users-timeline-with-twitter-api-1-1-oauth into an object. I have created a project for this at https github.com andyhutch77 oAuthTwitterWrapper Update I have updated the.. andyhutch77 oAuthTwitterWrapper Update I have updated the github project to include both asp .net web app mvc app example demos..
Updating asp.net MVC from 5.0.0-beta2 to 5.0.0-rc1 http://stackoverflow.com/questions/18416915/updating-asp-net-mvc-from-5-0-0-beta2-to-5-0-0-rc1 my AccountController.cs file from my sample project on github here https github.com onybo Asp.Net Identity RC1 sample app.. file from my sample project on github here https github.com onybo Asp.Net Identity RC1 sample app share improve this..
VS2010 - How to automatically stop compile on first compile error http://stackoverflow.com/questions/3041982/vs2010-how-to-automatically-stop-compile-on-first-compile-error works in VS2010 seems fair . I've put the source up on my github page . Before you can build it you'll need to install the SDK.. . Once you've done that just grab the complete source from github includes project files and build that. You can install the output..
True Unsafe Code Performance http://stackoverflow.com/questions/5374815/true-unsafe-code-performance
|