decastri

Stories kicked by decastri

Calculate the Seconds, Milliseconds and Microseconds using C# VB.NET(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 8 months ago

Useful post to Calculate the Seconds, Milliseconds and Microseconds between two DateTime read more...

add a comment |category: |Views: 490

tags: another

C# Design Patterns - The Visitor Pattern(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 1 month ago

One principle that I really like is the Open/Closed principle which says that an object should be open to new functionality but closed to structural changes. The visitor pattern helps facilitate this principle by giving us the means to perform operations against an object without changing the objects structure. Looking back at a previous pattern we wanted to adjust the registration cost for a dog if they had been picked up by the dog catcher. read more...

add a comment |category: |Views: 595

tags: another

Introduction to JOINs - A simplest Visual Explanation of Join(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 1 month ago

Introduction to JOINs - A simplest Visual Explanation of Join This post is for every developer who just want to make sure that their basics of Join is perfect. Bookmark this for future use or for teaching your friends of Jr. about Joins. Blog about this post if you like it. read more...

2 comments |category: |Views: 536

tags: another

ASP.NET Browsers Filter!!(weblogs.asp.net)

submitted by djsoliddjsolid(429) 3 years, 9 months ago

Yesterday .NET SP1 released and many new features for ASP.NET where added. But yesterday i also discovered a feature that ASP.NET has from version 2.0 Let's say we have a button. We can decide what value will the properties have for different browsers!!! And we can do that with this way... read more...

1 comment |category: |Views: 364

tags: another