Home / ASP.NET Weblogs
All Tags » ASP.NET » mvp » C# (RSS)

Browse by Tags

Related Posts

  • Having lunch with Scott Hanselman and Phil Haack at the MVP Summit.

    What a day! I just had lunch with Scott Hanselman and Phil Haack. Scott open a great discussion to engage everybody in the table. Now I know why he gets the big bucks. Then they got up and start presenting ASP.NET MVC. Both were MVPs before going to work for the big blue mother ship. I don't think they...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 04-15-2008, 12:00 AM
    Filed under: C#, ASP.NET, .NET, MVP, Phil Haack, Scott Hanselman
  • Good Morning Seattle!

    It's 6 AM and I found myself the last 2 years working in a project that we were talking on the ASP.NET MVP "table" last night. A hole in Twitter when people were trying to find me. Geo Twitter. I purchased the domain and I'll be working in adding a MAP to twitter so you can attach your message...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 04-15-2008, 12:00 AM
    Filed under: C#, ASP.NET, .NET, Microsoft, MVP, iPhone
  • First day at the Microsoft MVP Summit

    First day was busier than I thought, met lots of familiar names from the ASP.NET and Microsoft. Great day, I saw the people from Telligent 3 times on the Westin lobby! ASP.NET MVPS Having dinner with Darrell ASP.NET MVP and moderator. Big dinner for Microsoft. Seattle lights. See you all tomorrow. I...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 04-14-2008, 12:00 AM
    Filed under: C#, ASP.NET, .NET, Microsoft, MVP
  • Going to the Open Spaces at the Microsoft MVP Summit

    Finally I am here at Sunny Seattle. Never been to Seattle when there is sunshine, please let me know if anybody sees any. You must take a picture to prove it. I don't think the streets of Seattle have seen the sun. I created a twitter account so you can find me around the conference/campus. http://twitter...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 04-14-2008, 12:00 AM
    Filed under: C#, ASP.NET, .NET, Microsoft, MVP
  • Are Page Modules Still Useful In IIS7?

    With IIS7 a new transfer method is available in the HttpServerUtility class . It's the TransferRequest method . What this method is intended to do is behave like the HttpResponse.Redirect method without the penalty of traveling to the client and back . I said "is intended to behave" because it still...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 10-15-2007, 12:00 AM
    Filed under: Community, ASP.NET, SoftDev, Web, MVP, MSDN, Microsoft, Architecture, .NET, PageModules, C#, IIS
  • You Don't Always Need Page Modules

    From my article on Page Modules some people might have gotten the wrong impression that this would be the only way to get a reference to the page given its path, but it isn't. You can use the System.Web.UI.PageParser.GetCompiledPageInstance method to get the reference to the page before calling the System...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 09-16-2007, 12:00 AM
    Filed under: Community, ASP.NET, SoftDev, Web, MVP, MSDN, Microsoft, Architecture, .NET, PageModules, C#
  • Very Quick MVP Pattern to Use with ASP.NET

    The MVP is used for a lot of reasons, but mainly it does a **VERY** nice job of separating business logic from the UI. M. = Model V. = View P. = Presenter UX. = User Experience ( Web Form in this case) In this implementation of MVP, Model will not be used. Only V and P with UX. The Model is where your...
    Posted to Scott Cate's WebLog (Weblog) by scott cate on 04-12-2007, 12:00 AM
    Filed under: asp.net, mvp, C#, mvp pattern
  • Model View Presenter Woes

    Jumping on the bandwagon for Model View Presenter. It is something I have been intrigued with for quite awhile, but I am just getting around to implementing it. How come almost all of the examples for MVP are the absolute most basic thing you can think of. Most of them seem to be edit pages also. I get...
    Posted to MsCorEE (Weblog) by likwid on 03-07-2007, 12:00 AM
    Filed under: asp.net, C#, mvp pattern, modelviewpresenter, model-view-presenter, mvp, supervisingcontroller, model view presenter pattern, supervising controller, model view presenter
  • NDDNUG - New Location & Scott Cate presents on ASP.NET & MVP Pattern next Wed.

    NDDNUG welcomes INETA Speaker Scott Cate to North Dallas to talk about ASP.NET and the Model View Presenter Design Pattern! Please join us for an evening of open discussion, lots of demos and an overall great time! As always, we’ll have free pizza, drinks, and prizes for attending! Topic: Separation...
    Posted to Shane Henderson | Life at JobBurner.com | Technical Blog (Weblog) by ShaneHenderson on 10-05-2006, 12:00 AM
    Filed under: North Dallas .NET Users Group, .NET, C#, ASP.NET, atlas, ajax, Design Patterns, MVP, INETA
  • Florida.NET User Group a Success -- Thanks Dave Noderer

    Last night I successfully presented the MVP (Model View Presenter) pattern for the Florida.NET User Group. Dave Noderer runs the group (or helps run the group) and was very hospitable for the few days I was in town. Thanks Dave for the transportation, and local resources/eateries/knowledge you provided...
    Posted to Scott Cate's WebLog (Weblog) by scott cate on 09-13-2006, 12:00 AM
    Filed under: asp.net, mvp, C#
Page 1 of 2 (16 items) 1 2 Next >