tajum

Stories kicked by friends of tajum

Enterprise Library 5.0 and Unity 2.0 Roadmap(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 3 months ago

Now that the release of Visual Studio 2010 is just around the corner, the next thing to consider is when will the updated release of Entlib ship? Check out this blog post by Grigori Melnik where he reveals that April 14, 2010 is the magic target date…http://blogs.msdn.com/agile/archive/2010/01/20/announcing-enterprise-library-5-0-and-unity-2-0-roadmap.aspx For those of you who may not be familiar with what Enlib is - The Microsoft Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development challenges. read more...

add a comment |category: |Views: 391

tags: another

Using Open XML SDK 2.0 to Create Office Solutions on Windows 7(blogs.msdn.com)

submitted by zhimingzhiming(1135) 2 years, 3 months ago

With Open XML SDK 2.0, it becomes much easier to create Microsoft Office (2007 and 2010) based solutions with managed code than to work with VSTO (Office runtime for Visual Studio through interop) directly. The December 2009 Community Technical Preview (CTP) of the SDK, available for download here, is supported on Windows 7, Vista, XP and Windows Server 2003 and 2008. You can watch this 8-minute video to learn more about how to work with the SDK, including three handy tools for developers here. read more...

add a comment |category: |Views: 163

tags: another

Bing Maps Moves Forward with Silverlight Innovation(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 4 months ago

On January 19, the "Beta" tag was removed from the Silverlight version of Bing Maps - along with a couple of new features and Bing Maps Application Gallery mash-ins – like the ability to choose a custom map – like the “treasure Map” view shown above. Here’s a screenshot of the Map Apps you can check-out at the Bing Maps Silverlight site at http://www.bing.com/maps/explore read more...

add a comment |category: |Views: 10

tags: another

ARCast.TV - An Overview of MVC4WPF - Part 3 of 3(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 4 months ago

Brian H. Prince talks with Stephen Giffin and John Hannah about their new open source project called MVC4WPF. It is a new framework and guidance package that helps you quickly build enterprise WPF applications. They have seen a dramatic improvement in productivity, ability to leverage entry level developers, and a massive reduction in development costs. The framework helps your developers follow the right path and do the right thing. read more...

add a comment |category: |Views: 2

tags: another

Diving a Little Deeper into AutoMapper(derans.blogspot.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

Every time I use AutoMapper, I think this is such an awesome tool! I think it’s hilarious to go back and read my first post in April where it states, “Now automapper is one thing I'm not sure I'll benefit from yet.” and I go on to say, “I'm pretty confident that I will eventually slap myself in the face for posting this just because I'm sure it is an awesome tool that I will one day see as VERY cool, but right now...I don't”. Well, I’m slapping myself :) read more...

add a comment |category: |Views: 517

tags: another

Removing Invalid OpCodes From Obfuscated Assemblies - Paul Mason(blog.paul-mason.co.nz)

submitted by tivittivit(364) 2 years, 4 months ago

Last week we took a look at what was required to make the NCloak obfuscator fool Reflector. Following on; this week we'll take a look at reversing all of that hard work allowing Reflector to decompile our assembly again! read more...

add a comment |category: |Views: 22

tags: another

Personal Finance site based on Microsoft technology(www.thestreet.com)

submitted by wzackwzack(1968) 2 years, 4 months ago

bundle.com is a new service just launched in conjunction with MSN. It is dedicated to helping people make better sense of their spending and saving decisions through context, comparison and community. It incorporates Money Management tools, Savings tools, Cost Comparison tools and Social networking features such as discounted group purchasing. bundle will let end users utilize demographic data to perform spending comparisons and allow them to monitor and transact with their own accounts at multiple banks and brokerages. The implementation is based on the Microsoft technology such as Windows Server, IIS, ASP.NET and other components of the Windows Server Platform stack. read more...

add a comment |category: |Views: 9

tags: another

Constructor over-injection anti-pattern(jeffreypalermo.com)

submitted by ali62bali62b(125) 2 years, 4 months ago

I’m interested in structure. We hear lots of talk about convention over configuration. I’m all for structure over convention (over configuration). This post is about laying out some code that is an anti-pattern. It uses 100% constructor injection. This code makes it easy for a container to bootstrap the construction of the objects, but let’s take a look at why this specific scenario is an anti-pattern and what design would be better. read more...

1 comment |category: |Views: 492

tags: another

Update on Generic Extension Methods project.(it.toolbox.com)

submitted by plbyrdplbyrd(825) 2 years, 4 months ago

Some activity of note on the Generic Extension Methods project. read more...

add a comment |category: |Views: 4

tags: another

.NET Framework 4.0 Poster(www.midnightprogrammer.net)

submitted by prashantmx4prashantmx4(815) 2 years, 4 months ago

Microsoft .NET Framework 4.0 Poster in DeepZoom - Silverlight read more...

2 comments |category: |Views: 1338

tags: another

Live Smooth Streaming: Managing Publishing Points Programmatically on (blogs.southworks.net)

submitted by ejadibejadib(185) 2 years, 4 months ago

Many people have been asking me how to manage publishing point programmatically on IIS Media Services 3.0 (instead of the 2.0 bits, as I explained in this post) So, I started to dig and I came up with the following code: ... read more...

add a comment |category: |Views: 42

tags: another

3 Screens & the Cloud in New York(blogs.msdn.com)

submitted by wzackwzack(1968) 2 years, 4 months ago

I spoke about Microsoft’s "3 Screens and the Cloud" vision at a local Technology Council panel in New York Thursday night.I was on the panel with Alfred Spector, Google’s Vice President of Research and a councilwoman from New York city. read more...

add a comment |category: |Views: 9

tags: another

Specification: By Code, Tests and Contracts(www.minddriven.de)

submitted by MatthiasJMatthiasJ(446) 2 years, 4 months ago

This blog post gives an overview about three specification possibilities for code components. It starts with simple code-based specification and shows how specification in terms of TDD and DbC can add some value to this basic specification. This post is intended to be the first blog post in a series that shows the commonalities and differences of TDD and DbC. read more...

add a comment |category: |Views: 10

tags: another

ARCast.TV - An Overview of MVC4WPF - Part 2 of 3(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 4 months ago

Brian H. Prince meets with Stephen Giffin and John Hannah about their new open source project called MVC4WPF. It is a new framework and guidance package that helps you quickly build enterprise WPF applications. They have seen a dramatic improvement in productivity, ability to leverage entry level developers, and a massive reduction in development costs. The framework helps your developers follow the right path and do the right thing. read more...

add a comment |category: |Views: 2

tags: another

Aliased Maps Design Pattern(georgemauer.net)

submitted by togakangarootogakangaroo(35) 2 years, 4 months ago

A C# functional-flavored pattern that I've been using for some time but have never really seen anyone else do. When DDD is too much work, this can be a good way of composing your application. read more...

add a comment |category: |Views: 10

tags: another

.Net 4.0: Configuring MEF with Linq to Xml(blogs.infosupport.com)

submitted by alexbalexb(268) 2 years, 4 months ago

A much heard criticism of MEF is that the exports are configured with attributes, so if the exports need to be changed, recompilation of the application is required. In this post I'll show how to extend MEF using Linq to XML in such a way, that the exports can be configured in an external configuration file and the application no longer needs to be recompiled when the exports change. read more...

add a comment |category: |Views: 25

tags: another