Send Email to Selected Recipients from your ASP.NET MVC Web Application Part II
Image by Sergio Quesada | Some Rights Reserved This is the second part of an article demonstrating how to build out an application for sending personalized email to recipients selected from a list. In the first part, we put...
Send Email to Selected Recipients from your ASP.NET MVC Web Application Part I
Image by Sergio Quesada | Some Rights Reserved I recently had to throw together an application for work allow users to send email to recipients selected from a list. The application in question is used to manage attendees at...
ASP.NET MVC Display an HTML Table with Checkboxes to Select Row Items
Image by Elif Ayiter | Some Rights Reserved Often we need to create a table for our ASP.NET MVC web application with a checkbox next to each row, in order to allow the user to select one or more items from our list for additional...
ASP.NET MVC: Add a Select All Checkbox to a Checklist Table Using JQuery
Often, we find we need to present our users with a list of items in a table or list, with checkboxes such that the user can select one or more items from the list for additional processing. Most of the time, the user will either...
Is Duck Typing a Type System, or a Way of Thinking?
Image by Federico Reiven | Some Rights Reserved Ok, so there is what might be my first-ever “link bait” title. Especially dangerous because I am about to jump into a discussion propagated by some well-known,...