Articles : Page 1 of 6

  • FluentHtml Gets HTML 5 Support

    FluentHtml Gets HTML 5 Support

    Aug 11
    16

    We have added HTML5 support to FluentHtml in the MvcContrib project.  Specifically, we added support for most of the new input types, input attributes and the new datalist element.  Now you can do like so: @this.DataList("countriesList").Options(countries) @this.TextBox(x = x.Countries).List("countriesList").Autofocus() @this.SearchBox(x = x.Term).Placeholder("Enter search terms").Novalidate(shouldValidate) @this.DatePicker(x = x.CompletedDate).Required(true).Limit(minDate, maxDate) //min, max @...


  • Headspring to hire 2 new consultants in Austin, TX.  Would you like to be considered?

    Headspring to hire 2 new consultants in Austin, TX. Would you like to be considered?

    Mar 11
    23

    First, Headspring is growing at a very fast clip. Our two most recent hires in our programming staff are: Steve Donie Sharon Cichelli I am conducting another round of interviews during the first week of April. I am looking for skilled .Net developers at all levels. I am focused on finding smart, motivated people. I don’t have a square hole looking for a matching peg. Below is the job description that is listed at http://www.headspring.com/careers/#Con. If you would like to be considere...


  • How To Find Out Which NuGet Packages Depend on Yours

    How To Find Out Which NuGet Packages Depend on Yours

    Feb 11
    24

    Renaming a package ID is a potentially destructive action and one we don’t recommend doing. Why? Well if any other packages depend on your package, you’ve effectively broken them if you change your package ID. For example, today I wanted to rename a poorly named package, MicrosoftWebMvc, to Mvc2Futures. What I ended up doing is recreating the same package with the new ID and uploading it. That way existing packages that depend on MicrosoftWebMvc aren’t broken. But now, I have two packages ...


  • ASP.NET mvcConf Videos Available

    ASP.NET mvcConf Videos Available

    Feb 11
    23

    Earlier this month the ASP.NET MVC developer community held the 2nd annual mvcConf event. This was a free, online conference focused on ASP.NET MVC – with more than 27 talks that covered a wide variety of ASP.NET MVC topics. Almost all of the talks were presented by developers within the community, and the quality and topic diversity of the talks was fantastic. Below are links to free recordings of the talks that you can watch (and optionally download): Scott Guthrie Keynote The NuGet-y...


  • Updated Release: MVC 3 - 3.0.51.0 (Jan 16, 2011)

    Updated Release: MVC 3 - 3.0.51.0 (Jan 16, 2011)

    Jan 11
    17

    Please see the Change Log for a complete list of changes.Description of the releases:MvcContrib.Release.zip MvcContrib.dll MvcContrib.TestHelper.dll MvcContrib.Extras.Release.zip T4MVC. The extra view engines / controller factories and other functionality which is in the project. This file includes the main MvcContrib assembly. Samples are included in the release. You do not need MvcContrib if you download the Extras. ...


  • MvcContrib.FluentHtml on NuGet

    MvcContrib.FluentHtml on NuGet

    Dec 10
    31

    Okay, Im a little slow getting this out.  MvcContrib.FluentHtml is now available via NuGet....


  • MvcContrib.FluentHtml With Razor

    MvcContrib.FluentHtml With Razor

    Dec 10
    12

    MvcContrib.FluentHtml works with the Razor view engine.  To use it now, you have two choices.  You can build from the trunk, or copy this class into your MVC 3 web app.  Then put the following line in your markup file (with your views model as the generic parameter): @inherits MvcContrib.FluentHtml.ModelWebViewPageMyApp.WebUI.Models.MyModel If you decided to put [...]...


  • Updated Release: MVC 2 - 2.0.96.0 (Sep 28, 2010)

    Updated Release: MVC 2 - 2.0.96.0 (Sep 28, 2010)

    Sep 10
    28

    Please see the Change Log for a complete list of changes.Description of the releases:MvcContrib.Release.zip MvcContrib.dll MvcContrib.TestHelper.dll MvcContrib.Extras.Release.zip T4MVC. The extra view engines / controller factories and other functionality which is in the project. This file includes the main MvcContrib assembly. Samples are included in the release. You do not need MvcContrib if you download the Extras. ...


  • WCF REST Services Inside MVC Projects

    WCF REST Services Inside MVC Projects

    Sep 10
    23

    Recently I blogged about WCF REST services with no svc file and no config. In this post I also discussed the pros/cons of WCF services as compared to using MVC controller actions for web services and I made the case that, in many instances, WCF REST services is better than using the MVC infrastructure because WCF provides: a more RESTful API with less work a convenient automatic help page to assist consumers of your service automatic format selection (i.e., xml/json) depending on HTTP he...


  • Updated Release: MVC 2 - 2.0.95.0 (Sep 14, 2010)

    Updated Release: MVC 2 - 2.0.95.0 (Sep 14, 2010)

    Sep 10
    14

    Please see the Change Log for a complete list of changes.Description of the releases:MvcContrib.Release.zip MvcContrib.dll MvcContrib.TestHelper.dll MvcContrib.Extras.Release.zip T4MVC. The extra view engines / controller factories and other functionality which is in the project. This file includes the main MvcContrib assembly. Samples are included in the release. You do not need MvcContrib if you download the Extras. ...