shayfriedman

Stories kicked by shayfriedman

My Leading Candidate for Worst C# Feature – Method Hiding(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 10 months, 2 days ago

I love C#, I really do. Bu one thing that makes me wonder “WHAT THE HELL WERE THEY THINKNING?!?$?!?” every single time is the feature known as “Method Hiding”. read more...

1 comment |category: |Views: 23

tags: another

Please Use TryParse and Avoid Parse+Try/Catch(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 10 months, 15 days ago

Are you doing a lot of type conversions? do you use the Parse method? stop it. read more...

add a comment |category: |Views: 4

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

Microsoft Visual Studio - From Past to Present(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 5 months ago

Recently I‘ve been working at a client site where they are using Visual Studio 2005 for their main project. I’ve gotta say that I was a bit surprised since I haven’t come across VS2005 for a few years… I immediately became nostalgic and decided to share. So I’m proud to present, Visual Studio – from past to present! read more...

1 comment |category: |Views: 613

tags: another

Embrace it - JavaScript will Rule the World (Wide Web)(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 5 months ago

In this post I'm bringing you my take on the future of web programming - no more postbacks, only AJAX. I also include a simple example with some surprising results! read more...

add a comment |category: |Views: 4

tags: another

The Big View Engine Comparison – Razor vs. Spark vs. NHaml vs. WebForm(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 6 months ago

One of the cool things about ASP.NET MVC (and other MVC web frameworks) is its capability to change the default view engine with a Microsoft or a 3rd-party one. In this post I’m going through the basic operations we do with our views and show you how to get them done with the default web forms view engine, Razor, Spark and NHaml. read more...

1 comment |category: |Views: 191

tags: another

IronRuby and IronPython to run by the Community, IR Tools for VS ++(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

So much going on in the DLR world - IronRuby and IronPython are officially handed over to the community, IronRuby 1.1.1 is released including IronRuby tools for Visual Studio and compatibility with Ruby 1.9.2. Good times! read more...

add a comment |category: |Views: 96

tags: another

Checking Your WP7 Application Capabilities(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 1 year, 7 months ago

Explains how to check your WP7 application capabilities from within Visual Studio by using hte new Capability Detection Tool. read more...

add a comment |category: |Views: 109

tags: another

NoSql No Problem - NoRM and MongoDB Tutorial - Querying(codefather.pl)

submitted by codefathercodefather(70) 1 year, 7 months ago

MongoDB offers a rich query environment with lots of features. Queries in MongoDB are represented as JSON-style objects, very much like the documents we actually store in the database. If you’re moving to MongoDB from a relational databases, you’ll find that many SQL queries translate easily to MongoDB’s document-based query language. This tutorial is based on MongoDB’s documentation and its goal is to show how easy is querying MongoDB database using NoRM. read more...

add a comment |category: |Views: 281

tags: another

ASP.NET MVC 3's JsonValueProvider(yobriefcase.posterous.com)

submitted by kouphaxkouphax(345) 1 year, 7 months ago

A look at how MVC3's JsonValueProvider helps make handling Ajax/JSON requests much simpler. read more...

add a comment |category: |Views: 257

tags: another

The Razor View Engine Basics(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

This post takes you through the basics of the new ASP.NET MVC view engine - the razor view engine. read more...

add a comment |category: |Views: 34

tags: another

5 Reasons to be Excited about ASP.NET MVC 3(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

It’s already been 6 months since ASP.NET MVC 2 was released and version 3 is already taking shape. I, personally, am thrilled about that because this version seems to put ASP.NET MVC, in terms of maturity and functionality, on the first line along with other MVC frameworks out there like RoR. I’ve put together 5 main reasons why I’m excited about this upcoming version. What about you? read more...

add a comment |category: |Views: 880

tags: another

It’s not a Baby Boom, It’s a Microsoft Product Boom!(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

The last few months were a bit hectic if you stayed tuned to announcements coming from Microsoft regarding new products. 10 new releases in 6 months! This posts provides a short introduction to each new release along with links for further reading. read more...

add a comment |category: |Views: 171

tags: another

The Iron Languages Podcast, Episode 3: Interview with Brian Hogan(ironlanguages.net)

submitted by just3wsjust3ws(560) 1 year, 8 months ago

Brian Hogan of Rails Mentors and author of Web Design for Developers and the upcoming HTML5 & CSS3 book, sits down with us to discuss Rails, Ruby community, mentoring, HTML5 and learning. read more...

add a comment |category: |Views: 45

tags: another

SQL Tip: How to Avoid Fundamental Mistakes by Using Transactions(devign.me)

submitted by DevignDevign(180) 1 year, 9 months ago

When you plan to apply a big change to a database table, you should always triple check your queries, so nothing will get screwed. This will help you to review changes before committing them. read more...

add a comment |category: |Views: 161

tags: another