Browse by Tags

Related Posts

  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 4

    Fourth part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. In the fourth part of this series, Keyvan talks about the unit testing concepts related to the MVC pattern and how Microsoft has adapted these concepts for its ASP...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 04-30-2008, 12:00 AM
    Filed under: MVC, .NET, asp.net, c#, LINQ, Unit Testing, TDD, blog
  • Couple of n00b Questions

    I'm just beginning ASP.NET, and getting very comfortable with the MVC stuff, thanks to my PHP/Rails MVC background. Excuse me if these are simple questions, but I've been banging my head against them all day, so would appreciate some guidance.: Question 1: I have an action which saves a form...
    Posted to ASP.NET MVC (Forum) by chrismcabz on 04-10-2008, 12:00 AM
    Filed under: MVC, C#, Controller, Linq
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 3

    Third part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. In the third part of this series, Keyvan talks about the data model in his simple blogging engine. He shows some concepts related to the LINQ side of the data model...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 03-03-2008, 12:00 AM
    Filed under: MVC, .NET, asp.net, c#, LINQ, blog
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 2

    Second part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. In the second part of the article series about ASP.NET MVC Framework, Keyvan adds controllers to his blogging engine in order to describe how to use controllers in...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 01-31-2008, 12:00 AM
    Filed under: MVC, .NET, asp.net, blog, c#, LINQ
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 1

    First part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. Microsoft released the first CTP of ASP.NET 3.5 Extensions and it includes ASP.NET MVC Framework as one of the main extensions for ASP.NET 3.5. In the first part of...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 01-22-2008, 12:00 AM
    Filed under: MVC, .NET, asp.net, blog, c#, LINQ
  • Re: Does Html.Form<T>(lambda,Method,attributes) ignore attributes for anyone else?

    MS MVC could add more generic expression so you could do something like this: public RemindersController : Controller { public void Search( string query, int page) { } } Html.Form <RemindersController,string , int >( (c, q, p) => c.Search(q, p))) Its a little more terse but handles your dummy...
    Posted to ASP.NET MVC (Forum) by abombss on 12-15-2007, 12:00 AM
    Filed under: MVC, Linq
  • Re: Models?

    I realise that comming to ASP.Net and MVC can be a little daunting if you don't have a .net back ground but Linq is definatly worth the effort onve you get to grips with MVC in general. Mike Taluty has done some greate webcasts on Link in general, Linq to SQL and Entity Framework see them here ,...
    Posted to ASP.NET MVC (Forum) by sjnaughton on 08-09-2009, 12:00 AM
    Filed under: MVC, Linq
  • Re: Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 2

    Thank you Apurava for pointing it out. It seems that was a problem when I copy/pasted the link. It should be accessible now.
    Posted to Announcements (Forum) by Keyvan Nayyeri on 01-31-2008, 12:00 AM
    Filed under: MVC, .NET, asp.net, blog, c#, LINQ
  • MVC with LINQ

    Hi, Can anyone send me some example for how can i insert / update records in MVC using LINQ? I don't want to use Entity model. Thanks
    Posted to ASP.NET MVC (Forum) by vnishant on 10-21-2009, 12:00 AM
    Filed under: MVC, Linq
Page 1 of 1 (9 items)