goneale

Stories submitted by goneale

Automatically Infer MVC Validation Rules Based on LINQ to SQL Schema(goneale.com)

submitted by gonealegoneale(1055) 1 year, 9 months ago

Hey gang, just a quickie today. I have been working recently on setting up server side and client side model validation “by the book” in ASP.NET MVC 2 complete with data annotations and the first question that hit me when I was declaring attributes on my LINQ to SQL partial classes to determine model validation was “hold on, surely there is a way to automagically have MVC infer my validation rules based on my database schema…” read more...

add a comment |category: |Views: 20

tags: another

.NET Framework/ASP.NET/C# Development - Ultimate Learning Resources(goneale.com)

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

Today I am taking a few minutes time-out to share some links with you I found for a friend today who wished to start out learning ASP.NET web development. I’m sharing them because I was absolutely astonished at how hard it was to find any decent, rich tutorial resources on the topic of ASP.NET and C# development. Many of the top ranking links on Google I felt did not either start at the right place, were too complicated for beginners or was missing information, but more so I wanted to hand on a single reliable one-stop-shop link I could trust they could use to learn ASP.NET and C# development from beginner to advanced. read more...

add a comment |category: |Views: 14

tags: another

Download Microsoft Visual Studio 2010 Beta 2 Today!(goneale.com)

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

Get it now! This is a public release, not just for MSDN subscribers! For more information check the Official Microsoft, Scott Gu & Hanselman.. read more...

add a comment |category: |Views: 16

tags: another

MonoTouch 1.1 Released: Develop iPhone Applications with C#!(goneale.com)

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

Awesome. Very awesome. The MonoTouch Novell guys have released an update to their fantastic framework, version 1.1 which includes some great updates including iPhone 3.1 APIs, WebServices (WCF) support, 30% less disk space for generated code and halved startup time. A few of you who follow me on twitter will know... read more...

add a comment |category: |Views: 44

tags: another

Rolling Out a Custom WCF Software Updater for Win Forms / WPF(goneale.com)

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

Alright, a big one today peoples. I’ve recently had the opportunity of writing a commercial custom self-updating software package after more than merrily ditching ClickOnceAndHope to the kerb due to exhaustive problems and restrictions, and I would like to share with you today a version I have made for you guys componentised and ready to go :) Now for my gripes with ClickOnce, that story is for another day… read more...

add a comment |category: |Views: 34

tags: another

‘Win XP’ Message Box Fallback for TaskDialog in Win API Code Pack(goneale.com)

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

I have made a helper class to the TaskDialog method that is featured in the Windows API Code Pack (available for a couple of months now), which gracefully downgrades the TaskDialog to a standard System.Windows.Forms.MessageBox if the client operating system is not supported, ie. if the client is not using Windows Vista or higher. read more...

add a comment |category: |Views: 46

tags: another

Windows API Code Pack for .NET Framework | {Programming} & Life(goneale.com)

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

Some of you might remember that I blogged about the Windows 7 managed code API’s accessible via the Windows API Code Pack a little while ago, well I just would like to clarify that point and say the Windows API Code Pack is not just for Windows 7 developers and provides many exciting features never easily been available through a managed API before... read more...

add a comment |category: |Views: 26

tags: another

Correct Behaviour of UpdateModel in ASP.NET MVC | {Programming} & Life(goneale.com)

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

Correct Behaviour of UpdateModel in ASP.NET MVC... read more...

add a comment |category: |Views: 42

tags: another

Introducing StrongRoutes for ASP.NET MVC « Chris Hampson(bleevo.com)

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

Just a little preview of something I am working on that will be available soon.. publicstaticclass SubmissionRoutes {[RouteOrder(1)]publicstaticreadonly StrongRoute Create = StrongRoute.Map read more...

add a comment |category: |Views: 22

tags: another

Updating Multiple Child Objects And/Or Collections in ASP.NET MVC View(goneale.com)

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

Have you found yourself using ASP.NET MVC quite merrily building views and controllers and master/detail forms with 1-1 objects from your database to your view and now you’ve hit a hairy case which has ruined everything when you have a child and/or child collection object you also need to update on the form (or multiple of each one!) and have no idea how to tackle it? *breath* Well I was the same up until about an hour ago. read more...

add a comment |category: |Views: 178

tags: another

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

submitted by gonealegoneale(1055) 2 years, 10 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

T4 Toolbox Offers Alternate LINQ to SQL Class Generator: Explained(goneale.com)

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

If you aren’t up with the know, T4 Templates or the Text Template Transformation Toolkit is a Microsoft template-driven code generation toolkit baked right into Visual Studio 2008 (and available in Visual Studio 2005 as an additional download) which allows you to do some pretty cool stuff in the way of code generation — that being generating classes, sql scripts, MVC and/or Dynamic Data templates, or anything you like really. It can plug in and read database information quickly and has gained a lot more traction over the last year or so with the adoption by ASP.NET MVC and Dynamic Data really driving it’s name, however unfortunately with the lack of great IDE support, which I’m hoping might change a little come Visual Studio 2010 there is no in-built syntax highlighting or easy way to get started with using it (eg. no “Add new item”). However, it’s a great system and can provide loads of benefit out of the box. read more...

add a comment |category: |Views: 27

tags: another

ASP.NET MVC Validation Refresh: Best Techniques & Frameworks(goneale.com)

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

I just wanted to do a “refresher” post regarding ASP.NET MVC validation as many things have changed over the last couple of months and there is a lot of information out there. I wanted to aggregate my known validation options and recommend them in one tabular list. read more...

add a comment |category: |Views: 63

tags: another

Entity Framework 4.0: What You May Be Missing(goneale.com)

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

I have listed these articles in chronological order, oldest to newest, start from where you find interesting, or start at the top as it’s the first article I could find where EF 4.0 was announced and always good to get that initial background. read more...

add a comment |category: |Views: 61

tags: another

Fun C# Cuckoo Clock (Practical Joke or Useful App!)(goneale.com)

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

Good Morning All! (At least here in Aus). Today I’d like to share with you an off topic, fun application I put together from inspiration I got off a StackOverflow.com thread entitled “What’s Your Favorite Harmless Computer Practical Joke?“. If you click this link you’ll jump right to the prank I’m talking about. Basically.. read more...

add a comment |category: |Views: 91

tags: another

What & Why Choose F#?(goneale.com)

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

I am becoming more interested in F# lately, learning a little more on what it’s all about and in my travels I have stumbled across a few links and topics on why one should use F# and what it’s all about. I thought I might share. Shamefully, I personally have still been too flat out to use it myself, but hoping that will change very soon! read more...

add a comment |category: |Views: 43

tags: another