I’ve been watching the latest developments from Microsoft’s Build Conference today, and one of the more interesting things is Microsoft’s incorporation of Ubuntu into Windows 10.
Ramblings of a software developer..
posted on March 30, 2016 by long2know in Microsoft
I’ve been watching the latest developments from Microsoft’s Build Conference today, and one of the more interesting things is Microsoft’s incorporation of Ubuntu into Windows 10.
posted on March 24, 2016 by long2know in angular, codepen, JavaScript, plunker
Earlier this week, I needed a way to make users wait for a certain amount of time after performing an action on a web application. The Angular UI progress bar seemed like a fitting method to let the user know their wait time.
posted on March 22, 2016 by long2know in ASP.NET, Database, Entity Framework
If you recall my previous previous post Stored Procs with Entity Framework, I mentioned that you could use SqlQuery<T> to populate a list from a stored procedure.
However, I found that optional parameters must be handled properly.
posted on March 17, 2016 by long2know in Uncategorized
Time flies when you’re having fun. The past twelve months have transpired for me quite expeditiously.
posted on March 9, 2016 by long2know in ASP.NET, Security
ASP.NET has some useful security options to prevent cross-site scripting, click hijacking, and other vulnerabilities. However, configuring these options has a few caveats.