kiddailey

Stories kicked by kiddailey

Using jQuery To Call ASP.NET Page Methods and Web Services(dexign.net)

submitted by redbullredbull(140) 3 years, 10 months ago

Seems like more and more ASP.NET devs are using jQuery. There are similar things on DNK but none that actually do provide code that uses jQuery to callback. read more...

add a comment |category: |Views: 908

tags: another

Avoiding subqueries in SQL for big gains(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years, 1 month ago

Some people are just unaware of the alternatives to performing a sub query. The performance gains can be substantial if you put the database engine to use! read more...

2 comments |category: |Views: 103

tags: another

Debugging can screw things up(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

Using the 'DebuggerBrowsable' attribute to avoid debugging-misbehavior. read more...

1 comment |category: |Views: 5

tags: another

jQuery Skinned Login Control(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 1 month ago

Skin an ASP.NET login control with some simple CSS and jQuery for a more dynamic look and feel. read more...

add a comment |category: |Views: 513

tags: another

Beware of the mysterious params in C#!(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

The 'params' keyword may behave different than you might think it should! This one is a must for every C# developer out there! read more...

add a comment |category: |Views: 38

tags: another