rocjoe71

Stories kicked by rocjoe71

Is Nick Stakenburg Bullying His Open-Source 'Competitor'(naspinski.net)

submitted by naspinskinaspinski(610) 3 years, 2 months ago

This is obviously a scare tactic used by a vendor to frighten a 'competitor' who is encroachinig on his sales. Nick (the vendor) is jarred by the fact that someone has released a comparable (better?) product that his and it is free. It behaves somewhat the same, so obviously it was copied... This is a serious issue, we can't let companies push around open-source with threats like this. read more...

2 comments |category: |Views: 454

tags: another

Hidden Features of C#(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

In this article, I’ll just link to a pretty great StackOverFlow Question about Hidden Features of C#. Most of C# Features are obscure for us and need some explanations, the following list and explain how to use it. read more...

add a comment |category: |Views: 1179

tags: another

C# Design Patterns - An Overview(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 5 months ago

Over the next number of posts I am going to be exploring the world of design patterns. We’ll look at some of the most commonly used patterns and how they look in C#. read more...

2 comments |category: |Views: 777

tags: another

Virtual file.... from IStream(boxedapp.com)

submitted by _UE__UE_(230) 3 years, 5 months ago

The blogpost shows how to create a virtual file if you have implementation of IStream. The article includes a C# implemenation of IStream and a few samples. So you can create a virtual file with any behavior! Hope it can be interesting for .net developers :) read more...

add a comment |category: |Views: 324

tags: another

Filtering You Data Using Predicates (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 5 months ago

A while back I wrote an article about How to sort data by manipulating the view only, This article will handle filtering the data without changing it. read more...

1 comment |category: |Views: 312

tags: another

Who Called Me? (blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

Sometimes it is important to understand what method called other method. In ths post I will show you an easy way to do that. read more...

3 comments |category: |Views: 690

tags: another

Back to Basics: Delegates, Anonymous Methods and Lambda Expressions(codebetter.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 5 months ago

Great article on .NET basics read more...

add a comment |category: |Views: 783

tags: another

10 Ways To Programaticly Shoot Yourself In The Foot - Part B (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 6 months ago

This is part B of the 10 Ways To Programaticly Shoot Yourself In The Foot article. In this article I will talk about another 5 issues that even the best developers have to be aware of. In other words, I will try to prevent you from programaticly shooting yourself in the foot. read more...

add a comment |category: |Views: 873

tags: another

4 Steps To Ensure You’re The Worst Developer Ever!(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 6 months ago

There are lots of articles about improving your skills as a developer. Everyone likes to talk about how to strengthen their skills and produce really good software. But, what if you want to be the worst developer ever? Nobody seems to want to share those secrets. read more...

3 comments |category: |Views: 1254

tags: another

Emergent Complexity(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 6 months ago

Why is it that our well designed systems seem to fall into chaos so easily? read more...

add a comment |category: |Views: 356

tags: another

ScottG:Styling a Silverlight Twitter Application with Expression Blend(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 6 months ago

"One of the things that makes Silverlight so powerful is the ease with which developers and designers can collaborate together on projects. Developers can use Visual Studio to open and edit Silverlight 2 projects and get a powerful code-focused .NET development environment, and designers can use Expression Blend 2 SP1 to open and edit the exact same project and use a creative tool to sculpt and create optimal user experience designs." read more...

1 comment |category: |Views: 206

tags: another

Writing Tests to Catch Memory Leaks in .NET(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 6 months ago

Although Microsoft will claim that it is "not possible to have a memory leak in managed code", most seasoned .NET developers will laugh at that statement. It turns out that it is very easy to leak memory -- just keep a referencing object around longer than the referenced object, and you can leak. Here is a way to write tests to catch leaks. read more...

2 comments |category: |Views: 608

tags: another

C# vs Ruby(codeclimber.net.nz)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 8 months ago

Interesting observation read more...

add a comment |category: |Views: 886

tags: another

Documents 2.0 - Consumable Documents(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 8 months ago

Sidar discussing the need for more agile documents in business environments. read more...

add a comment |category: |Views: 239

tags: another

Jump between braces in Visual Studio.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 10 months ago

Move fast between open and close braces. No more scrolling to find beginning of that illusive if statement. read more...

2 comments |category: |Views: 826

tags: another

Being Smart Does Not a Good Developer Make(codethinked.com)

submitted by mjeatonmjeaton(724) 3 years, 10 months ago

Not every programmer needs to be a crazy mathematical genius who knows every algorithm and data structure known to man (although I think Steve Yegge would argue differently). read more...

2 comments |category: |Views: 395

tags: another