just3ws

Stories kicked by just3ws

Why We Should Care About Software Craftsmanship, Part 1(www.sharpcrafters.com)

submitted by gfraiteurgfraiteur(988) 1 year, 7 months ago

Gael Fraiteur interviews prominent developers about their own meaning of software craftsmanship. All interviews are published on YouTube. read more...

add a comment |category: |Views: 170

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

Working with Partials in Spark: Part 1(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Taking a look at how to use Partials within the Spark View Engine. We will be taking a first look at partials and learn how we can setup our application to use partials as well as how to use them in your application. We will also be learning how partials will allow us to create clean, compartmentalized and well organized code. read more...

3 comments |category: |Views: 132

tags: another

Localize Asp.Net MVC Views using a LocalizedViewEngine(biasecurities.com)

submitted by jgeurtsjgeurts(195) 2 years, 4 months ago

Use a custom view engine to easily localize mvc views. read more...

add a comment |category: |Views: 17

tags: another

Skinning your ASP.NET MVC Application Based On Your Sub-domain.(just3ws.wordpress.com)

submitted by just3wsjust3ws(560) 2 years, 4 months ago

Add skinning support to your ASP.NET MVC application with one extension class. read more...

add a comment |category: |Views: 23

tags: another

Learning how to use Named Content Areas w/ Spark(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Taking a look at the how to setup and use Named Content Areas w/ the Spark view Engine. Named Content areas allow for an easy and simple way to organize the content or structure of you website. read more...

4 comments |category: |Views: 202

tags: another

Organizing ASP.NET MVC solutions(lostechies.com)

submitted by just3wsjust3ws(560) 2 years, 5 months ago

A suggestion on how to structure your ASP.NET MVC project. Interesting because the actual website project only holds client resources. read more...

2 comments |category: |Views: 483

tags: another

The Poor Developer's Object DataStore : Iteration 001(just3ws.wordpress.com)

submitted by just3wsjust3ws(560) 2 years, 5 months ago

Object datastores are gaining in popularity and mainstream acceptance. The Poor Developer's Object DataStore is an exercise in creating a simple object datastore in .NET building upon native Microsoft Sql Server 2005 and later functionality. Iteration 001 sets the foundation for creating and storing an object for later retrieval. read more...

add a comment |category: |Views: 31

tags: another

Beyond Hello World: PostSharp with Gibraltar Software and SmartInspect(postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 6 months ago

Tracing has long been the "Hello, world" sample of Aspect-Oriented Programming .Yet, some advanced tools are available to .NET developers. Two of them deserve a special attention since their vendor provides aspects that can be directly used with PostSharp: Gibraltar and SmartInspect. read more...

add a comment |category: |Views: 162

tags: another

OMG, Better Rake (for .net)!(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 6 months ago

If you ask me, when it comes tools for writing automated build scripts nothing packs more bang for the buck than Rake. Until recently, using Rake to build .net solutions required a magic concoction of hacked together scripts which rarely exhibited Ruby’s appreciation for beauty nor Rake’s spirit of simplicity. ... and then came Albacore... read more...

add a comment |category: |Views: 288

tags: another

Kanban Distilled(kanbandistilled.com)

submitted by powerrushpowerrush(3873) 2 years, 6 months ago

A very quick but helpful description of the Kanban agile software development process. read more...

add a comment |category: |Views: 370

tags: another

Introducing Rx (Linq to Events) AKA Reactive Framework(themechanicalbride.blogspot.com)

submitted by sgoguensgoguen(70) 2 years, 9 months ago

It appears that the Silverlight 3 Toolkit has included the upcoming Reactive Framework in with it. If you haven't been following, the Reactive Framework should do to event-based and asynchronous programming what LINQ did to working with lists, sets, queries, etc. read more...

add a comment |category: |Views: 524

tags: another

LINQ to SQL Generic Repository | {Programming} & Life(goneale.com)

submitted by gonealegoneale(1055) 2 years, 9 months ago

After my last post regarding the strange NotSupportedException I was receiving on my generic repository, I thought it might be fitting to post what my LINQ to SQL generic repository looks like and what it’s all about. read more...

add a comment |category: |Views: 77

tags: another

NHibernate Linq Released(ayende.com)

submitted by just3wsjust3ws(560) 2 years, 10 months ago

Official release announcement for NHibernate Linq 1.0 RTM. Congratulations! read more...

add a comment |category: |Views: 321

tags: another

Combining Assemblies Using ILMerge(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 2 years, 10 months ago

When creating solutions that include multiple projects, Visual Studio creates an assembly for each project. This can lead to libraries that are complicated to use, needing many references. Using ILMerge, the assemblies can be combined into a single file. read more...

add a comment |category: |Views: 228

tags: another

ASP.NET MVC and NHibernate Framework Architecture(code2code.info)

submitted by quachnguyenquachnguyen(384) 2 years, 10 months ago

Huge thanks to Billy and everyone else associated with S#arp Architecture over the past year. S#arp Architecture has been officially released as 1.0. Billy mentions the following improvements in 1.0 as: ASP.NET MVC 1.0 NHibernate 2.1 CR 1 Community Website: http://www.sharparchitecture.net S#arp Architecture documentation: http://wiki.sharparchitecture.net Strongly typed action link for areas ( SharpArch.Web.Areas.ActionLinkForAreas<> and BuildUrlFromExpressionForAreas<> ) Fluent NHibernate now using configuration classes Support for IIS 7 integrated mode Support for WCF: SharpArch.Wcf and SharpArch.WcfClient.Castle SharpModelBinder Support for multiple databases outside of WCF communications CI Server at http://teamcity.codebetter.com/overview.html Updated to latest T4 Toolbox Download Sharp Architecture 1.0 here. read more...

add a comment |category: |Views: 425

tags: another