hiro5id

Stories kicked by hiro5id

Decoupling Application Code from IoC Implementation(blog.noobtech.com)

submitted by hiro5idhiro5id(20) 2 years, 3 months ago

An example to avoid tightly coupling code to IoC frameworks such as StructureMap. read more...

add a comment |category: |Views: 51

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

Hercules Resource Linker for Javascripts, Images and stylesheets(blog.noobtech.com)

submitted by hiro5idhiro5id(20) 3 years, 2 months ago

I wrote this tool to assist in including style sheets, java scripts and image resources into web applications. It has the following features: * Gives a unified strongly typed way to access your resources and include them in your project. * Generates appropriate HTML include tags for whatever resource you are including (java script, style sheet, image) * It does not matter in what level of your website hierarchy you include your resource, the path will always point to the correct location. * Will make sure that you do not include your java script and your style sheet resources more than once. (As long as you are not including any manually by writing your include HTML tags yourself) * Supports the use of configurable packages to include a set of resources at once. read more...

add a comment |category: |Views: 9

tags: another

Resize Complete event for JQuery (blogs.msdn.com)

submitted by jemtsjemts(591) 3 years, 4 months ago

Opera, Safari, IE and Firefox all have different behaviors when the resize event is fired. To fix this I wrote a resizeComplete event plugin for JQuery to allow you to handle once resizing is finished. read more...

add a comment |category: |Views: 494

tags: another

Common Language Runtime Beginner Series Part 1:-CLR Basics(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 5 months ago

CLR or Common Language Runtime is a very important part of whole .net Framework and its utter importance is not seen by most of us as it works behind the scenes.This beginner series of my articles will help you to know what actually CLR is in simple terms and what are its basic features.As of now this articles tells the basics about the CLR and why is it useful over others. read more...

add a comment |category: |Views: 23

tags: another