itaibh

Stories kicked by itaibh

Thoughts and Technology: Custom Resizable Windows in WPF and Winforms(itaibh.blogspot.com)

submitted by itaibhitaibh(60) 6 days, 8 hours ago

The following post is relevant for both WPF and Winforms projects, wishing to create custom looking windows that can be dragged and resized from all directions (or specific ones). read more...

add a comment |category: |Views: 4

tags: another

Cartoon. Tetris development(hacktoons.com)

submitted by miniscrumminiscrum(138) 2 years, 3 months ago

Next comic strip about programmers' fail. Guess what's wrong before reading the notes? read more...

add a comment |category: |Views: 507

tags: another

The importance of micro optimizations(twistedcode.net)

submitted by itaibhitaibh(60) 2 years, 7 months ago

How can a simple rule of thumb impact the performance so dramatically. read more...

add a comment |category: |Views: 7

tags: another

Writing Quality Software - Code(itaibh.blogspot.com)

submitted by itaibhitaibh(60) 2 years, 9 months ago

Coding is bringing the architecture and design to life. Making the idea work. Correct coding is more than just writing code that runs and do what it supposed to do. Correct coding is about making sure the architectural principles are applied, the code is readable and maintainable, self explanatory and self debuggable. read more...

add a comment |category: |Views: 11

tags: another

Writing Quality Software - Architecture(itaibh.blogspot.com)

submitted by itaibhitaibh(60) 2 years, 10 months ago

Designing the architecture of software is very important phase is the software life cycle. In this article I review a few rules of thumb regarding a software architecture coding and design. read more...

add a comment |category: |Views: 10

tags: another

WinDbg + SOS Cheat Sheet(kentb.blogspot.com)

submitted by akcoderakcoder(830) 2 years, 10 months ago

A WinDbg + SOS cheat sheet that will print nicely on a sheet of A4 paper. read more...

add a comment |category: |Views: 142

tags: another

11 Optimization Tips for Visual Studio(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years ago

Sometimes ago I compiled this list for myself and our team to help get things done faster and deal with visual studio quirks. read more...

add a comment |category: |Views: 951

tags: another

BiDi – What is it, why we need it(itaibh.blogspot.com)

submitted by itaibhitaibh(60) 3 years, 1 month ago

In this article I review what is the difference between Logical Text to Visual Text and how the BiDi (Bidirectional Text) algorithm helps us manage textual content correctly. read more...

add a comment |category: |Views: 4

tags: another

5 things you'd be willing to chop off System.Byte for(devlicio.us)

submitted by DrWatsonDrWatson(690) 3 years, 1 month ago

What is your list of 5 things you'd be willing to chop off System.Byte for? read more...

add a comment |category: |Views: 13

tags: another

Packet Capture and Analayzer(codeproject.com)

submitted by talisharon10talisharon10(800) 3 years, 1 month ago

The first idea of writing a packet sniffer program came from a reply to my comments on one of the projects named NetSend ( Sending popup messenger messages between computers ) by Marc Clifton. Marc asked me What about receiving message. To say the truth, I didn't know how I could do that. I knew a program which I had downloaded and tested years ago. But I didnt know the way of it. So I made a search on net about programs that can receive messages created by NetSend. And I noticed that many of them were using packet sniffer libraries. And then decided to learn how it is done. My search attempts gave a result and I found a free library named WinPCap. read more...

add a comment |category: |Views: 15

tags: another

A quick review of different UI frameworks(itaibh.blogspot.com)

submitted by itaibhitaibh(60) 3 years, 1 month ago

This post reviews several frameworks used for creating graphical user interfaces. I've decided to create such a review after noticing many programmers take a specific GUI framework for granted, as it is their automatic-choice-by-tool (i.e., they use what they're IDE let them, barely understanding the layers required to develop such a framework, and that there are alternatives they might have chosen if they had knew about). read more...

add a comment |category: |Views: 151

tags: another

Dude, I blew up the Demo!(urilavi.blogspot.com)

submitted by uri.laviuri.lavi(40) 3 years, 1 month ago

How a demo application becomes a production one resulting in "House of Cards" Anti-Pattern and what we as software developers should do to prevent it. read more...

add a comment |category: |Views: 11

tags: another

Runtime testing and casting objects of generic types(itaibh.blogspot.com)

submitted by itaibhitaibh(60) 3 years, 1 month ago

How to test objects for implementation of a specific generic type. read more...

add a comment |category: |Views: 11

tags: another

Creating customizable WPF drop-down menus(itaibh.blogspot.com)

submitted by itaibhitaibh(60) 3 years, 1 month ago

A brief tutorial of how to create editable menus (using drag and drop) in WPF. read more...

add a comment |category: |Views: 141

tags: another