|
|
shaharyr
Stories submitted by shaharyr
|
|
published 8 days, 12 hours ago, submitted by
shaharyr
8 days, 16 hours ago
dev102.com — After I published a post about SDEdit which is a free desktop sequence diagram editor, I received a mail from Steve Hanov who wanted to introduce me with a very impressive alternative to SDEdit. Steve has created a web service that creates renditions of sequence diagrams, it is completely online and... read more...
add a comment
|
category: Web Services | Views: 371
|
|
tags:
WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 13 days, 5 hours ago, submitted by
shaharyr
13 days, 9 hours ago
dev102.com — 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: Community | Views: 441
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days, 18 hours ago, submitted by
shaharyr
15 days, 8 hours ago
dev102.com — Anyway, we can define EventArgs as a private member and use it instead of allocating an EventArgs object every time the event is raised. Fortunately, there is no need for that, C# introduce us the EventArgs.Empty... read more...
3 comments
|
category: C# | Views: 329
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 21 days, 18 hours ago, submitted by
shaharyr
22 days, 8 hours ago
dev102.com — As software developers, all of us used at least one UML design tool such as Rational Rose, Enterprise Architect or even Microsoft VISIO. Those tools have one thing in common - they are commercial and thus cost money… I want to introduce you a nice free sequence diagram editor called SDEdit... read more...
add a comment
|
category: Architecture | Views: 297
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 27 days, 19 hours ago, submitted by
shaharyr
28 days, 9 hours ago
dev102.com — Software Managers all around the globe, need to have some metric to estimate their workers. Sometimes the management event wants to create a precise and measurable way to know the programming progress and the developers productivity and performance. One of those methods is called SLOC - Source Lines Of Code. This metric is used measure the size of the software by counting... read more...
1 comment
|
category: Architecture | Views: 317
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
shaharyr
1 month, 3 days 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
1 month, 6 days ago
dev102.com — How many timed did you write a TODO comment in your code? How many time did you forget about this comment and met it again only some months later? read more...
add a comment
|
category: Architecture | Views: 17
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
shaharyr
1 month, 11 days 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: 22
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 16 days ago, submitted by
shaharyr
1 month, 18 days 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: 277
|
|
tags:
lanciaux, JSON, Color, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
shaharyr
1 month, 19 days ago
dev102.com — Wouldn’t it be nice if for each project, our resources and configuration files could be seen form visual studio? We would never need to find them using the windows explorer anymore and we will always have them right there even when coming back to a code which was written 2-3 years ago.
read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
shaharyr
1 month, 26 days ago
dev102.com — I think that this is the end of our series. I have no questions left in the bank… if you have any ideas for new questions and you want them to be published here at www.Dev102.com, don’t hesitate to contact us. read more...
add a comment
|
category: C# | Views: 7
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 1 day ago, submitted by
shaharyr
2 months, 2 days ago
dev102.com — The fourteenth post of the series of programming job interview challenge is out, 83 readers provided an answer to job interview challenge #13. Your input is a list of points in a 2D space. If you draw lines between one point to the next one, a closed polygon is created (can be either concave or convex)... read more...
1 comment
|
category: Architecture | Views: 204
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 6 days ago, submitted by
shaharyr
2 months, 6 days ago
dev102.com — Have you ever tried using the "Using" statement with a method and not a class? Why not take the "Using" statement and make it more useful. The Dispose method we want to be called does not have to Dispose of stuff, it can do anything we want! read more...
10 comments
|
category: Architecture | Views: 485
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 12 days ago, submitted by
shaharyr
2 months, 13 days ago
dev102.com — Sometimes we are using the same patterns of code over and over again. Those of us who are lazy (but smart) will create their own code snippets, if you are not familiar with this subject, read about how to create code snippets easily. But what if we need to create lots of classes with the same pattern? Code snippets may not be enough because they lack of some functionality which is needed to achieve our goal. read more...
add a comment
|
category: Architecture | Views: 275
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 15 days ago, submitted by
shaharyr
2 months, 16 days ago
dev102.com — Your input is a string which is composed from bracket characters. The allowed characters are:’(', ‘)’, ‘['. ']‘, ‘{’, ‘}’, ‘<’ and ‘>’. Your mission is to determine whether the brackets structure is legal or not.
read more...
add a comment
|
category: Architecture | Views: 240
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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