Jaime del Palacio
On software development
-
Testing code that uses Dapper 1.10
Dapper is a wonderful and simple .NET library to execute SQL statements against your database, what's now called a Micro-ORM. I have a project that uses Dapper for some specific queries and (as you always should) have it cover by tests.
-
A way to organize your javascript code
I while back I got tired of having to include bootstrapping code on all my html (aspx) pages; you know, including some sort of $(document).ready(…) to bind the correct set of handlers for the page, so I came up with a basic routing/bootstrapper to handle this in a more generic way.
-
Unit testing a legacy ASP.NET application. A personal journey – part 1
These series of posts will cover my journey into getting a legacy (i.e. no unit tests) ASP.NET web application under automated unit test coverage, the goals, decisions, techniques and pitfalls we got into as we rolled out this initiative.
-
Custom HTML Dropdown control (part 2) - The server control
In this part we are going to take the custom DropDown html control that we created in part 1 and create an ASP.NET server control so we can use it in our Web Forms.
-
Custom HTML Dropdown control (part 1)
My problem stated with the fact that if you set a width to a dropdown (select) control, IE clips the contents of a drop down list when expanded.
-
MySql and Tableadapters
Update (5/5/2008): You can download the Visual Basic version of the code here
-
UpdateProgress and disable a control on postback with multiple UpdatePanels
-
Compatibility of bit type between SqlServer 2000 and SqlServer 2005
Yesterday I had to debug an issue of a product that we are deploying to a production server. We were developing using SqlServer 2005 (express) and the hosting company uses SqlServer 2000 and as soon as we deploy, we got the following exception on one of the operations:
-
Kick-off
First of all, thanks to Joe Stagner and all the asp.net crew for giving us the opportunity to contribute to this community. I'll be posting on different topics of Web Development and specially on Web Applications development. I'll try to post as often as possible so check back.