Exception Handling in ASP.NET Web Application

In web application development, we should always think about returning some kind of message to users when an exception is raised in the program.  Sometimes, it can be very specific, while in other cases it can be generic.  A common thought is to capture and possibly handle exceptions where they are raised, re-throw exceptions or [...]

Filed under: Application Development, Microsoft | Posted on April 22nd, 2010 by Geer | No Comments »

How to Use Microsoft Device Emulator in VS2008

Microsoft Device Emulator is a great tool for testing your mobile web applications without utilizing any real mobile device.  Because it can use the same network that your computer is on, you can use it to test your mobile web applications hosted on development computers or test servers before the applications are published to the internet.  [...]

Filed under: Application Development, Microsoft | Posted on March 31st, 2010 by Geer | No Comments »

Setting Siebel EIM Process Batch Number in Command Line

My customer’s current process of importing data into Siebel database is to use Siebel EIM interface.  The data which needs to be imported will be formatted and inserted into EIM tables (or the staging tables), and then an EIM process will be ticked off in the command line to import the data into Siebel base [...]

Filed under: Application Development, Miscellaneous | Posted on March 25th, 2010 by Geer | No Comments »

FileUpload Control not working in UpdatePanel

You may have experienced the problem with FileUpload control in an UpdatePanel – when you hit the submit button, Request.Files.Count always returns 0, even though you had registered the submit button as a PostBackControl and a PostBackTrigger of the UpdatePanel containing the FileUpload control.
In my case, the FileUpload only works when it is visible when [...]

Filed under: Application Development | Posted on January 25th, 2010 by Geer | 1 Comment »

varchar(MAX) parameter slows down Stored Procedure execution?

I was testing one of our web applications one day and happened to see a simple Stored Procedure took over a minute to complete.  The Stored Procedure only takes one parameter.  If I get rid of the parameter and directly run the SQL statement inside the Stored Procedure, it took less than a second to [...]

Filed under: Application Development | Posted on October 9th, 2009 by Geer | No Comments »

Use of TransactionScope in .NET

In one of the projects I’m currently working on, I have to handle multiple SQL operations in one transaction, so if anything goes wrong in a particular operation, things done in previous operations can be rolled back automatically.  This can be done by using Transaction in a Stored Procedure directly, but you might lose some [...]

Filed under: Application Development | Posted on August 26th, 2009 by Geer | No Comments »

Links

Topics

Tags

Authors

Syndication

Archives

Copyright © 2012 Pearl Technology. All rights reserved.
The Tech Blue theme was modified to help create this blog.