itaibh

Stories submitted by itaibh

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

submitted by itaibhitaibh(60) 7 days, 17 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

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

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

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

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