Miron

Stories submitted by friends of Miron

Use Google's Closure Compiler in C#(madskristensen.net)

submitted by madskristensenmadskristensen(8565) 2 years, 6 months ago

A very simple and small C# class for utilizing the Google Closure Compiler API for minifying JavaScript. read more...

add a comment |category: |Views: 432

tags: another

Amazing Short Films from District 9 director Neill Blomkamp.(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 2 years, 9 months ago

Amazing silverlight media from Neill Blomkamp of District 9. read more...

add a comment |category: |Views: 6

tags: another

Silverlight 3 Media Platform : tangent.ux labs(smooth.s3.amazonaws.com)

submitted by dcarrdcarr(790) 2 years, 10 months ago

Amazing Silverlight 3 HD media platform with deep zoom context. The best there is today for complex and very high quality content. Browse it on out Amazon S3 bucket: http://smooth.s3.amazonaws.com/default.htm read more...

1 comment |category: |Views: 17

tags: another

Silverlight 3 Art Project - Something Completely Different(domaindotnet.com)

submitted by dcarrdcarr(790) 3 years ago

Silverlight 3 Art Project - Something Completely Different using interesting simulated life Spline example. read more...

1 comment |category: |Views: 18

tags: another

Silverlight 3 Beta Really Does Play Adobe Video Content « Domain .NET (blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 1 month ago

Silverlight 3 Beta used to build this 'All Broadband Video' player with a special emphasis on the new H.264 support allowing all the most important quality Adobe video formats to work (as you can see here). read more...

add a comment |category: |Views: 17

tags: another

Martin Fowler and the .NET Developer Mandate for Oslo « Domain .NET Te(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 3 months ago

One danger that DSL advocates need to guard against is the notion that first you design a DSL, then people use it. Like any other deice of software, a successful DSL will evolve. This means that scripts written in an earlier version of a DSL may fail when run with a later version. read more...

add a comment |category: |Views: 26

tags: another

Checklist for high quality websites part 2(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years, 3 months ago

The second part of the checklist is about server side code and security read more...

add a comment |category: |Views: 412

tags: another

Checklist for high quality websites(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years, 4 months ago

A checklist for things to do that will highten the quality of any website. read more...

add a comment |category: |Views: 543

tags: another

Refactoring Service Dependencies to Separated Interface (devlicio.us)

submitted by dcarrdcarr(790) 3 years, 4 months ago

Fantastic article by Billy McCafferty on content you already know... Don't you?? This covers some of the core points that any modern developer simply must know if they want to be taken seriously on all but the most trivial projects. read more...

add a comment |category: |Views: 39

tags: another

Advanced Bidirectional Silverlight 2.0 to ASP.NET Integration – Part 1(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 5 months ago

This is the first post covering techniques for both sending data into your Silverlight environment from ASP.NET as well as getting data out of Silverlight without resorting to a lot of new elements in your architecture. The goal is to use what you already have with the least fuss. You may think you need to resort to ‘pushing’ all data from Silverlight into say a service using WCF but that is not the case in many scenarios. For example, you may have activity which the user creates inside Silverlight 2.0 that results in visual elements you want to send out to ASP.NET for persistence in your ORM environment (where Silverlight has no involvement). read more...

1 comment |category: |Views: 25

tags: another

C# Delegate Shortcut – No more null testing on events for subscribers (blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 5 months ago

Do you use this syntax? It adds up as you can leave null tests in the dust for event subscribers: EXAMPLE: public event EventHandler<AnimationImageEventArgs> AnimationImageClicked = delegate { }; Post has full details, but most might already know this. If not your wasting cycles. read more...

add a comment |category: |Views: 93

tags: another

DeepZoom extended into 3D Demo(domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 6 months ago

DeepZoom extended into 3D Demo directly from this link.. Silverlight 3? read more...

add a comment |category: |Views: 50

tags: another

RIA in Sharepoint: Silverlight with 3D Extended DeepZoom - so cool(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 6 months ago

NOTE: There is an interesting contest to find an image in this. Check the post. Long story short, this is an effort to bring RIA to the SharePoint world. But not just RIA style usability, I believe we pushed the envelope even further by incorporating not only DeepZoom (SeaDragon) for ‘zoom in to the pixel’ resolution, but the 3D extensions not present by default (you have the essentials but only the amazingly talented people behind the Hard Rock Memorabilia site (vertigo) have shown this style of combined zoom/3d that we have seen in any largely deployed sample) read more...

2 comments |category: |Views: 258

tags: another

XAML and Layered Dependency Injection Spike(aidandoolan.com)

submitted by dcarrdcarr(790) 3 years, 7 months ago

very nice work! read more...

add a comment |category: |Views: 12

tags: another

NHibernate Profiler Freakin Awesome(ayende.com)

submitted by dcarrdcarr(790) 3 years, 7 months ago

Dude, you are my hero. read more...

add a comment |category: |Views: 38

tags: another

Visual Studio 2010 Gets Serious about Visual Metrics – Screen Shots He(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 7 months ago

For most businesses only about 20% of the code being written today is for new applications; (DDN: Not true 100% however that is about right for budgets which is likely what they meant anyway). the majority of work is being done on existing code bases. A typical issue encountered when working on existing code is not having good tools to help the architect or developer understand the system. (DDN: Uh.. How about no regression tests? How about no mandate for reuse, framework API quality, etc. etc.? Sure lets not talk about the why, just the ways we can profit from it) This can make it challenging to not only understand what needs to be done to make the required changes, but it makes it equally challenging to understand the broader impact of the changes. Often it isn’t until much later that an unexpected bug is discovered as a result of a change. Our modeling tools have tight integration into the actual code of the application. This means that a developer or architect can use models to explore existing code assets. read more...

2 comments |category: |Views: 142

tags: another