deezin

Stories kicked by friends of deezin

Cool things about HTML5(blogs.dotnetkicks.com)

submitted by vijaystvijayst(1311) 9 months, 20 days ago

As you know, HTML 5 is the latest standard on the web and will soon supercede technologies like Silverlight and Flash. This blog post gives a short introduction to HTML 5. Media support, local storage, canvas are some of the items discussed in this post. read more...

add a comment |category: |Views: 88

tags: another

.NET Isn’t Dead(www.devtopics.com)

submitted by Hawkins989Hawkins989(20) 9 months, 24 days ago

.NET isn’t really sinking after all, and this controversy is just another molehill made into a mountain by the frenzied blogosphere. read more...

add a comment |category: |Views: 14

tags: another

A Cheat Sheet for Blend(blog.nitriq.com)

submitted by viggityviggity(1124) 1 year, 8 months ago

A cheat sheet for developers that are new to Expression Blend read more...

add a comment |category: |Views: 21

tags: another

Code Analysis Techniques(stevesmithblog.com)

submitted by viggityviggity(1124) 1 year, 9 months ago

Discusses a few different metrics for measuring your code and how you can use them to improve your code. read more...

add a comment |category: |Views: 6

tags: another

Adjusting Reporting Services Report width into A4 size.(techietweaks.blogspot.com)

submitted by ahmedsayed_86ahmedsayed_86(410) 1 year, 9 months ago

Adjusting Reporting Services Report width into A4 size using the Report properties read more...

add a comment |category: |Views: 69

tags: another

Ruby and .Net Developers Solve Two Different Kinds of Problems(blog.nitriq.com)

submitted by viggityviggity(1124) 1 year, 10 months ago

Explains that a lot of Ruby's criticism of .Net's use of an IDE stems from the differences in the kinds of projects that are solved with each platform. read more...

add a comment |category: |Views: 456

tags: another

Getting started with bing map in silver-light(beyondrelational.com)

submitted by sdineshsdinesh(610) 1 year, 11 months ago

This post explains how to get started with Bing Map and Silverlight. This is first of a series of posts which explains how to build geo-spatial solutions using silverlight, bing maps based on the data stored in a SQL Server database. read more...

add a comment |category: |Views: 169

tags: another

Simplify, Shorten and Speed Up Your LINQ Statements with "Let"(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years ago

Details how using the "let" keyword can make your LINQ statements shorter and faster. read more...

add a comment |category: |Views: 675

tags: another

IQueryable Can Kill Your Dog, Steal Your Wife, Kill Your Will To Live,(www.weirdlover.com)

submitted by evannevann(219) 2 years ago

If you take a quick detour over to StackOverflow, you’ll realize very, very quickly that, when it comes to wholly and full-heartedly screwing up your Linq to SQL statements, the screw-up almost always involves a misunderstanding of the purpose and... read more...

add a comment |category: |Views: 841

tags: another

Free eBook: .NET Performance Testing and Optimization(www.red-gate.com)

submitted by javeryjavery(5523) 2 years ago

Get your free copy of the Complete Guide to .NET Performance Testing and Optimization: Paul Glavich and Chris Farrell walk you through everything you need to know to set up a test environment and suggest steps you can take to get fast performance gains. Don't miss the good advice and recommendations on keeping your applications lean, mean, and fast! read more...

2 comments |category: |Views: 845

tags: another

C# 4.0 Optional Parameters and Named Parameters(blog.johnplant.net)

submitted by rplantrplant(750) 2 years, 1 month ago

I have been resisting the new Optional Parameter feature of C# 4.0 due to the way I thought it would implement rather then diving into it and finding out. read more...

add a comment |category: |Views: 6

tags: another

Silverlight 4 - Trim Text in a TextBlock and display Ellipses instead (www.devcurry.com)

submitted by flyingkickflyingkick(331) 2 years, 1 month ago

What happens when you have text that does not fit its container? Let’s see. <Grid x:Name="LayoutRoot" Background="White" Margin="40"> <TextBlock Name="tb" Height="20" HorizontalAlignment="Left" Text="This sentence is too long to fit in here" Width="100"> </Grid> read more...

add a comment |category: |Views: 90

tags: another

Poll: IoC containers for .NET(www.sturmnet.org)

submitted by oliversolivers(95) 2 years, 2 months ago

Trying to find out which IoC containers people use on .NET, or even if they use any. Put your vote in and kick it! read more...

2 comments |category: |Views: 761

tags: another

Ninject 2.0 Released!(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 3 months ago

Nate Kohari announces the release of Ninject 2.0, and welcomes Ian Davis as co-maintainer of the project. read more...

add a comment |category: |Views: 372

tags: another

SLCanvas: Now Canvas Tag Support(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 2 years, 3 months ago

IE6~IE8 now support the canvas HTML tag, with a couple minor caveats. read more...

add a comment |category: |Views: 21

tags: another

A deeper look into AutoMapper: Projection and Flattening Objects(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Continue our look at the AutoMapper framework. AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to take a deeper look at how you can flatten your model during transformation or perform projection during transformation. read more...

add a comment |category: |Views: 449

tags: another