Hacker Bits Navigation
  • Home
  • Subscribe
  • Issues
  • Programming
  • Data
  • IT
  • Life
  • About
    • About Us
    • FAQ
    • Contact
  • Home
  • Subscribe
  • Issues
  • Programming
  • Data
  • IT
  • Life
  • About
    • About Us
    • FAQ
    • Contact

Programming

All articles about coding, testing and tools

dirty_clock

Quick and dirty “dirty checking” for Windows form, C#

While designing a CRF, little short-cuts can save you lots and lots of time.  This time-saver is straight-forward code-wise and should fit right into your C# code without much modification. During CRF design time, I often have CRFs that have …

Read More
C#crf design
binary-code

Binary serialization in C#

Read More
C#
red-question-mark

Overload the array square bracket operator in C#

Read More
C#
puzzle_pieces

Top 10 differences between Java and C#

Read More
C#javaPopular
question-mark

Why does an abstract class need to implement interface methods?

In a comment for a previous post (Top 10 differences between Java and C#), John P. Wood wrote: As a (primarily) Java developer, I’ve also noticed that C# handles abstract classes that implement interfaces differently. In Java, an abstract class …

Read More
C#javaPopular
  • Page 3 of 3
  • ←
  • 1
  • 2
  • 3
  • Home
  • Subscribe
  • Issues
  • Programming
  • Data
  • IT
  • Life
  • About