runxc1

Stories kicked by runxc1

Unit Testing Entity Framework 4.0: A-Z in 3 Easy Steps(blogofrab.blogspot.com)

submitted by iepureiepure(45) 1 year, 8 months ago

This article gives you an ultra-fast run down on how to start Unit Testing in Entity Framework 4.0 using C#; applying a suitable Code Generation Item to your Entity Data Model (EDMX) file, and building a Unit Test Project in Visual Studio 2010. No external test harness is required, it doesn't rely on having a Repository pattern being implemented and you don't need to buy any new products. Just Visual Studio 2010 Professional Edition, Premium Edition or Ultimate Edition out of the box. read more...

add a comment |category: |Views: 277

tags: another

blog.RunXc | Interface Driven Extensibility in .Net(blog.runxc.com)

submitted by runxc1runxc1(220) 1 year, 10 months ago

If you want to create an extensible application than take a look at the article as it gives an example in MEF and IronRuby and how Interfaces can be used with theses technologies to allow your application to grow. read more...

add a comment |category: |Views: 6

tags: another

Working with WCF: Pt 2 – Your First Host and A Bit About Configuration(jamescbender.com)

submitted by JamesCBenderJamesCBender(749) 2 years, 2 months ago

So now you have a service, congratulations! What are you going to do with it. Some people like to say of WCF that you have “… a multitude of hosting options” but in reality you have two; host it in IIS or create your own host. read more...

add a comment |category: |Views: 209

tags: another

Calling an Interface Method using IronRuby in C#(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 2 months ago

Using IronRuby can be a lot of fun and with this little snippet you can get up and writing IronRuby that is designed to be hosted inside a .Net application. Just a decent sample of how to use a .Net Interface to ease calling IronRuby methods from C# read more...

add a comment |category: |Views: 74

tags: another

Scaffolding with Asp.Net MVC 2 and SubSonic 3(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 2 months ago

ASP.Net MVC2 makes Scaffolding very easy and does 90% of the work but just doesn't put that last 10% in to get a true List/Edit/Create Scaffold. Here is a simple tutorial with code on how to create a Scaffold. read more...

add a comment |category: |Views: 415

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

Deep Fried Bytes Pod w/ da Gu(deepfriedbytes.com)

submitted by cattocatto(495) 2 years, 6 months ago

Deep Fried Bytes Pod w/ da Gu '09 read more...

add a comment |category: |Views: 99

tags: another

Announcing Kiss Database Change Management(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 6 months ago

I tried to find a Database Change Management system that was easy and would get me up and running in 15 minutes. I looked everywhere only finding over engineered tools that would require more time to set up then they would save... Hence the birth of KissDB Change Management read more...

add a comment |category: |Views: 6

tags: another

Pass Number 1: ActiveRecordEngine for ASP.NET « Rob Conery(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 6 months ago

Rob is looking for feedback read more...

add a comment |category: |Views: 227

tags: another

It’s Time for This: ActiveRecordEngine for ASP.NET MVC(blog.wekeroad.com)

submitted by senfosenfo(881) 2 years, 6 months ago

Rob Conery speaks about his idea for implementing an ActiveRecordEngine for ASP.NET MVC. Kind of like how Rails does it, but more loosely coupled. read more...

add a comment |category: |Views: 271

tags: another

Evolution of a View in ASP.NET MVC(volaresystems.com)

submitted by runxc1runxc1(220) 2 years, 6 months ago

Evolution of a View in ASP.NET MVC- What it was in 1.0 and what it is moving towards. read more...

add a comment |category: |Views: 8

tags: another

Hello Tekpub(blog.wekeroad.com)

submitted by cranialstraincranialstrain(60) 2 years, 7 months ago

Rob Conery introduces his new venture into tutorial screencasts for .NET and associated technologies. He provides some background detail to his decision to start the venture with James Avery and his aims for it's future. read more...

1 comment |category: |Views: 153

tags: another

Parallelism for the Masses - with Visual Studio 2010 and the .NET 4.0 (blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 7 months ago

Want to know how to really take advantage of all those multi-core processor machines out there? Tired of waiting for your old sequential applications to complete - while most of your multi-core CPU processors stand by like Turnpike Workers (one guy in the ditch digging – while 3 guys watch from above while leaning on their shovels?) Ever wanted to explore the wonderful world of Parallel Processing – but thought the barrier to entry was too high? read more...

3 comments |category: |Views: 339

tags: another

Convention over Configuration- a .Net call to arms(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 9 months ago

It seems that lately I have seen some of my fellow .Net programmers fall to the dark side. Namely they have gone from the compiled world of c# to a slightly more hip Ruby on Rails(RoR)... Why is this and is there something we need to learn from this read more...

add a comment |category: |Views: 5

tags: another

CSRF by Example- How to hack DotNetKicks.com(blog.runxc.com)

submitted by runxc1runxc1(220) 2 years, 10 months ago

Don't worry if you read my article I won't automatically kick it for you but I could if I wanted I'm just not that kind of guy. This will show you how to perform CSRF so that you will know how to defend against it. read more...

add a comment |category: |Views: 25

tags: another

Subsonic 3 released(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 10 months ago

Just read Rob Conery’s Blog and saw that Subsonic 3 is now available for download. For those unfamiliar with Subsonic it really is the ONLY no BS ORM out there, in fact it is so easy to get up and running that it is easy to forget that you ever set it up in the first place. The whole Subsonic ethic is to remove the hoops that other ORM’s have you jump through and essentially to get you home earlier. read more...

add a comment |category: |Views: 443

tags: another