All of these are written in JavaScript Here is a Flash host that doesn’t require the flash plugin. http://mozilla.github.io/shumway/ A … More
Tag: C#
I have yet to understand why people are afraid of SignalR.
Everything you need to know for SignalR for Web Pages is summarized at: http://www.asp.net/signalr/overview/guide-to-the-api/hubs-api-guide-javascript-client http://www.asp.net/signalr/overview/guide-to-the-api/hubs-api-guide-server Here is a maturing version … More
SSRS Integration with Microsoft ASP.NET MVC 4 and Razor
[UPDATE: I have dumped SSRS, Click Here for details.] This is a massive excerpt from http://forums.asp.net/t/1963101.aspx?SSRS+Report+Viewer+in+MVC4 I will be rewriting … More
My current favorite collection of crypto libraries
http://openvpn.net/index.php/open-source/overview.html http://openvpn.net/index.php/open-source/documentation/miscellaneous/77-rsa-key-management.html http://www.openssl.org/ http://www.openssl.org/docs/HOWTO/ https://www.cs.auckland.ac.nz/~pgut001/cryptlib/ http://www.cryptopp.com/ http://sourceforge.net/projects/securid4dotnet/ I’ve directly linked to a few articles that I specifically like.
Adding Metadata to Schema EF 6.x in C#
If you are one of those shortcut guys like me, and marshal your DB models to your views, then here … More
C Code to get MAC Address and IP Address
Originally posted on vienergie:
Function in C to return the MAC Address: /* Returns the MAC Address Params: int iNetType…
More Javascript Fun. Private variables.
So I have a class in C# that looks like this: public class Unit{ private int _Id; public Unit(int Id){ … More
What does it mean to see a Makerbot 3D Printer in a Microsoft Store
This happened recently, all of the MS stores are carrying the MakerBot 3D printers, and filament. I was surprised that … More
Make your own code candy in C#.
Pseudo candy public void DoSomething(action myAction){try{myAction.invoke();} catch {//Do some special handling}} Usage var _a = “a;”DoSomething(new {o} ->{//Do something to … More
I am doing a presentation in January
I have volunteered to present at http://www.southbaynet.org/. I am still presenting there, but the last time I checked, the presenter … More