deezin

Stories submitted by friends of deezin

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

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

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

Running .NET CF applications and code on Symbian based Phones(shafqatahmed.com)

submitted by raasielraasiel(865) 2 years, 4 months ago

How run .net code on Nokia Series 60 Phones ( E61, E71, 6680) read more...

add a comment |category: |Views: 11

tags: another

drilling 2 steps in reports viewer 2005(techietweaks.blogspot.com)

submitted by ahmedsayed_86ahmedsayed_86(410) 2 years, 4 months ago

How to drill 2 steps in reports viewer 2005 read more...

add a comment |category: |Views: 0

tags: another

How to Create a Linq Statement from a String(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years, 6 months ago

Some useful extension methods off of IEnumerable<T> that let you create dynamic Linq statements from a string, including "Where" and "OrderBy". Especially useful if you're letting your users create their own filters. Code is in C# but it should be easy to convert to VB. read more...

add a comment |category: |Views: 40

tags: another

Free Code Similarity Finder - CopyPasteKiller(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years, 6 months ago

Free tool helps C# and VB.NET developers find large chunks of similar code so they can be refactored. read more...

add a comment |category: |Views: 474

tags: another

Setting A report's DataSource to a Shared Data Source Programmatically(techietweaks.blogspot.com)

submitted by ahmedsayed_86ahmedsayed_86(410) 2 years, 8 months ago

Setting A report's Data Source to a Shared Data Source Programmatically in C# read more...

add a comment |category: |Views: 24

tags: another

Serializing Web Service Requests to run Load Tests(shafqatahmed.com)

submitted by raasielraasiel(865) 2 years, 9 months ago

How to record web service requests and play them later on to emulate use cases and then run in multi threads to simulate stress in a real life scenario. read more...

add a comment |category: |Views: 6

tags: another

Two WPF features I wish were coming in 4.0(vonsharp.net)

submitted by viggityviggity(1124) 2 years, 11 months ago

Why is ObservableCollection<T> and INotifyCollectionChanged in WindowsBase.dll and not System.dll? read more...

add a comment |category: |Views: 20

tags: another

Building your ASP.NET MVC Application using Subsonic(techietweaks.blogspot.com)

submitted by ahmedsayed_86ahmedsayed_86(410) 2 years, 11 months ago

Building your ASP.NET MVC Application using Subsonic. The complete steps to start your application. read more...

add a comment |category: |Views: 47

tags: another

Executing Powershell Scripts in the Same Execution Context(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years ago

How to executes scripts and retains variables and functions written in the script even after the script executes. read more...

add a comment |category: |Views: 8

tags: another

Much Faster Browsing For MSDN(vonsharp.net)

submitted by viggityviggity(1124) 3 years, 1 month ago

There is a new MSDN Low Bandwidth Beta, that isn't cluttered with junk. read more...

add a comment |category: |Views: 6

tags: another