rodrigez

Stories kicked by rodrigez

PHP on Windows running against SQL Server???(statisticsio.com)

submitted by StatisticsIOStatisticsIO(240) 4 years, 2 months ago

Microsoft is going after the LAMP markets. I suspect they have a pretty good chance of converting quite a few customers. This means DBA's should be prepared. Hopefully, it will be better to support than JAVA and SQL Server :) read more...

add a comment |category: |Views: 0

tags: another

UI design patterns library(ui-patterns.com)

submitted by uadozeruadozer(650) 4 years, 2 months ago

Very cool site which shows give you ideas about visual presentation for misc elements of user interface read more...

2 comments |category: |Views: 339

tags: another

.NET Event Techniques(devlicio.us)

submitted by BigTunaBigTuna(219) 4 years, 2 months ago

A very simple technique to avoid the need for a null check prior to raising an event read more...

1 comment |category: |Views: 21

tags: another

SQL Select Top 100 % forgets Order By Clause(the3factory.com)

submitted by tommyktommyk(870) 4 years, 2 months ago

Sometimes, a developer can't trust his eyes, when things changes without warning. They just react in another way and no one knows why. What are we talking about? Using an Order By in a Select Query (in a view, inline function or something similiar) is a beginner level phrase. And it's nothing that... read more...

add a comment |category: |Views: 9

tags: another

The Single Responsibility Principle(lostechies.com)

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

Another S.O.L.I.D. principle. Probably one of the most important ones!! read more...

add a comment |category: |Views: 26

tags: another

Expression Blend and Design : Download the Preview of the Deep Zoom Co(blogs.msdn.com)

submitted by bradygasterbradygaster(4897) 4 years, 2 months ago

Deep Zoom Composer allows you to quickly import your own images, arrange and position them to your liking, and export the final output as either a Deep Zoom Image or Collection that can be fed into Silverlight's MutliScaleImage control. This means that you too can use your own images and display them using our Deep Zoom technology. read more...

add a comment |category: |Views: 6

tags: another

Refactor: Extract Method(onesoft.dk)

submitted by stenbaekstenbaek(545) 4 years, 2 months ago

How to use Refactor->Extract Method to take a part of your code and isolate it in a separate function. read more...

add a comment |category: |Views: 4

tags: another