ASP.NET
-
GitHub Copilot in Visual Studio
2025-11-20 by Joshua BylotasDiscover how GitHub Copilot in Visual Studio is transforming the way developers learn and build software. From accelerating coding tasks to teaching best practices, Copilot is more than an AI assistant—it’s a mentor for the next generation of programmers.
Read More -
Knockout Custom Binding Handler - Hidden Input
2014-03-27 byThis function allows you to add change events to a Knockout Hidden Element
Read More -
Custom Drop Down Box - Javascript
2014-03-27 byThis creates a custom dropdown box that you can style anyway you like. It is a simple experiment to see what is possible. This uses the ul and li HTML elements to create the Drop Down
Read More -
Custom Modal - Javascript
2014-03-27 byThis JavaScript implementation of the modal dialog allows you to show a modal dialog using Ajax with a wait timer and pass in a save Callback so that your popup is simply a view in the project and does not require custom code for each AJAX call. The openModal Method will provide the interaction with the underlying JavaScript code.
Read More -
Spell Check in a Web Service
2012-03-23 byHave you ever needed to preform a spell check operation from a web server? Here is an implementation that uses Micorsoft Word on a web server as opposed to Word needing to be installed on the client.
Read More -
Turning a Data Page into RSS - LINQ Data Source
2012-03-18 byTaking a page that uses a linw Data Source and exposing it as an RSS feed can allow you to reach new audiences. RSS allows users to subscribe to content in other applications and view updated information. This tutorial will show you haw to use a LINQ data source and expose an RSS feed using the same page that displays the data to the normal web browser.
Read More