Mendelt

Stories submitted by Mendelt

Software engineering is NOT like structural engineering(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 5 months ago

There are lots of analogies that are used to describe software engineering. Usually they're wrong. read more...

add a comment |category: |Views: 19

tags: another

When to use static methods(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 6 months ago

Rule of thumb on when to use static methods and when they are evil. read more...

add a comment |category: |Views: 30

tags: another

Sequence diagrams with websequencediagrams.com(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 6 months ago

Links to a nice tool for quickly drawing sequence diagrams. read more...

add a comment |category: |Views: 23

tags: another

Using events to improve testability and reduce temporal coupling.(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 7 months ago

Example of how event-based programming can keep your code and tests cleaner. read more...

add a comment |category: |Views: 5

tags: another

Unit testing and PInvoking pt.3(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 7 months ago

Third post in a series on how to set up PInvoke calls so they're easy, reusable and testable. With examples or tests with the Rhino Mocks AAA syntax. read more...

add a comment |category: |Views: 4

tags: another

Process weirdness and how to solve it(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 8 months ago

Strange problem with the System.Diagnostics.Process and a solution read more...

add a comment |category: |Views: 5

tags: another

Another Stack Overflow review(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 8 months ago

Review of http://www.stackoverflow.com read more...

add a comment |category: |Views: 82

tags: another

Visual Studio Add Interface context menu(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 8 months ago

Short description on how to add an Add Interface context menu in Visual Studio read more...

add a comment |category: |Views: 57

tags: another

Unit testing and PInvoking pt. 2(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 8 months ago

Part two in a series of blogposts describing how to unit test code that uses PInvoke calls. read more...

add a comment |category: |Views: 2

tags: another

Unit testing and PInvoking(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 8 months ago

The first part in a series of tips, tricks and best practices on unit testing code that uses pinvoke. read more...

add a comment |category: |Views: 6

tags: another

PInvoke, managed and unmanaged datatypes(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 9 months ago

List of unmanaged datatypes and their corresponding CLR types. Copied and adapted from codeproject. read more...

add a comment |category: |Views: 20

tags: another

Marshalling strings with StringBuilder(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 9 months ago

Tip on how to reserve buffers for unmanaged code to pass strings back into the managed world read more...

add a comment |category: |Views: 66

tags: another