-
/* 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...
-
this is a test post
-
i was using SQL Server management studio 2008 diagram editor which i was using after years of using sql server managemenr studio 2005 whcih i think is the easiest tool for modeling Database. and i came across this message turns out there...
-
a very simple tool to add a large list like a countries list to a picklist doing that using MS CRM UI can be very tedious Warning : DON’T TRY THIS IF YOU DON’T HAVE EXPERIENCE ON XML EDITING , this tool is meant for expert customizers Developer Blog ...
-
I was struggling this morning with issue in simple NAnt script, I was trying to uses <exec> task to call msbuild tool. Ok quick brief on the issue, NAnt 0.86 Beta 1 does not able to run its " href="http://nant.sourceforge.net/release/0...
-
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...
-
NAnt is helpful, open source, and free tool for automated .NET-build process, same as Ant but it is targeting .NET frameworks rather than Java, and according to Wikipedia the name NAnt is coming from Not Ant :) NAnt allows you to build a script (XML Script...
-
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...
-
I was expecting that Visual studio will do the magic for me and enable Intellisense for JQuery javascript library automatically once I add the library and referenced it in my page – naive, right?- anyways it did not happen of course, so with a quick look...
-
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...
-
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...
-
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...
-
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...
-
I have visual studio 2008 installed Only on my machine when I open a solution that contains web sites I get this error. “The visual studio language support for style has not been installed. code-editing Intellisense will not be available. Markup Intellisense...
-
this is a quick trick that i googled from bits and pieces in a caffe when my laptop didn’t have a Management studio installed i found a way to execute sql scripts to my instance of sql express well to restore you need to have the logical names of files...