bonskijr

Stories submitted by bonskijr

In SSMS 2005, set the "Include IF NOT EXISTS clause" to false ALWAYS(devpinoy.org)

submitted by bonskijrbonskijr(25) 3 years ago

This is a frustrating UI experience, setting the "Include IF NOT EXISTS clause" to TRUE in the scripting options of SSMS 2005 results in SSMS "deserializing" the stored procedure inside a sp_executesql command which is a PITA when you try modifying the said sp. read more...

add a comment |category: |Views: 2

tags: another

RoR based MVC Web Frameworks - Friend or Foe? « Adam Esterline(adamesterline.com)

submitted by bonskijrbonskijr(25) 4 years, 7 months ago

Adam shares his thoughts about DRY(ing) similar controller actions on rails inspired frameworks(eg MonoRail and MS MVC) read more...

add a comment |category: |Views: 2

tags: another

Sql Server datatype precedence(devpinoy.org)

submitted by bonskijrbonskijr(25) 4 years, 8 months ago

Things you should know if you're so fond of dynamic order of data according to columns with different data types. read more...

add a comment |category: |Views: 9

tags: another

The Case of Swallowed Key Combinations(devpinoy.org)

submitted by bonskijrbonskijr(25) 5 years, 3 months ago

Key combinations which are not receiving the correct KeyEventArgs during KeyDown event of a form when the ActiveControl is Read-only. read more...

add a comment |category: |Views: 2

tags: another

Image in DetailsView(community.devpinoy.org)

submitted by bonskijrbonskijr(25) 5 years, 9 months ago

How to display an Image on a DetailsView Control read more...

1 comment |category: |Views: 22

tags: another