tcodex

Stories kicked by tcodex

Responsive Web Design: A Means To Something(maxfoundry.com)

submitted by arcwarearcware(85) 5 months, 20 days ago

A designer's take on responsive web design. read more...

3 comments |category: |Views: 331

tags: another

Understanding LINQ and LINQ to SQL (and EF)(ytechie.com)

submitted by SuperJasonSuperJason(2740) 2 years, 8 months ago

Back to basics for this post. Developers often throw around the word LINQ when talking about a number of different technologies. Now that I have been comfortably using a wide variety of LINQ technologies for a fair amount of time, I’m now able to convey some of the key differences that are critical to using LINQ technologies efficiently. read more...

add a comment |category: |Views: 15

tags: another

How to find an element in c# Generic List(cherupally.blogspot.com)

submitted by kcherupakcherupa(295) 2 years, 8 months ago

read this post to learn how to find an element within the list using linq read more...

1 comment |category: |Views: 461

tags: another

Expression Clone!(blog.hightech.ir)

submitted by tcodextcodex(45) 2 years, 8 months ago

expression blend wpf theme read more...

add a comment |category: |Views: 44

tags: another

Dynamically Compiled Lambdas vs. Pure Reflection(justnbusiness.com)

submitted by darthobiwandarthobiwan(140) 2 years, 8 months ago

Detailing the performance differences between compiling lambda's and straight reflection. It turns out to not be cut and dry on which way is faster read more...

add a comment |category: |Views: 28

tags: another

db4o goes Queryable(developer.db4o.com)

submitted by gerpxgerpx(509) 2 years, 9 months ago

LINQ to db4o provider now supports the IQueryable interface as well! read more...

add a comment |category: |Views: 18

tags: another

WikiPlex - CodePlex's Wiki Engine - Releases v1.1(blog.eworldui.net)

submitted by mhawleymhawley(1125) 2 years, 9 months ago

CodePlex's embeddable wiki engine, WikiPlex has just released v1.1. Release highlights include compatibility for Mono, scope augmenters, and more! See the full release notes for all changes. read more...

add a comment |category: |Views: 13

tags: another

LINQPad (new version) - nice tool that can help you to stady LINQ.(rredcat.blogspot.com)

submitted by RredCatRredCat(299) 2 years, 9 months ago

LINQPad is nice tool that can help you to study LINQ. I have read firs overview of this tool. Absence auto-complete grieves most people. Auto-complete is present in new version. This option requiring payment. IMHO: auto-complete is more detrimental than efficiency for studying (but very useful for work). But I want say not about that. LINQPad is obtain other interesting feature. Author of this tool Joseph Albahari with your brother had written book "C# 3.0 in a Nutshell" and he added LINQ samples from ... read more...

add a comment |category: |Views: 29

tags: another

UI Prototyping and Mockups Part 1 - Balsamiq(codertools.wordpress.com)

submitted by tcodextcodex(45) 2 years, 9 months ago

Whether you use a tool to do Mockups or not this review of Balsamiq might convince you to at least try a more automated way to do mockups than pencil and paper or whiteboard (which is fine no matter what!). read more...

add a comment |category: |Views: 9

tags: another

My ideal IDE(lostechies.com)

submitted by cwbrandsmacwbrandsma(1711) 2 years, 9 months ago

What some of us would like Visual Studio to do for us read more...

1 comment |category: |Views: 782

tags: another

WPF/Xaml Menagerie(codertools.wordpress.com)

submitted by tcodextcodex(45) 2 years, 11 months ago

A good collection of wpf resources from addins to utilities to components and books read more...

add a comment |category: |Views: 13

tags: another

Navigational Workflows Unleashed In WWF/ASP.NET 3.5(codeproject.com)

submitted by tcodextcodex(45) 4 years ago

What is a Navigational Workflow? In a nutshell, a Navigational Workflow is a method of describing navigational logic for an application as well as the rules that ensure that logic is adhered to. Any application that must follow some sort of process flow, requires a Navigational Workflow. This article is a case-study on the internals of a Navigational Workflow engine for a fictional dating website called “World Wide Dating.” The host application is written in ASP.NET and the Navigational Workflow is written using Windows Workflow Foundation. read more...

add a comment |category: |Views: 262

tags: another