in

ASPXWizard.net

.net and Ajax Community

Browse by Tags

  • ASP.NET MVC handle exceptions

    /* You can also find more posts on my technical blog , and follow me at twitter @minalabib */ ASP.NET MVC has a cool and neat way to catch and handle exceptions, I will show here a quick review for handling exceptions in MVC framework and I will present small addition I added too. The main idea here...
    Posted to Mina Labib (Weblog) by minalabib on 02-24-2010
  • ASP.NET MVC 2 RC

    About month ago the Beta version was released, and now ASP.NET MVC team is announcing to day that ASP.NET MVC 2 RC is out there and that release candidate is ready to be downloaded and play around with. Mainly it is focused in bug fixing, improving current features, and performance tuning and you can...
    Posted to Mina Labib (Weblog) by minalabib on 12-17-2009
  • Extending Cache to Get Or Insert data

    In current project I was planning to build caching functionality to keep some shared and not frequently changed data, I figured out that I will be using a lot of Cache[string Key], Cache.Get(), and/or Cache.Insert() methods. and that means I have to check if the data is in the cache already and if not...
    Posted to Mina Labib (Weblog) by minalabib on 12-15-2009
  • Adding web reference in class library – ASP.NET MVC

      It is change in .NET 3.5 using ASP.NET MVC you can’t find ‘Add Web Reference’ option in right click context menu inside a class library (if you do not have web references in your class library). But I found how to add .NET 2.0 based web reference through adding Service Reference, I quoted the...
    Posted to Mina Labib (Weblog) by minalabib on 11-06-2009
  • Generic editable GridView - ASP.NET MVC

    The goal is to build editable data grid in a project uses ASP.NET MVC 1.0, it is know that ASP.NET MVC does not use controls with ( runat=”server” ) attribute, which means I can’t use regular DataGrid or GridView in my code. and HTMLHelper class in ASP.NET MVC does provide such HTML component. So, there...
    Posted to Mina Labib (Weblog) by minalabib on 11-06-2009
Page 1 of 1 (5 items)
ASPXWizard.net some rights reserved 2005-2007
Powered by Community Server (Non-Commercial Edition), by Telligent Systems