in

ASPXWizard.net

.net and Ajax Community
All Tags » .net (RSS)

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
  • Run time (Dynamic) attributes in C#

    In the current project I was concerned to build generic user control, accept generic collection and paint collection elements details in HTML table and allow editing functionality for specific columns. The challenge is to detect the editable properties in the collection elements in the run time without...
    Posted to Mina Labib (Weblog) by minalabib on 11-06-2009
  • Webclient downloading content/files from an Https (SSL)

    i was using the webclient object to download files from a website and my application worked fine. my client decided to add an SSL certeficate to the website and has required me to change my code to request the file through https instead of http all i had to do was change the URL to have https:// instead...
    Posted to .net Wand (Weblog) by amir.magdy on 10-05-2009
  • Change Web Service test page [wsdlHelpGenerator]

    the default web service page is a page that reveals a lot of the internal information of the application, this is something that you want to hide. Warning this does not really secure your web service. may be you should read something like this < configuration > < system.web > < webServices...
    Posted to .net Wand (Weblog) by amir.magdy on 05-26-2009
  • Windows Debugging tools Quick tutorial [WinDbg]

    last week end we have faced memory leaks, we had no idea what was the cause of the problem. we were directed by microsoft to use the debugging tools. this is a quickest possible startup tutorial for that tool. [Warning] using this tool affects the performance of your applications dramatically please...
    Posted to .net Wand (Weblog) by amir.magdy on 05-17-2009
  • Fastest way for Creating a memory Dump of your application [DebugDiag]

    First you need to download the tool here is the link now just install the tool and run it then ignore the wizard and go to the third tab in the application UI right click your process and select create a full dump, the dump is going to be created now if you need to configure where these dumps are created...
    Posted to .net Wand (Weblog) by amir.magdy on 05-17-2009
Page 1 of 2 (18 items) 1 2 Next >
ASPXWizard.net some rights reserved 2005-2007
Powered by Community Server (Non-Commercial Edition), by Telligent Systems