bonskijr

Stories kicked 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

JSON in ASP.NET Ajax: Part 2. Calling a JSON Service from client code(geekswithblogs.net)

submitted by marcoanastasimarcoanastasi(265) 4 years, 7 months ago

In this follow-up we'll build upon what we learned in the previous article, and write a simple AJAX application that calls a JSON Web Service asynchronously and displays the result with a callback. We'll leverage the ASP.NET AJAX client library to avoid writing all the needed "plumbing" code and we'll see how to bridge a remote web service using a local proxy. read more...

add a comment |category: |Views: 40

tags: another

Are you making these 3 common ASP.NET AJAX mistakes?(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 7 months ago

An overview of the impact several ASP.NET page life cycle issues have on ASP.NET AJAX development, and how to avoid them. read more...

6 comments |category: |Views: 397

tags: another

The IoC mind set: Validation (ayende.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 7 months ago

Great approach for business validation. read more...

add a comment |category: |Views: 15

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