Jono

Stories kicked by Jono

Have you noticed this function in C# 2.0(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 6 months ago

This is really weird, I've been using C# 2.0 since beta 2, and I didn't notice this function in List class Consider the following code. read more...

2 comments |category: |Views: 1

tags: another

Interview questions for C# job [part 1](toqc.com)

submitted by jasper22jasper22(1320) 5 years, 6 months ago

This is a long list with questions that you may be asked at C# job interview (with answers). Enjoy read more...

add a comment |category: |Views: 532

tags: another

Charlie Calvert's Community Blog : Optimizing C# String Performance(blogs.msdn.com)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

Some good tips. Some are common sense, some are optimization methods. read more...

add a comment |category: |Views: 26

tags: another

Organizing Unit Tests and Projects With Solution Folders(codebetter.com)

submitted by JimBollaJimBolla(130) 5 years, 7 months ago

Rather than letting the alphabetical nature of the Solution Explorer drive my naming conventions, I will typically toss my tests in a separate Solutions Folder that separates it from the rest of the core code, etc. read more...

add a comment |category: |Views: 15

tags: another

Help Create a Free, World-wide Online C# and .NET Reference(blog.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 7 months ago

Use and contribute to this wiki-based ASP.NET, C#, and .NET resource. There are new Spanish and German versions of the site! read more...

add a comment |category: |Views: 3

tags: another

The Law of Demeter and Testability(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 8 months ago

This post looks at the relationship Testability has with the Law of Demeter. read more...

add a comment |category: |Views: 4

tags: another

Get flying with Isolated Storage in C#(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 8 months ago

Isolated Storage is a place on the disk where your .NET application always has write permissions. That makes it ideal for applications that need to store information such as settings or XML without first asking for permission. Application types such as ClickOnce or non-installable applications would benefit hugely from this capability. read more...

add a comment |category: |Views: 47

tags: another

C# object arrays BinarySearch, Sort and IComparer(atlasandnetfinds.blogspot.com)

submitted by sambarbersambarber(300) 5 years, 8 months ago

Looking at some basic examples to getting some decent features of object arrays working in .net 1.1 read more...

add a comment |category: |Views: 358

tags: another

Managing collections with functors(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years, 9 months ago

An easy way of working with collections using the new features of C# 2.0. read more...

1 comment |category: |Views: 8

tags: another

.NET - Serialization(jaltiere.com)

submitted by jaltierejaltiere(885) 5 years, 9 months ago

This article deals with the BinaryFormatter and SoapFormatter classes in the .NET Framework, and gives an example of how you might serialize a custom object read more...

add a comment |category: |Views: 7

tags: another

C# Equivalent of SQL Coalesce(onlytalkingsense.wordpress.com)

submitted by jesterjester(70) 5 years, 9 months ago

This blog post describes the use of the null coalescing operator. read more...

add a comment |category: |Views: 12

tags: another

Do more with a DataTable and improve performance(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 9 months ago

There are some features in the System.Data.DataTable class that a lot of developers doesn’t utilize. I base that statement on different code samples I’ve seen on blogs and article bases during the last couple of years. Some of these features can improve the performance. read more...

add a comment |category: |Views: 35

tags: another

MSDN Article - Model View Presenter(jpboodhoo.com)

submitted by JonoJono(70) 5 years, 9 months ago

An article by Jean-Paul Boodhoo on Model View Presenter - published in MSDN magazine. read more...

add a comment |category: |Views: 153

tags: another

Have you stopped beating your dog yet?(blogs.msdn.com)

submitted by dalzieldalziel(6230) 5 years, 10 months ago

Dave Schmitt, Microsoft evangelist posts his responses to a list of questions about .NET from someone obviously in favour of J2EE read more...

add a comment |category: |Views: 6

tags: another

Inheritance Versus Interfaces(c-sharpcorner.com)

submitted by dalzieldalziel(6230) 5 years, 10 months ago

This article describes the advantages of using interfaces over inheritance and how to create a plug and play component in .NET using an interface. read more...

add a comment |category: |Views: 9

tags: another

The Dark Side Of Declaritive DataBinding(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

The first article in a series that will discuss the pitfalls of the traditional declaritive databinding approaches that are touted at many demos/presentations etc. Over the course of the series, techniques and practices will be introduced to allow for more confidence and robustness in your databinding scenarios. read more...

add a comment |category: |Views: 5

tags: another