mopelaew

Stories kicked by mopelaew

5 Tips to get the most out of your coding time(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 2 months ago

I remember seeing an add from Microsoft I believe for hiring programmers and the jist of it was “We give you an office with a door”. Why you might wonder? read more...

2 comments |category: |Views: 1035

tags: another

MEF will not get easier, it’s cool as ICE(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 2 months ago

Over the past few weeks, several people asked me to show them how to use MEF (Managed Extensibility Framework), some of them seemed to have some difficulties with the concept of MEF. I tried explaining that it will not get easier than it is currently, hence the title of this blog post. MEF is based on 3 keywords: export, import, compose. Since these 3 words all start with a letter that can be combined to a word, and MEF is cool, here’s a hint on how to remember it: MEF is cool as ICE! read more...

1 comment |category: |Views: 375

tags: another

Disable All or Selective Controls on a Page using jQuery (www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 2 months ago

Disabling controls on a Page using jQuery is a cakewalk, thanks to the wonderful Selector API. Here’s an example. read more...

add a comment |category: |Views: 295

tags: another

.NET 4.0 And Our Parallel Future(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 3 months ago

A look at .NET 4.0 Parallel features, and how we can use LINQ to make them even easier to use. read more...

1 comment |category: |Views: 511

tags: another

6 Of My Favorite Visual Studio Shortcuts(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A few of my favorite Visual Studio Shortcuts to make my life and yours just a bit easier! read more...

4 comments |category: |Views: 1104

tags: another

Mastering jQuery now available at TekPub | Encosia(encosia.com)

submitted by javeryjavery(5523) 2 years, 5 months ago

Dave and I launch a new series on TekPub about Mastering JQuery. read more...

3 comments |category: |Views: 378

tags: another

Windows Azure in 20 Minutes!(blogs.msdn.com)

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

I had the opportunity to present The Windows Azure Platform at the 2nd Annual ISV Architects Workshop in New York City on December 10,2009. My thanks to my associate Gunther Lenz who is the local Microsoft ISV Architect Evangelist for the opportunity. read more...

8 comments |category: |Views: 292

tags: another

11 Optimization Tips for Visual Studio(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years ago

Sometimes ago I compiled this list for myself and our team to help get things done faster and deal with visual studio quirks. read more...

add a comment |category: |Views: 951

tags: another

5 Useful Visual Studio C# Snippets(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

The title says it all. Save yourself sometime by using these snippets. read more...

add a comment |category: |Views: 780

tags: another

Building a Silverlight Line-Of-Business Application – Styling Part 7.2(silverlightshow.net)

submitted by KMillerKMiller(335) 3 years, 1 month ago

In this article I will be taking a look at fashions in user interface design of late, and what basic elements can be identified as working towards beautiful and functional applications. Also I will address some of the “controversy” from my previous article and provide some opinions and responses to the comments I received. read more...

add a comment |category: |Views: 24

tags: another

Building a Twitter Client as an Internet Explorer Add On using SpicIE(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

I came across the (Simple Plug-in Creator for Internet Explorer) SpicIE project this weekend and wanted to give it a try. So what’s a better example than to build a twitter client since it seems to be getting all the hype lately read more...

add a comment |category: |Views: 197

tags: another

5 Most Common Asked Questions When Using .Net RIA Services(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

From the comments on my previous articles on .Net RIA Services and from the search queries that lead to those articles, a pattern of a recurring set of questions showed up and I am sure that most .Net RIA Services enthusiasts face the same issues. This post address a few of these issues read more...

add a comment |category: |Views: 285

tags: another

4 Great Tools to use with Visual Studio(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

Today was a slow day so I was trying some Visual Studio Add-Ins for our team to help in the development and here are the ones that made the cut. read more...

1 comment |category: |Views: 1342

tags: another

.Net RIA Services Metadata Programming Model(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

.Net RIA Services Metadata offers a strong validation framework that makes it easy to validate user input and extend the behavior of your objects through Metadata. This is an introduction to using the Metadata Model as well as a how to. read more...

add a comment |category: |Views: 401

tags: another

Working with SQL Server, hierarchical data and Silverlight(nesteruk.org)

submitted by dmitridmitri(408) 3 years, 1 month ago

A first in a series of posts describing how to project SQL Server 2008 hierarchical data onto a Silverlight app. read more...

add a comment |category: |Views: 63

tags: another

Silverlight 3 - Playing with Perspective 3D(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 1 month ago

Silverlight 3 allows you to apply 3D transformation to XAML elements. Here is a fully working sample to try different settings (RotationX, CenterOfRotation, LocalOffset, …) on a picture as well as ScreenCast and source code. read more...

add a comment |category: |Views: 28

tags: another