DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 637 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

dcarr Subscribe to this feed
dcarr
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by dcarr
2
kicks
submitted by dcarr dcarr 8 days, 16 hours ago

devlicio.us — 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 add a comment | category: | Views: 9
tags: , , , , | tag it

3
kicks
submitted by dcarr dcarr 17 days, 3 hours ago

blog.domaindotnet.com — 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...

Add a comment 1 comment | category: | Views: 12
tags: | tag it

5
kicks
submitted by dcarr dcarr 1 month, 12 days ago

blog.domaindotnet.com — 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 add a comment | category: | Views: 20
tags: , , , , | tag it

2
kicks
submitted by dcarr dcarr 1 month, 18 days ago

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

Add a comment add a comment | category: | Views: 10
tags: | tag it

2
kicks
submitted by dcarr dcarr 1 month, 20 days ago

blog.domaindotnet.com — 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...

Add a comment 2 comments | category: | Views: 38
tags: , , , , | tag it

2
kicks
submitted by dcarr dcarr 2 months, 14 days ago

aidandoolan.com — very nice work! read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

1
kicks
submitted by dcarr dcarr 2 months, 25 days ago

ayende.com — Dude, you are my hero. read more...

Add a comment add a comment | category: | Views: 31
tags: | tag it

2
kicks
submitted by dcarr dcarr 2 months, 26 days ago

blog.domaindotnet.com — 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...

Add a comment 2 comments | category: | Views: 26
tags: , , , , | tag it

2
kicks
submitted by dcarr dcarr 2 months, 28 days ago

csharpbits.notaclue.net — Nice! read more...

Add a comment add a comment | category: | Views: 26
tags: | tag it

2
kicks
submitted by dcarr dcarr 3 months, 1 day ago

blog.domaindotnet.com — Functional programming is so addictive. It reminds me when I could code with no team, no deadline, no broken processes or cultures to navigate. I do hope this becomes a common option for general development or at least C# continues to borg functional ideas… read more...

Add a comment add a comment | category: | Views: 16
tags: , , , , | tag it

1
kicks
submitted by dcarr dcarr 3 months, 6 days ago

blog.domaindotnet.com — For BDC Users. read more...

Add a comment add a comment | category: | Views: 4
tags: | tag it

3
kicks
submitted by dcarr dcarr 3 months, 17 days ago

domaindotnet.com — Example: (try this with gacutil.exe) ** ASSEMBLIES BY NAME WITH > 1 REGISTERED = 664 *** Group ‘Microsoft’ Assemblies=466 Percent=70.18% Public Keys Used=5 Group ‘DevExpress’ Assemblies=73 Percent=10.99% Public Keys Used=2 Group ‘System’ Assemblies=71 Percent=10.69% Public Keys Used=4 Group ‘Policy’ Assemblies=14 Percent=2.11% Public Keys Used=2 Group ‘FSharp’ Assemblies=11 Percent=1.66% Public Keys Used=1 Group ‘VLinq’ Assemblies=10 Percent=1.51% Public Keys Used=1 Group ‘policy’ Assemblies=6 Percent=0.9% Public Keys Used=2 Group ‘PresentationFramework’ Assemblies=5 Percent=0.75% Public Keys Used=1 Group ‘mscorcfg’ Assemblies=2 Percent=0.3% Public Keys Used=1 Group ‘WebDev’ Assemblies=2 Percent=0.3% Public Keys Used=1 Group ‘VSTADTEProvider’ Assemblies=2 Percent=0.3% Public Keys Used=1 Group ‘VsWebSite’ Assemblies=2 Percent=0.3% Public Keys Used=1 read more...

Add a comment add a comment | category: | Views: 17
tags: , , , , | tag it

2
kicks
submitted by dcarr dcarr 3 months, 19 days ago

blog.domaindotnet.com — This post gets the GAC via Linq to bend your way. How? A Fusion Wrapper to IEnumerable over your Gac. No nasty PInvokes to deal with. It's all clean C# which is here to use. We owe a debt to the Mono project for this as well as a very smart Microsoft staff member to be give credit when we can find the page again. Be careful however...Our last post cranked through your registry. This post gets you the GAC. Here is what is done with a holistic post later: * All files we can find (if you specify them) * The Gac (all of it and even the other two ‘sub-gacs’ if you want * Environmental Stuff (Path variable, etc. but we actually parse them and produce another tree and it fits our code) * A lot more (think all things inside you box) You can even join all this data if you can find the right keys. We joined our registry to our file system ‘where the registry key value as a path’ (where is was a valid path) didn’t exist. Earth-shattering? No. Faster then any virus checker we’ve tried? ABSOLUTELY. Relevant to virus checkers? No not really actually…. read more...

Add a comment 2 comments | category: | Views: 20
tags: , , , , | tag it

3
kicks
submitted by dcarr dcarr 3 months, 22 days ago

community.bartdesmet.net — Excellent guide which we are expanding to cover all Expressions. read more...

Add a comment add a comment | category: | Views: 12
tags: | tag it

2
kicks
submitted by dcarr dcarr 3 months, 24 days ago

blog.domaindotnet.com — An oldie but always worth another look to remember the insanity that is Steven Ballmer. What are multi-Billion dollar CEOs would act like this? He's a genius for being such an eccentric yet being effective in the 'normal corporate' world. Go Steve. NOTE: We recently got the 'SequenceViz' tool (auto gens sequence diagrams using Cecil for code knowledge) working with SilverLight on the web. It previously only supported SVG in IE using the Adobe viewer. It now does SVG-Xaml Translation.. VERY cool stuff.. read more...

Add a comment 2 comments | category: | Views: 10
tags: , , , , | tag it

15
kicks
published 3 months, 30 days ago, submitted by dcarr dcarr 3 months, 30 days ago

codebetter.com — This is indistinguishable from magic! read more...

Add a comment add a comment | category: | Views: 237
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge