Javascript console messages
Use browser console methods log, warn, error, table, and time for effective JavaScript debugging.
Continue ReadingUse browser console methods log, warn, error, table, and time for effective JavaScript debugging.
Continue ReadingSend strongly typed or ViewBag data from controllers and parent views to ASP.NET MVC partial views cleanly.
Continue ReadingParse JSON strings and AJAX responses in jQuery with parseJSON, dataType json, and safe error handling.
Continue ReadingTrack mouse movement in the browser with jQuery mousemove events for parallax, idle detection, and UX.
Continue ReadingBuild request-response RPC over RabbitMQ in .NET using correlation IDs, reply queues, and durable messaging.
Continue ReadingDrive Raspberry Pi GPIO LEDs from a web API and mobile client using Python Flask or Node and a GPIO library.
Continue ReadingEnable paging and sorting on ASP.NET Web Forms GridView with AllowPaging, Sorting events, and data rebound.
Continue ReadingSplit CSV strings into rows for SQL IN filters using STRING_SPLIT, table-valued functions, or XML tricks.
Continue ReadingConfigure ASP.NET Identity to authenticate users by username while keeping email optional or separate.
Continue Reading