Greetings my Geeks – we have a lot of awesome ASP.NET Core 2.0 news coming out lately… As always, sharing is caring – so here you go. Today – after publishing to Azure – ran the default “Register” user page…
Category: Code
Azure Cognitive Services: Universal Windows (UWP) Face Detection
Microsoft is creating some very cool “Cognitive Services” that we as developers can easily utilize in our applications to accomplish some amazing results with a few simple calls to these Azure service. If you haven’t setup the Cognitive Services –…
Azure Cognitive Services: Universal Windows (UWP) Face Detection
Microsoft is creating some very cool “Cognitive Services” that we as developers can easily utilize in our applications to accomplish some amazing results with a few simple calls to these Azure service. If you haven’t setup the Cognitive Services –…
ASP.NET Data Source=.;
FYI – here’s a trick so we don’t need to specify our local computer’s name in our web.config connectionString – because if you have multiple developers working on the same code – they each have to have different web.config versions…
A Little CSS Love for FontAwesome Bullets
Some days CSS needs a little love thrown it’s way… My OCD and I have an agreement – I do what it wants and it makes me a better maker. 🙂 Needed an elegant solution for customizing the standard <UL><LI>…
jQuery to move bootstrap rows up/down
Had the need to create a nice UX (user experience) by moving a boostrap “div” up and down within a bootstrap “row” collection on a website. Always love sharing some elegant code, so check out this jsFiddle to see it…
StopwatchLog – Easy Method Timing in C#
( Download Code ) Was looking for a simple and elegant way to log some metric for methods (mainly method name, start time, stop time and elapsed time) – I’ve done this in PostSharp in my article “Holy Grail of…
AngularJs: Custom Decimal Filter
So AngularJs is pretty sweet – especially considering the power and elegance of how you can use “filters” to change the way values appear in the UI. There is a built in “number” filter that you can apply to a…
AngularJs: Custom Decimal Filter
So AngularJs is pretty sweet – especially considering the power and elegance of how you can use “filters” to change the way values appear in the UI. There is a built in “number” filter that you can apply to a…
AngularJS: Sharing Data Between Controllers
Always loved JavaScript and client side scripting ( where appropriate <grin> ) – so when we had a new green field project to start, looked to what the best-in-class technologies were – settled on AngularJS (@angularjs). It is a client-side…