Obishawn

Stories submitted by Obishawn

Maintaining Consistent Line Lengths(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 1 month ago

A quick Visual Studio tip on maintaining a consistent code line length. read more...

add a comment |category: |Views: 20

tags: another

Entity framework designer "entityset" naming bug(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 4 months ago

SuperJason describes what appears to be a bug in the Entity Framework designer around naming of entity sets so that you won't be caught off-guard by it. read more...

add a comment |category: |Views: 10

tags: another

Cloud Computing (and Azure) - Right for your site?(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 6 months ago

A quick overview of cloud computing options and benefits from a web hosting standpoint. read more...

1 comment |category: |Views: 452

tags: another

Development vs. Production Web.config(blog.obishawn.com)

submitted by ObishawnObishawn(555) 3 years, 10 months ago

I describe a quick and easy way of changing or removing development settings in your web.config to make it production ready. read more...

add a comment |category: |Views: 74

tags: another

Unit tests are for functionality, not code!(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 11 months ago

Unit tests are meant to test functionality, NOT code! That means if you write your unit tests after the fact, you’re probably not focusing on the functionality. read more...

1 comment |category: |Views: 324

tags: another

I finally get the point of inversion of control(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 11 months ago

A quick overview of IoC (with diagrams!). read more...

add a comment |category: |Views: 770

tags: another

Improve your software by creating an API(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 11 months ago

Good advice for anyone writing an enterprise application. read more...

add a comment |category: |Views: 19

tags: another

Unit Testing Enum Value Support(blog.obishawn.com)

submitted by ObishawnObishawn(555) 3 years, 11 months ago

An overview on how to automatically test every value of an enum that is used by a function using a single unit test. This allows the unit test to automatically pick up new values added to that enum. read more...

add a comment |category: |Views: 31

tags: another

Workflow Foundation Anatomy(blog.obishawn.com)

submitted by ObishawnObishawn(555) 4 years ago

A description of the anatomy of Windows Workflow Foundation. read more...

add a comment |category: |Views: 84

tags: another

Unit Testing Switch Statements(blog.obishawn.com)

submitted by ObishawnObishawn(555) 4 years ago

A quick suggestion on how to unit test functions that use switch statements. read more...

add a comment |category: |Views: 18

tags: another

Ninja Level Code Coverage(blog.obishawn.com)

submitted by ObishawnObishawn(555) 4 years ago

Do you keep an eye on your code coverage level when developing unit tests? Check out this experience with code coverage. read more...

add a comment |category: |Views: 23

tags: another

RE: Switching from Linux to Windows 2008(ytechie.com)

submitted by ObishawnObishawn(555) 4 years, 1 month ago

SuperJason follows up an earlier post with more details about his frustrations with a single Linux machine and his decision to switch over to Windows 2008 on that server but clarifies that he still finds Linux a superior operating system. read more...

add a comment |category: |Views: 0

tags: another