|
|
shaharab
Stories kicked by shaharab
|
|
submitted by
shaharyr
3 days, 2 hours ago
dev102.com — ...she tried to use the “find in files” option in Visual Studio 2005 and even though the searched expression was out there in one of the files, she got the following result: “No files were found to look in. Find was stopped in progress.” read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
shaharyr
11 days, 13 hours ago
dev102.com — Many times I want to make my WPF Controls have a 3D effect. For examples Headers of lists and such. Saddly there is no built in way to do it so we have to come up with a custom solution. I don’t want to use Bitmap effects due to performance reasons... read more...
add a comment
|
category: Architecture | Views: 12
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 16 days, 12 hours ago, submitted by
shaharyr
18 days, 13 hours ago
dev102.com — With WebForms, integrating with Ajax libraries other than ASP.NET AJAX was slightly painful. With the new ASP.NET MVC Framework, however, you can use jQuery without these additional headaches. read more...
add a comment
|
category: ASP.NET | Views: 268
|
|
tags:
lanciaux, JSON, Color, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 30 days, 7 hours ago, submitted by
razamit
30 days, 14 hours ago
dev102.com — Ever tryed to programatically change something in a WPF control that is in a DataTemplate? not so easy, here is how to do it read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 19 days ago, submitted by
shaharyr
1 month, 19 days ago
dev102.com — The question is do you know all the HTML tags? Do you know exactly how they work and what each tag does? And the most important of all, how each tag acts in each browser?
read more...
add a comment
|
category: Architecture | Views: 352
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 20 days ago, submitted by
razamit
1 month, 20 days ago
dev102.com — As you all remember in my article about Custom WPF Context Menu I mentioned that my WPF Binding Converter was a singleton, and I promised to tell you why, so here comes the 3 ways I know of using WPF Binding Converters. We will start from the worst (in my opinion) and move on the the best.
read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 22 days ago, submitted by
shaharyr
1 month, 22 days ago
dev102.com — Say you are writing an application and one of the requirements is to allow File System search. You could always start using loops and such. I thought to myself why not do it in LINQ? I played around with it and in fact it is not so hard...
read more...
add a comment
|
category: Architecture | Views: 285
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 23 days ago, submitted by
razamit
1 month, 23 days ago
dev102.com — The twelfth post of the series of programming job interview challenge is out, 31 readers provided answers to job interview challenge #11. read more...
add a comment
|
category: C# | Views: 269
|
|
tags:
Interview, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 26 days ago, submitted by
razamit
1 month, 27 days ago
dev102.com — Hi In my previous article I talked about why SortedList is not a good option to use if you need a sorted collection with keys that are not unique... read more...
1 comment
|
category: C# | Views: 253
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 29 days ago, submitted by
shaharyr
1 month, 29 days ago
dev102.com — Be aware of this matter because it is not a trivial issue and apparently, there are no errors or warnings generated by the compiler. So, the rule to remember is to never call virtual methods from constructors. read more...
1 comment
|
category: Architecture | Views: 301
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 4 days ago, submitted by
razamit
2 months, 4 days ago
dev102.com — The other day I wan in the need of a sorted collection. I found that there are 2 sorted collections available. SortedDictionary and SortedList. Now let me ask you, what do you think is the difference? read more...
add a comment
|
category: C# | Views: 507
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 5 days ago, submitted by
shaharyr
2 months, 5 days ago
dev102.com — Notice that when you add a resource file, there is an automatically generated class with properties issued from the resources elements, so you can call this class properties instead of using the ResourceManager. The only problem with this class is that its properties are marked as internal and thus can’t be accessed externally read more...
add a comment
|
category: Architecture | Views: 178
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 11 days ago, submitted by
shaharyr
2 months, 11 days ago
dev102.com — Mindscape have released a major upgrade to their LightSpeed domain modelling / ORM tool. Version 2.0 includes a visual model designer integrated into Visual Studio, LINQ support, and the ability to access multiple databases concurrently. read more...
add a comment
|
category: Products | Views: 332
|
|
tags:
LightSpeed | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 13 days ago, submitted by
shaharyr
2 months, 13 days ago
dev102.com — The question in the title does not refer to the actions you take when you are about to exit your application, issues like logging, closing file handles, freeing unmanaged resources and so on. It does literally refer to the exit action itself... read more...
add a comment
|
category: C# | Views: 460
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 14 days ago, submitted by
shaharyr
2 months, 14 days ago
dev102.com — That’s it, the 9th post of the series of programming job interview challenge is out and alive. This question is about trees and it is very simple. It is a logical question so there is no need for code...
read more...
add a comment
|
category: Architecture | Views: 317
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|