artduane

Stories kicked by friends of artduane

ASP.NET MVC (Part 3): Passing ViewData from Controllers to Views(weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 5 months ago

Passing data from Controller to View read more...

add a comment |category: |Views: 80

tags: another

Microsoft Live Labs - Volta(ifxplus.com)

submitted by m.casatim.casati(600) 4 years, 5 months ago

The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together. read more...

5 comments |category: |Views: 5

tags: another

Microsoft Live Labs - Volta(ifxplus.com)

submitted by m.casatim.casati(600) 4 years, 5 months ago

The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together. read more...

5 comments |category: |Views: 5

tags: another

Bill Gates on IE8 and Microsoft Transparency(molly.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 5 months ago

An interview with Bill Gates on IE8 and Microsoft Transparency read more...

1 comment |category: |Views: 7

tags: another

Bill Gates on IE8 and Microsoft Transparency(molly.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 5 months ago

An interview with Bill Gates on IE8 and Microsoft Transparency read more...

1 comment |category: |Views: 7

tags: another

Firing events with Extension Methods(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 4 years, 5 months ago

A different way of firing standard .Net events using Extension Methods read more...

1 comment |category: |Views: 26

tags: another

ASP.NET MVC Preview: Using The MVC UI Helpers (blog.wekeroad.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 5 months ago

Rob Conery goes over the new UI Helpers in the asp.net MVC framework. read more...

add a comment |category: |Views: 161

tags: another

10 Rules that Age of Empires Teaches about Development(timstall.dotnetdevelopersjournal.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

"Here are 10 rules, that Age of Empires clearly demonstrates, which also apply to software engineering:" read more...

1 comment |category: |Views: 17

tags: another

10 Rules that Age of Empires Teaches about Development(timstall.dotnetdevelopersjournal.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

"Here are 10 rules, that Age of Empires clearly demonstrates, which also apply to software engineering:" read more...

1 comment |category: |Views: 17

tags: another

10 Rules that Age of Empires Teaches about Development(timstall.dotnetdevelopersjournal.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

"Here are 10 rules, that Age of Empires clearly demonstrates, which also apply to software engineering:" read more...

1 comment |category: |Views: 17

tags: another

Fun with Generics - From Repository to DTO(elegantcode.com)

submitted by daddystarrdaddystarr(365) 4 years, 5 months ago

Fantastic post using .Net to implement DDD to derive a Data Transfer Object Model. read more...

1 comment |category: |Views: 153

tags: another

[Build Knowledge] Promoting your Build(sleepoverrated.com)

submitted by ScottCowanScottCowan(120) 4 years, 5 months ago

shows you how to setup a simple deployment promotion system using CruiseControl.Net and NAnt. read more...

add a comment |category: |Views: 17

tags: another

I want one of these without reflection, please!(nunos.zi-yu.com)

submitted by nunosnunos(135) 4 years, 5 months ago

A case of bad use of reflection. read more...

add a comment |category: |Views: 1

tags: another

The Worst Developer’s Excuse(psantos-blog.zi-yu.com)

submitted by donbonifaciodonbonifacio(280) 4 years, 5 months ago

I now nominate the "I didn’t had much time, so I did everything the fastest way possible…" as the worst developer's excuse. Is there really any justification for this? read more...

add a comment |category: |Views: 2

tags: another

Pex It: How do we find the values?(blog.dotnetwiki.org)

submitted by LordLord(3737) 4 years, 5 months ago

Pex performs some kind of automated exploration testing. I'll dive deeper into the details of this, but let's start with an example that gives the high level idea of the methodology. read more...

add a comment |category: |Views: 9

tags: another

A Use for Extension Methods (codebetter.com)

submitted by LyhrLyhr(315) 4 years, 5 months ago

Recently over on the alt.net list there has been alot (read: way too much) talk about extension methods. The running consensus seems to be that extension methods are great for extending someone else's API but have no place in code that you control. read more...

add a comment |category: |Views: 9

tags: another