adamoren

Stories kicked 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

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

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

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

VurtleOne Now Compatible with VisualSVN(www.falconerdevelopment.com)

submitted by karl_falconerkarl_falconer(70) 1 year, 1 month ago

VurtleOne is now compatible with VisualSVN‘s Visual Studio Subversion plug-in! Now you can enjoy the same VurtleOne integration within Visual Studio. read more...

add a comment |category: |Views: 33

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

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

WCF Versioning Guidelines(wcfpro.wordpress.com)

submitted by arielabarielab(65) 1 year, 4 months ago

Services exist in order to serve external clients. They do so by exposing a wide range of external interfaces which are later used by the clients to interact with the service. After initial deployment, and potentially several times during their lifetime, services may need to be changed for a variety of reasons, such as changing business needs, re-factorization of code, or to address other issues. Each change introduces a new version of the service. Each new service version potentially introduces changes to the external interfaces exposed by the service. Our goal, as developers, is to be able to freely change our service internals (and sometimes, when needed, external interfaces), and on the same time, allow existing and new clients to keep using the service. In order to do so, we need to form a set of versioning guidelines. read more...

1 comment |category: |Views: 328

tags: another

Use .NET Built-in Methods to Save Time and Headaches(www.ironshay.com)

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

During our everyday programming tasks we run into several repetitive code blocks that after the 20th time you implement them become really annoying. In this post I will take you through several of such blocks and show you how to implement them using built-in .NET methods. read more...

4 comments |category: |Views: 824

tags: another

A Locked File is Killing the Build(blogs.microsoft.co.il)

submitted by arielraarielra(30) 2 years, 7 months ago

How to defend against build-killing locked files, using FinalBuilder read more...

add a comment |category: |Views: 7

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