samAdams

Stories kicked by samAdams

A lap around MIX09 keynote announcements(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 2 months ago

Simone collects all the big announcements from MIX09 and provides links to get deeper into the new stuff read more...

add a comment |category: |Views: 364

tags: another

ASP.NET MVC 1.0 released(microsoft.com)

submitted by alexandrul.ctalexandrul.ct(475) 3 years, 2 months ago

ASP.NET MVC 1.0 RTM is released read more...

7 comments |category: |Views: 458

tags: another

AnkhSVN 2.0.6310 Released - Subversion Plugin for Visual Studio.(ankhsvn.open.collab.net)

submitted by refpointerrefpointer(165) 3 years, 2 months ago

New features include: Experimental support of Visual Studio 2010, Overall performance improvemens, and much more... read more...

1 comment |category: |Views: 590

tags: another

How to Retrieve User Data from Facebook Connect in ASP.NET(devtacular.com)

submitted by bkonbkon(210) 3 years, 2 months ago

In this article, we will bridge the gap between Facebook Connect and retrieving user data using the Facebook Developer toolkit. A useful class is included for download that simplifies the process and reduces the work to just five lines of code! read more...

add a comment |category: |Views: 168

tags: another

xVal 0.8 improves client side validation in ASP.NET MVC(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 3 months ago

xVal is an open source validation framework bridge for ASP.NET MVC. Its new release, version 0.8, became available this morning and adds the following features: Support for NHibernate.Validator, Internationalization, Custom validation logic, Fluent syntax for defining ad-hoc validation rules, Comparison validators, and more. read more...

1 comment |category: |Views: 275

tags: another

Joining "IE6: Do NOT want!" campaign(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 3 months ago

IE6 users are still too many... it started with a tweet from a Norwegian web developer, and spread like fire across Europe. Joining the campaign is easy: just add a few lines of code to your site or blog. In this post is how to do it and a little more of background on how to do it. read more...

add a comment |category: |Views: 367

tags: another

100% Unit Testable Linq To Sql Repository - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 3 months ago

In this post, I will show you how you can architect your Linq To Sql repository which will have 100% code coverage. I will use our favorite Northwind database along with my ongoing UnityCommonServiceLocatorMVC project. First, lets add a Linq To Sql diagram in our project and drag n drop the Category and Product table that will look something like foll... read more...

add a comment |category: |Views: 372

tags: another

Domain Model (Developing KiGG v2.0 Part 1) - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 3 months ago

As mention in my previous post that I will be discussing the technical side of **KiGG**. So this is the beginning and it will be a multi-part series. I will try to put as much detail as possible, do let me know if I missed anything. Just for a recap, KiGG is Web 2.0 style social news application where I am trying to exercise some of the best practice like TDD, DDD, SOLID etc with Microsoft supported tooling. If you want to see it in action just visit http://dotnetshoutout.com . KiGG is already a fully functional application, but here I am starting from scratch, so the actual code might not look the same with following but it will show you how it is evolved as I am going to post more on it over the time. read more...

add a comment |category: |Views: 268

tags: another

Create a Strongly Typed CRUD UI With ASP.Net MVC RC(blogs.microsoft.co.il)

submitted by JemmJemm(9604) 3 years, 3 months ago

"In this post I will show the tooling enhancements in ASP.Net MVC that lets you build CRUD (List, Details, Create and Edit) actions very fast. With a little amount of code we can create a good starting point for building a data entry application using ASP.Net MVC." read more...

1 comment |category: |Views: 371

tags: another

ASP.NET Chart with MVC and Google Spreadsheet API(leniel.net)

submitted by lenielleniel(504) 3 years, 3 months ago

Learn how to integrate ASP.NET charting controls with ASP.NET MVC and Google Spreadsheet Data API. It shows a sample ASP.NET MVC application that uses data retrieved from a Google Spreasheet to feed an ASP.NET charting control. read more...

add a comment |category: |Views: 656

tags: another

You're Doing It Wrong(codinghorror.com)

submitted by spoulsonspoulson(327) 3 years, 3 months ago

Templating tends to break down because it forces you to treat code and markup as two different and fundamentally incompatible things. We spend all our time awkwardly switching between markup-land and code-land using escape sequences. They're always fighting each other -- and us. read more...

add a comment |category: |Views: 373

tags: another

ASP.NET MVC Validation - The Definitive Guide (in my eyes)(goneale.wordpress.com)

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

After trying a ton of techniques, I bring you the tried & tested definitive guide to ASP.NET MVC validation utilising both CLIENT (jQuery validator plugin) and SERVER validation ready to go with strong object model validation AND compatible with LINQ 2 SQL. What more could one want?! read more...

add a comment |category: |Views: 439

tags: another

Using C# "Yield" for Readability and Performance(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 3 months ago

I must have read about “yield” a dozen times. Only recently have I began to understand what it does, and the real power that comes along with it. I’m going to show you some examples of where it can make your code more readable, and potentially more efficient. read more...

add a comment |category: |Views: 818

tags: another

Form validation with ASP.NET MVC release candidate(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 3 months ago

Last week, the ASP.NET MVC framework release candidate was released (check ScottGu’s post). Apart from some great new tooling support, form validation has never been easier. Here’s a quick introduction. read more...

4 comments |category: |Views: 514

tags: another

Updated CarTrackr to ASP.NET MVC RC(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 3 months ago

As you may have noticed, ASP.NET MVC 1.0 Release Candidate has been released over the night. You can read all about it in ScottGu’s blog post, covering all new tools that have been released with the RC. Since I’ve been trying to maintain a small reference application for ASP.NET MVC known as CarTrackr, I have updated the source code to reflect some changes in the ASP.NET MVC RC. You can download it directly from the CodePlex project page at www.cartrackr.net. read more...

add a comment |category: |Views: 41

tags: another

ASP.Net MVC Custom Error Pages(genericerror.com)

submitted by GenericErrorGenericError(215) 3 years, 4 months ago

I have recently spent quite a bit of time getting my ASP.Net MVC application to display errors to the user the way I want and this post outlines the steps I took to get there. This includes general application errors, page not found errors and stupid user errors. read more...

add a comment |category: |Views: 1468

tags: another