yoavsion

Stories kicked by yoavsion

Easy Windows-Phone 7 Navigation and Arguments Passing(www.sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 10 months, 23 days ago

Navigation and passing arguments in WP7 is kinda crappy. Not anymore. With this kick-ass solution, we can now pass any object to the navigated page and even use strong-typed pages instead of strings uri's. read more...

add a comment |category: |Views: 11

tags: another

CLAP: A Kick-Ass .NET Command-Line Parser(www.sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 11 months, 21 days ago

Inspired by ASP.NET MVC controller-actions syntax: Introducing CLAP: Command-Line Auto Parser. The last parser you will ever need for a .NET application. Supports verbs, validations, automatic type-conversion (switches, arrays, enums etc), global parameters and more. Write your code as usual and let CLAP do the work. read more...

add a comment |category: |Views: 17

tags: another

Custom Source-Control Automation for SVN(www.sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 1 year ago

Implementing custom actions for svn has never been so easy. With Visual Studio and C#, you'll see how to implement and deploy new actions for Vercue in minutes. Samples included in the post: - Auto update - Auto commit - Custom Macros - Custom Monitors read more...

add a comment |category: |Views: 30

tags: another

Vercue Extensions with C# - Part 1(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 1 year, 1 month ago

SVN automation with Vercue extensions. Vercue can be extended to add UI elements and automation actions and macros. This post shows how to extend Vercue to add new UI elements. In-addition, the post shows how to use User-Properties both as an end-user and an extension developer. read more...

add a comment |category: |Views: 72

tags: another

How to Increase Code Quality(ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years, 8 months ago

Lately I've been struggling with the question - how do you write better code? how do you increase you code quality? In this post I lay out my findings and share the principles that can take your code to the next level. read more...

add a comment |category: |Views: 10

tags: another

SVN-Monitor's source-code is now available at Google-Code(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 2 months ago

SVN-Monitor’s source-code is now available at Google-Code. You can now use SVN-Monitor to monitor SVN-Monitor's code-changes! read more...

1 comment |category: |Views: 297

tags: another

SVN-Monitor is going Open-Source(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 3 months ago

You can start downloading the latest beta version and it's source-code (C#). read more...

add a comment |category: |Views: 434

tags: another

Recommending revisions with the new SVN-Monitor(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 4 months ago

A new version of SVN-Monitor is out with some new features. One new exciting feature allows developers to recommend revisions and make all team-members coordinated. Don't miss it! It's 100% free! read more...

add a comment |category: |Views: 333

tags: another

Extending the Visual-Studio Context-Menu(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 5 months ago

We can add features to the Visual-Studio context menu, without installing addins. Here is an example showing how to add "Explore" and "Execute" commands to any item in the Solution Explorer. read more...

add a comment |category: |Views: 385

tags: another

Yet another Singleton Yada-Yada(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 5 months ago

Using a static-constructor in a singleton, affects it's laziness. Here's a generic singleton that is thread-safe using a static-constructor, and still lazy. read more...

add a comment |category: |Views: 465

tags: another

How I’ve put my wife into SVN(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 5 months ago

SVN and TortoiseSVN are really great tools. It is a shame that these tools are used only by developers. I believe that every home should use SVN to keep track of it’s files. The problem is that these tools are planned for developers. Using the file-system in windows is not a trivial task for everyone. In fact, sometimes people tend to be afraid of it. Not only using the file-system, but also using some client application that does not even have a window? And where do I get an SVN server anyway?!? Keep reading. you might find it useful. read more...

2 comments |category: |Views: 555

tags: another

The problem with SVN(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 6 months ago

Are you working on the most recent code? Read more... read more...

5 comments |category: |Views: 698

tags: another

SVN-Monitor is finally out for free download!(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 7 months ago

A full-featured .net application that integrates SubVersion, TortoiseSVN and all your checked-out folders and repositories. Use it to perform all your svn commands and monitor all your projects' activities in a single place. Access all commands from the tray menu or from the main window. This is a must-have tool for every windows+svn user! read more...

2 comments |category: |Views: 1522

tags: another

A generic Dispenser class(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years ago

Feeling ashamed for keeping your clients waiting until your code finally constructs your heavy classes/forms? This utility instantiates objects in a background thread and aspires to always be "full" to the capacity requested. Useful in cases the object being constructed uses many resources and is consumed frequently. read more...

add a comment |category: |Views: 12

tags: another

Give back to your testing framework(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

Can there be code reuse in testing classes? Is code coverage the only measurement we have for test efficiency? Should our testing framework test design and meta-code as well as functionality? Use this test classes base-class to test some things you probably haven't tested before. read more...

add a comment |category: |Views: 5

tags: another

A C# fluent repeater(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more... Just plug-and-play and start repeating stuff! read more...

1 comment |category: |Views: 51

tags: another