Random Link Roundup
/Apparently, every Sunday seems to be a bit too much of a time constraint to get these links out. Instead, I'll just randomly send some I think are worth reading.
- Building Apps in the 4.5.1 Preview in VS 2012 (Microsoft .NET Team) - No need to get VS2013 Preview to build apps in the .NET 4.5.1 framework.
- AngularJS in 60ish Minutes (Dan Wahlin) - Awesome introductory video to the AngularJS framework. The more I learn about this the more I think I need to learn about it.
- Implementing a SignalR Stock Ticker Using AngularJS (Ravi Kiran) - Speaking of AngularJS, here's an awesome tutorial on it being used in action along with SignalR.
- Understanding Cross-Site Request Forgery in .NET (Bill Morefield) - With me still being new to this client side code stuff I still find stuff that everyone knows about yet I've just now heard about. This is one of those things.