john2021

Stories kicked by john2021

Making web service calls with JQuery(www.jaltiere.com)

submitted by jaltierejaltiere(885) 2 years, 1 month ago

This article walks through an example of creating a javascript object and passing it to a .NET web service via JSON. It also shows how to use JQuery to make the web service call asynchronously. read more...

2 comments |category: |Views: 424

tags: another

Windows 7 Keyboard Tips(brendan.enrick.com)

submitted by john2021john2021(600) 2 years, 8 months ago

Increase productivity in Windows 7 read more...

add a comment |category: |Views: 16

tags: another

Comparing Design Patterns in C# and Ruby: The Command Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 8 months ago

An example of how to use the command pattern to perform (and undo) actions in C# and Ruby. read more...

add a comment |category: |Views: 70

tags: another

Quality Sounds Good...I Think.(codethinked.com)

submitted by pitadev_ajpitadev_aj(300) 2 years, 9 months ago

Justin Etheridge muses on software as a tangible product that we should be selling. read more...

add a comment |category: |Views: 149

tags: another

Comparing Design Patterns in C# and Ruby: The Iterator Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 9 months ago

Comparing the differences in how the Iterator pattern may be implemented in C# and Ruby. read more...

add a comment |category: |Views: 16

tags: another

Comparing Design Patterns in C# and Ruby: The Composite Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 10 months ago

Another post in the series comparing design pattern implementations in C# and Ruby. This time we take a look at the Composite pattern. read more...

add a comment |category: |Views: 92

tags: another

What's new in NHibernate 2.1(zvolkov.com)

submitted by brijeshsnmbrijeshsnm(126) 2 years, 10 months ago

NHibernate 2.1 features read more...

add a comment |category: |Views: 629

tags: another

Compare Design Patterns in C# and Ruby: The Observer Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 10 months ago

A look at how the Observer pattern can be applied in the two languages read more...

add a comment |category: |Views: 421

tags: another

Comparing Design Patterns in C# and Ruby: The Strategy Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 10 months ago

A look at how the Strategy pattern is implemented in C# and Ruby. read more...

add a comment |category: |Views: 114

tags: another

UppercuT - The Insanely Easy to Use Automated Build Framework(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 3 years ago

Automated Builds as easy as (1) solution name, (2) source control path, (3) company name for most projects!!! UppercuT is for developers who want a powerful build framework without a lot of set up work. UppercuT is for anyone who needs a standard way of building applications across an entire organization. UppercuT is for anyone who wants to concentrate on just writing code. What can UppercuT do for you? -Compiles your application -Versions the local code build -Runs your unit tests -Runs NCover -Runs NDepend (you will need a license - does not come with UppercuT) -Creates environment configuration files (using ENV.settings files and config.template files) - more on this later -Packages your application for deployment -Along the way, it can run custom tasks for you. read more...

2 comments |category: |Views: 416

tags: another

Comparing Design Patterns in Ruby and C#: The Template Pattern(johnlmiller.com)

submitted by john2021john2021(600) 3 years ago

The first in a series of post comparing design patterns in both C# and Ruby. This one starts us off with the Template pattern. read more...

add a comment |category: |Views: 13

tags: another

A Closable jQuery Plug-in(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 1 month ago

I've found it very useful to have a closeable plug-in that hide the content of an HTML element providing a visual close image cue. Almost every UI I build these days requires either closing pop up windows or even more commonly requires that items are removed and visually hidden which usually implies 'close' behavior. In addition to removing a bunch of HTML markup, having a plug-in is also quite useful for server controls especially if multiple behaviors (plug-ins) need to be applied. read more...

1 comment |category: |Views: 295

tags: another

Ten C# Keywords That You Shouldn’t Be Using(codethinked.com)

submitted by john2021john2021(600) 3 years, 1 month ago

Overview of some not-so-common keywords and reasons to avoid them...or understand what the implications are if we use them. read more...

1 comment |category: |Views: 1091

tags: another

Using Reflection to Find Connection String Being Used By NHibernate(johnlmiller.com)

submitted by john2021john2021(600) 3 years, 2 months ago

Example of how you can use reflection to find the connection string that's being used by NHibernate. read more...

1 comment |category: |Views: 16

tags: another

Running a Sql Script to Insert Lookup Data For Tests From C#(johnlmiller.com)

submitted by john2021john2021(600) 3 years, 2 months ago

Goes over how to execute Sql script files from within C#. read more...

add a comment |category: |Views: 18

tags: another

Who Knew Domain Validation Was So Hard?(codethinked.com)

submitted by john2021john2021(600) 3 years, 3 months ago

Justin continues searching for the best place to put domain validation logic. read more...

add a comment |category: |Views: 340

tags: another