Jason Conway
just trying to help
-
Unable to activate Windows Tailored application
For me, this error was caused by Remoting (using a Domain account) into a Windows 8 virtual machine hosted in Hyper-V.
-
Include and Exclude Constraints in ASP.NET MVC
Otherwise known as a white list or black list for route tokens, this simple IRouteConstraint is coming in handy and I thought i would share:
-
Aliasing and Localizing Routes in ASP.NET MVC
I had come across a forum post where someone wanted to localize urls in the RouteTable and I thought I would come up with my first stab at a better solution. What I discovered turned out to be a pretty simple way of what I am calling ‘Aliasing Routes’ where a route token can have an alias value as a localized value.
-
Using the ConwayControls RadioButton - Scenario 2
-
Meta Tags in ASP.NET using MasterPage and ContentPlaceHolders
Having META tags like Description and Keywords on the .aspx pages of our sites is very important. It is also important that the content of the tags be easily added and/or updated. Most online help will have you instantiate an HtmlMeta class or write tags by implementing some variance of either:
-
Using the ConwayControls RadioButton - Scenario 1
-
RadioButton for the DataGrid or GridView