ascarb

Stories kicked by ascarb

Managing social data in Silverlight: do you push or pull?(dimebrain.com)

submitted by dcrennadcrenna(1355) 3 years, 3 months ago

A discussion about how to handle service calls for social applications using data like Twitter: do you pull from the server or push to the client? Includes a complete reference application for demonstrating pushing Twitter data asynchronously to a Silverlight client. read more...

add a comment |category: |Views: 10

tags: another

Filtering You Data Using Predicates (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 5 months ago

A while back I wrote an article about How to sort data by manipulating the view only, This article will handle filtering the data without changing it. read more...

1 comment |category: |Views: 312

tags: another

Signs of a GOOD Manager / Team Lead(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 5 months ago

Characteristics / attitudes / process of good management & leadership: 1) Have a passion about technology but read more...

add a comment |category: |Views: 888

tags: another

Writing Tests to Catch Memory Leaks in .NET(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 6 months ago

Although Microsoft will claim that it is "not possible to have a memory leak in managed code", most seasoned .NET developers will laugh at that statement. It turns out that it is very easy to leak memory -- just keep a referencing object around longer than the referenced object, and you can leak. Here is a way to write tests to catch leaks. read more...

2 comments |category: |Views: 608

tags: another

C# 4.0 Dynamic Lookup - Are You Kidding Me? (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 6 months ago

One of the core features introduced in C# 4.0 is called Dynamic Lookup which allows a unified approach to invoking things dynamically. When you have an object of type dynamic you can do whatever you like with it, those operations are resolved only at runtime. I DON’T LIKE IT, ARE YOU KIDDING ME? read more...

2 comments |category: |Views: 824

tags: another

An ISV's perspective on CMIS(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 6 months ago

CMIS is an emerging standard for defining an interface for basic document repository interaction. It is proposed by Microsoft, EMC, and IBM, who with SharePoint, Documentum and FileNet make up a big part of the Enterprise Content Management market. read more...

add a comment |category: |Views: 77

tags: another

Much ado about nullity: Exploding type variation(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 6 months ago

The issue is that in Java and C# there are a number of different type modifiers for dealing with the concept of nullity. Because of this even any simple type can be one of three separate somewhat incompatible subtypes. read more...

add a comment |category: |Views: 135

tags: another

SVN-Monitor is finally out for free download!(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 7 months ago

A full-featured .net application that integrates SubVersion, TortoiseSVN and all your checked-out folders and repositories. Use it to perform all your svn commands and monitor all your projects' activities in a single place. Access all commands from the tray menu or from the main window. This is a must-have tool for every windows+svn user! read more...

2 comments |category: |Views: 1522

tags: another