adamoren

Stories submitted by friends of adamoren

C# Selections with SQL Syntax (Not LINQ!)(www.sharpregion.com)

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

Select objects in C# with real SQL syntax. Give your users the ability to filter/select data during runtime. read more...

2 comments |category: |Views: 234

tags: another

Command-Line Interception and Expression Validation with C#(www.sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 6 months, 25 days ago

CLAP v3 brings so much magic to command-line parsing, you'll want to go back to console apps having all this coolness! There is even a NuGet for that. read more...

1 comment |category: |Views: 5

tags: another

CLAP v2 for .NET released with a new web-site(adrianaisemberg.github.com)

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

CLAP (.NET Command Line Auto Parser) v2 was released along with a new web-site with full documentation and many examples. read more...

1 comment |category: |Views: 25

tags: another

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

An effective MSN/Live-Messenger API usage(sharpregion.com)

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

An short, simple, effective and usable example for using the Windows Live Messenger API with C# giving a free collection of utilities and their source-code. read more...

add a comment |category: |Views: 97

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

An idea on how-to avoid spam in Dot-Net-Kicks(sharpregion.com)

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

The “Upcoming Stories” RSS in Dot-Net-Kicks is full of SPAM. Here’s a idea on how to avoid it: Use a .NET captcha: ask questions that are difficult to guess but easy to answer. Read and Kick. It will help us all. read more...

3 comments |category: |Views: 162

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