shaharab

Stories kicked by shaharab

Filtering List Items - The Yield Return Solution (dev102.com)

submitted by razamitrazamit(4566) 3 years, 4 months ago

Here we are talking about filtering list items again :). read more...

add a comment |category: |Views: 331

tags: another

Filtering List Items, The Old, The New and the Slick (dev102.com)

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

I was into filtering items lately and I have decided to write about some of the techniques out there read more...

add a comment |category: |Views: 263

tags: another

Working With ASP.Net MVC Part 2 - The Model And The Repository Pattern(dev102.com)

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

In this part we are going to jump in and get an MVC Application created and look at the Model portion of the application. We’ll create our domain objects and data repositories. read more...

2 comments |category: |Views: 361

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

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

Creating a Silverlight Fade In and Out Popup Window (dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 6 months ago

how to create a pupup window in silverlight without using the popup control read more...

add a comment |category: |Views: 695

tags: another

XML Documentation File For Your .Net Project - It’s Important (dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 6 months ago

No comments appeared in the Visual Studio tooltip. On In this article, I am going to explain why it is so important to generate XML documentation file for each one of your .Net projects. read more...

2 comments |category: |Views: 344

tags: another

Validate Your Regular Expressions With This Free Online Silverlight To(dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 6 months ago

Validate you regular expressions with this online silverlight regular validation tool read more...

add a comment |category: |Views: 257

tags: another

How To Get Free Disk Space And Other WMI Stuff (.NET) (dev102.com)

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

Before actually saving the file, I need to compute its anticipated size and compare it with the free disk space to see if there is enough storage for that operation. After searching a bit about how to get the free disk space, I came across the solution which uses the System.Management namespace. read more...

2 comments |category: |Views: 206

tags: another

Spice Up Your Navigation With CSS Drop Down Menus (dev102.com)

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

In this article I will show you how to create a drop down navigation menu that is XHTML 1.0 Strict, CSS valid, opens external links in a new window, and is JavaScript free. read more...

1 comment |category: |Views: 331

tags: another

Terrible Code Example - Methods From Hell (dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 7 months ago

Learn how not to code your applications with this terrible code example that I have come accross. read more...

add a comment |category: |Views: 882

tags: another

How To Localize Your Application Using String Tables (dev102.com)

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

Unfortunately for us the developers, nowadays, many customers require that that the product they purchased, will be localized to a specific language read more...

2 comments |category: |Views: 379

tags: another

Generate An Assembly Source Code Using The Reflector(dev102.com)

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

If you are a .NET developer, you should probably know the .NET Reflector which is a great tool for viewing, navigating and searching through the class hierarchies of .NET assemblies (even if you don’t have the code for them). I am using this tool a lot but here is something I only recently discovered: one can export an assembly and let the Reflector generate its source code. The output of this process is a directory with a project file and all of the source files. read more...

add a comment |category: |Views: 294

tags: another

Measure String Size In Pixels (C#) (dev102.com)

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

Sometimes we need to know the width of a given string in pixels, do you know how to compute it? Before writing some long code, please notice that the .NET framework class library provides such a method... read more...

1 comment |category: |Views: 947

tags: another

WPF Binding Converter Best Practices Continued (dev102.com)

submitted by razamitrazamit(4566) 3 years, 8 months ago

A sequel to the lates article about WPF Binding Converters read more...

add a comment |category: |Views: 199

tags: another

Measuring Programmers By Extra Hours (dev102.com)

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

I am writing this article as a sequel to the Measuring Programming Progress By Lines Of Code article. Let me please talk about another common metric - measuring the amount of extra hours a software developer has done. read more...

add a comment |category: |Views: 456

tags: another