idisposable.co.uk
Code Snippets | idisposable.co.uk
http://idisposable.co.uk/category/code-snippets
Creating a drop down list from an enum in ASP.NET MVC. May 18, 2013. May 20, 2013. Thought I’d share some work we’ve done in our MVC projects to ease the generation of drop down lists from enum types which makes life a hell of a lot easier for us when working with enums in views. The basic premise focuses around the method below which is represented all over the web really (a lot of people seem to have come up with the solution at around the same time it seems) which is given an enum:. Public static stri...
craigmoliver.com
web development | craigmoliver
http://craigmoliver.com/tag/web-development-2
Tag Archives: web development. Executive Summary: Hybrid IT and Cloud Computing. December 12, 2013. Book Review – Clout: the Art and Science of Influential Web Content. January 18, 2011. This book is a top resource regarding the implementation of content strategy. Clients who are inexperienced or non-technical usually don’t understand why developers can’t make the gibberish better. Content just isn’t our forte. Clout is a well-researched and authoritative source for develope...That practices what she pre...
codeplex.com
CodePlex - TimothyKhouri
http://www.codeplex.com/site/users/view/TimothyKhouri
Project Hosting for Open Source Software. Member Since January 5, 2012. Last Visit November 25, 2013. No personal statement has been written. No activity in the last 60 days. TFS Code Coverage Checkin Policy. Version 8.21.2015.21031.
abstraction.codeplex.com
Abstraction Oriented Architecture - Documentation
http://abstraction.codeplex.com/documentation
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). Absolutely trivialized enterprise grade architecture database application with web and mobile user interfaces. Generating complete design level documentation from abstracted system. Http:/ www.youtube.com/view play list? The Last Consumer Trivializable Abstraction Code. Understanding The Power Behind The Abstractions. The bre...
thundereagle.wordpress.com
Entity Framework 4 with Base entities | YANB
https://thundereagle.wordpress.com/2010/11/21/entity-framework-4-with-base-entities
Yet another .Net blog. Entity Framework 4 with Base entities. Entity Framework 4 with Base entities. November 21, 2010. This is my first blog post, and I hope somebody can learn something from it. I’ve learned a lot in my career from reading random blog posts like this one, and a lot of my knowledge that was used to ultimately produce this entry was gleaned from other blog posts. I’m just trying to give a little back to the community. And ADO.NET C# POCO Entity Generator. Before you can look at the examp...
capnias.org
Data.Common.DbSchema, Alpha | Καθημερινή Ρουτίνα
http://capnias.org/2009/04/13/data-common-dbschema-alpha
8230; και πως να επιβιώσετε. DataCommon.DbSchema, Alpha. DataCommon.DbSchema, Alpha. Leave a comment ↓. Υποθέτω ότι δεν υπάρχει προγραμματιστής που έχει γράψει κώδικα για βάση δεδομένων μετά από λίγο θα έχει βαρεθεί να γράφει τα ίδια και τα ίδια. Το επόμενο βήμα, στην φυσική εξέλιξη των πραγμάτων, είναι να αρχίσει να ψάχνει ένα τρόπο, που να μπορεί να διαβάσει. Το σχήμα της βάσης δεδομένων και να το χρησιμοποιήσει ώστε να δημιουργήσει μια μηχανή. Που θα παράγει τον βαρετό κώδικα. Γρήγορα, εύκολα και σωστά.
diegworld.blogspot.com
Dieg's world: January 2011
http://diegworld.blogspot.com/2011_01_01_archive.html
Net framework, SQL and other technical stuff blog. Saturday, January 29, 2011. Grid view in MVC using mvcContrib. Last post I showed a simple way to display images in your html using an MVC controller Displaying images from a database - MVC style. But then it got me thinking.what if I have a lot of records? What if I want to allow the users to search for a specific record? So the answer is of course - adding some sort of page/sort/filter control/s. For this type of work we will use ViewModel, view-model ...