jconley

Stories kicked by jconley

ValidateInput Attribute Doesn't Work in ASP.NET 4.0(jdconley.com)

submitted by jconleyjconley(650) 2 years, 1 month ago

There is an issue with ASP.NET 4.0 and ASP.NET MVC 1 or 2 that causes the ValidateInput attribute, used to allow 'unsafe' content in requests, to no longer work. Here's a quick workaround. read more...

add a comment |category: |Views: 23

tags: another

Functional Optimistic Concurrency in C#(jdconley.com)

submitted by jconleyjconley(650) 2 years, 10 months ago

A brief look at how functional programming can help make your C# code more elegant, expressive, and powerful through the common scenario of database optimistic concurrency. read more...

add a comment |category: |Views: 23

tags: another

Business for geeks: Naming your software company(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

A second post in the series about starting a software development tools company covering the process undertaken in picking the name of the company. Covers points to consider when picking a name for your own software brand. This isn't strictly code but might be interesting for entrepreneurial .net geeks out there. read more...

add a comment |category: |Views: 501

tags: another

Starting out - The story of starting a software tools company(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

Not strictly about coding, this post talks about starting a business that builds tools for software developers (in this case, tools for developers on the Microsoft stack). Covers some of the lessons learned and experiences in the first few months. read more...

add a comment |category: |Views: 455

tags: another

Mindscape releases open source ASP.NET MVC extensions(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

Mindscape have released an open source library with a collection of helpful extensions to make developing solutions with the ASP.NET MVC framework easier. Attention has been paid to ensuring it's easy to deliver solutions based on LightSpeed but there is also significant samples and code for developers working on MVC solutions with other domain modeling tools. Patches and suggestions are welcome. read more...

add a comment |category: |Views: 453

tags: another

ioDrive, Changing the Way You Code(jdconley.com)

submitted by jconleyjconley(650) 3 years, 2 months ago

A look at the new ioDrive device and how devices like it will drastically change how you think about performance critical data storage applications. read more...

add a comment |category: |Views: 446

tags: another

Single table and concrete table inheritance with LightSpeed ORM(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

One of the benefits of working with an O/R Mapper is the ability to use inheritance and have your objects still persist to the database. In this post, Mindscape explains the difference between two types of relational inheritance - Single Table and Concrete Table. The post also demonstrates how to create these models using the LightSpeed O/R Mapper. read more...

1 comment |category: |Views: 154

tags: another

Abstracting Away Azure: How to Run Outside of the Cloud(jdconley.com)

submitted by jconleyjconley(650) 3 years, 3 months ago

A high level view of how to design your applications so you can some day run them outside of the Azure cloud. read more...

add a comment |category: |Views: 13

tags: another

LightSpeed 2.2 Released(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 3 months ago

LightSpeed 2.2 O/R Mapper has been released with support for SimpleDB, ASP.NET Dynamic Data, stored procedures support and much more. This post covers many of the new features, all of which are included in the free edition. read more...

add a comment |category: |Views: 246

tags: another

Put down the abstract factory and get something done(jdconley.com)

submitted by jconleyjconley(650) 3 years, 3 months ago

A post about over architecting and where your priorities should lie in software development. read more...

add a comment |category: |Views: 16

tags: another

Concurrency. It's like doing the dishes.(jdconley.com)

submitted by jconleyjconley(650) 3 years, 4 months ago

It's difficult to describe optimistic and pessimistic concurrency models to either a developer that's new to the space or a non-technical person. But it's just like doing the dishes! read more...

add a comment |category: |Views: 10

tags: another

ASP.NET MVC sucks and so does jQuery and PHP(jdconley.com)

submitted by jconleyjconley(650) 3 years, 4 months ago

A follow up to the popular '10 reasons asp.net webforms sucks' posting. read more...

add a comment |category: |Views: 207

tags: another

Fire and Forget Email, Webservices and more in ASP.NET(jdconley.com)

submitted by jconleyjconley(650) 3 years, 4 months ago

Ever want to send an email or make a web service call and not have it slow down the page load process? The author presents a simple method for doing so along with a clear description of what's going on under the hood. read more...

add a comment |category: |Views: 51

tags: another

Using SimpleDB from a .NET O/R Mapper(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 4 months ago

.NET folk interested in working with SimpleDB can now use the LightSpeed O/R Mapper to work easily with their data in the cloud. This post show how to get started working with SimpleDB and highlights the additional capabilities that an O/R Mapper can bring. read more...

add a comment |category: |Views: 246

tags: another

10 Reasons ASP.NET Webforms Suck(jdconley.com)

submitted by jconleyjconley(650) 3 years, 4 months ago

I think the title says it all. A great rant from an experienced ASP.NET developer. read more...

10 comments |category: |Views: 1050

tags: another

Debugging a power outage(jdconley.com)

submitted by jconleyjconley(650) 3 years, 8 months ago

A story about debugging an ASP.NET application after a server farm crashes and starts performing poorly and uncovering the unlikely culprit. read more...

add a comment |category: |Views: 6

tags: another