Other News

Uncategorized

Doing the Right Thing

SSWUG TV With Stephen Wynkoop Check out the new name for our video-based content, which will be one of many upcoming site revitalization efforts. In this episode, we have a two-part interview with SQL Azure MVP Ike Ellis and updates coming from the Microsoft Build conference. Watch the Show $$SWYNK$$ Featured White Paper(s) How to Implement an Effective SharePoint Governance […]

Community

SOA with TOGAF

(Gaurav Tripathi) Many organizations are now facing challenges around keeping pace with current business trends and managing complex systems. So organization are looking for better business agility, better business automation, and better IT alignment to speed their business growth.

Community

Fun with Anonymous Types

(Jim Mischel) C# is a strongly-typed language. There’s no getting around that. It’s also statically typed in that every object has a known type at compile time. The runtime also includes full type checking so that you can’t violate the type system at runtime like you can in languages like C.