joelcochran

Stories submitted by joelcochran

Working with Wijmo Expanders and jQuery(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 6 months, 26 days ago

Discusses Wijmo a jQuery UI Widget kit. Specifically addresses how to work with the Expander widget and how to dynamically expand and collapse expanders in jQuery. read more...

add a comment |category: |Views: 4

tags: another

Becoming a Windows Phone 7 Developer(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 1 month ago

Discusses creating a Windows Phone 7 Developer account. read more...

add a comment |category: |Views: 7

tags: another

Blend in Action MEAP updated with chapter 4(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 1 month ago

Manning's "Expression Blend in Action" updated to include chapter 4 "Container Driven Design: understanding layout". This chapter discusses effective layout techniques and strategies for building fluid WPF and Silverlight applications using Expression Blend. read more...

add a comment |category: |Views: 4

tags: another

Simple, Blendable, DI driven ViewModels(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 6 months ago

This article describes a simpler alternative to the ViewModelLocator pattern for Silverlight MVVM applications. The goal is create a completely Blendable ViewModel class, complete with Design time data support, using Dependency Injection. read more...

add a comment |category: |Views: 21

tags: another

SSIS and DelayValidation (www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 7 months ago

Outlines a Validation error issue I encountered when deploying an SSIS Package to a client network. Explains what DelayValidation means and how to avoid this error. read more...

add a comment |category: |Views: 28

tags: another

A Centered and Resizable Text Header (www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 8 months ago

Demonstrates how to create a header from a TextBlock in WPF or Silverlight that can resize with the Window. It also discusses using a Grid to create resizable Margins. read more...

add a comment |category: |Views: 2

tags: another

Project Greenfield: Learning SSIS(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 8 months ago

A quick outline of SSIS from a developer's point of view. Discusses main parts of the technology and why it would be beneficial to developers. read more...

add a comment |category: |Views: 4

tags: another

Processing Command Line Arguments in an Offline ClickOnce Application (www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 11 months ago

Describes how to pass command line arguments to an offline ClikcOnce application. read more...

add a comment |category: |Views: 22

tags: another

Free Blend Event: Blend-O-Rama! (www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 11 months ago

Announcing a free 5-day lunch and learn webcast series all about Microsoft Expression Blend! read more...

add a comment |category: |Views: 4

tags: another

Stored Procedure vs Parameterized Query(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 11 months ago

Outlines a performance problem I was having using iSeries Stored Procedures in a .NET program. Sometimes Stored Procedures are not the answer. read more...

add a comment |category: |Views: 11

tags: another

Expression Studio 4 Released(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 11 months ago

A discussion of the release of Microsoft Expression 4, availability, and options, and some comments, complaints, and suggestions. read more...

add a comment |category: |Views: 6

tags: another

Clearing a SQL Server Database, Take 2 (www.developingfor.net)

submitted by joelcochranjoelcochran(333) 1 year, 11 months ago

A further discussion of how to Clear all the data from all the Tables in a SQL Server Database. read more...

add a comment |category: |Views: 0

tags: another

Clearing a SQL Server Database(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 2 years ago

Discusses options for clearing all the data from all the tables in a SQL Server database. Also involves discussion of Entity Framework and other related topics. read more...

add a comment |category: |Views: 3

tags: another

Code Snippet Basics – now with NUnit! (www.developingfor.net)

submitted by joelcochranjoelcochran(333) 2 years ago

An introduction to Code Snippets. Discusses how to use them, how to write them, and how to import them. Also provides 2 code snippets downloads for writing NUnit fixtures and methods. read more...

add a comment |category: |Views: 10

tags: another

Project Greenfield: Testing the TDD Waters(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 2 years ago

Part the "Project Greenfield" Series: this article discusses the first experiences with TDD, and includes a link to a video with a real world demonstration of TDD. Not a typical Calculator type sample. read more...

add a comment |category: |Views: 5

tags: another

Project Greenfield: Implementing Source Version Control(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 2 years ago

Discusses various issues with version control, Version Control Systems, selecting and implementing a Distributed Version Control System. read more...

add a comment |category: |Views: 3

tags: another