gavinjoyce

Stories kicked by gavinjoyce

Talking with Jeremy Miller about Alt.Net(altnetpodcast.com)

submitted by blowmageblowmage(455) 3 years, 1 month ago

As a follow up to the last podcast that featured Mike Moore and Scott Bellware discussing Alt.Net I spoke with Jeremy Miller to put out a vision for what he feels Alt.Net should represent and how it can be a positive thing in the community. This will be the last episode here on this topic, I promise to get back to normal technology discussions (next episode is about BDD and TDD). read more...

add a comment |category: |Views: 111

tags: another

Where Are The Developer Machines?(stevesmithblog.com)

submitted by benrickbenrick(1020) 3 years, 1 month ago

Steve Smith posts about PCs for software developers, and how computer companies aren't targeting this section of the market. If a computer manufacturer made development machines, how should these computers be configured? read more...

add a comment |category: |Views: 568

tags: another

Being a software startup in a recession(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 1 month ago

Lessons learned about being a software startup in a recession. read more...

add a comment |category: |Views: 438

tags: another

Do We Create Type Systems In Dynamic Languages?(codethinked.com)

submitted by nkoharinkohari(1310) 3 years, 1 month ago

Justin Etheredge examines whether home-grown type systems appear in large projects written with dynamic languages. read more...

add a comment |category: |Views: 7

tags: another

5 reasons why you should use ASP.NET MVC(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 1 month ago

I’ll be fair with you readers. I’ve only toyed with the ASP.NET MVC framework. It looks great as of now but it’s the first full blown MVC framework that we have that is backed by Microsoft. However, there is a lot of opposition nowadays that tend to be formulated like this: Why should I use ASP.NET MVC? WebForms works well. Other problems come from the lack of server controls. When a developer look at that and he then wonder why he should have to write HTML and Javascript when before he could have retrieved all that beautiful information with a simple postback. read more...

add a comment |category: |Views: 875

tags: another

File Uploads in ASP.NET MVC 1.0 RTM(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

I had not messed around with file uploads in ASP.NET MVC for a while and so when I fired up ASP.NET MVC 1.0 RTM I was pleasantly surprised to find out how easy they had made it! read more...

add a comment |category: |Views: 420

tags: another

Setting up a minimal ASP.NET MVC project in Visual Studio(michielvoo.net)

submitted by michielvoomichielvoo(125) 3 years, 1 month ago

In this post we will walk through the required steps to create a project that contains the minimal amount of configuration and code to get ASP.NET MVC running. In the course of this post you will get a better understanding of Routing and the MVC framework. read more...

add a comment |category: |Views: 282

tags: another

Announcement of Rhino Queues(ayende.com)

submitted by KinlanKinlan(150) 3 years, 1 month ago

Looks like the start of something good. Looks simple. Not yet looked at the code to see the complexities it has, but it is said to fully support System.Transactions, which is no easy task. read more...

add a comment |category: |Views: 73

tags: another

A Localization Handler to serve ASP.NET Resources to JavaScript(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 1 month ago

Here's an implementation of an HTTP handler that can serve ASP.NET Server resources to JavaScript clients easily. The handler can provide both local and global, normalized server resources to client JavaScript pages as objects, so that you can localize resources in one place on the server. Use standard Resx resources or custom database resource provider from the Westwind.Globalization tools (included in the download) read more...

add a comment |category: |Views: 208

tags: another

Ten C# Keywords That You Shouldn’t Be Using(codethinked.com)

submitted by john2021john2021(600) 3 years, 1 month ago

Overview of some not-so-common keywords and reasons to avoid them...or understand what the implications are if we use them. read more...

1 comment |category: |Views: 1091

tags: another

ASP.NET MVC source code under MS-PL(weblogs.asp.net)

submitted by atifazizatifaziz(1000) 3 years, 1 month ago

Scott Guthrie announces that the ASP.NET MVC source code is being released under the Microsoft Public License (MS-PL). MS-PL is an OSI-approved open source license. The MS-PL contains no platform restrictions and provides broad rights to modify and redistribute the source code. read more...

1 comment |category: |Views: 76

tags: another

ASP.NET MVC Best Practices (Part 1) - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by mithumithu(570) 3 years, 1 month ago

In this post, I will share some of the best practices/guideline in developing ASP.NET MVC applications which I have learned in the hard way. I will not tell you to use DI or Unit Test instead I will assume you are already doing it and you prefer craftsmanship over anything. read more...

add a comment |category: |Views: 386

tags: another

Beginning Mocking With Moq 3 - Part 4(codethinked.com)

submitted by jcoffmanjcoffman(370) 3 years, 1 month ago

into to mocking using moq libary, part 4 read more...

add a comment |category: |Views: 151

tags: another

Putting the “M” Back in MVC(blog.wekeroad.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 1 month ago

"Trying to keep up my end of the bargain with respect to MVC and SubSonic :). I did a walkthrough of it and decided that I was talking too much and, in honor of everyone telling me “SubSonic is dead” I thought it fitting to toss in some Rob Zombie." read more...

1 comment |category: |Views: 218

tags: another

MVC Storefront is now Kona : Screencast(blog.wekeroad.com)

submitted by ingenutrixingenutrix(120) 3 years, 1 month ago

MVC Storefront – changes directions to a flexible, pluggable Open Source community application. This screencast is all about that change and what’s become of the MVC Storefront. read more...

1 comment |category: |Views: 664

tags: another

Walkthrough: full example of using MvcContrib grid w/jQuery datatable.(blogs.msdn.com)

submitted by just3wsjust3ws(560) 3 years, 1 month ago

How to create a grid layout in ASP.NET MVC using the MvcContrib extensions and jQuery. read more...

add a comment |category: |Views: 1935

tags: another