Browse by Tags

All Tags » Data (RSS)

Web Forms Model Binding Part 3: Updating and Validation (ASP.NET 4.5 Series) by ScottGu's Blog

This is the fifth in a series of blog posts I’m doing on ASP.NET 4.5. The next releases of .NET and Visual Studio include a ton of great new features and capabilities.  With ASP.NET 4.5 you’ll see a bunch of really nice improvements with both Web...
Filed under: , , ,

Entity Framework Code First Migrations: Alpha - NuGet Package of the Week #10 by Scott Hanselman

Hot on the heels of my RFC blog post on product versioning , the Entity Framework team has released Entity Framework 4.1 Code First Migrations: August 2011 CTP . Cool. And it's July, too! Or my preferred product name, " Migrating Magic Unicorns...
Filed under: , ,

Hanselminutes Podcast 262 - The Rise of the Micro-ORM with Sam Saffron and Rob Conery by Scott Hanselman

Scott's at Mix this week and he sits down with Sam Saffron and Rob Conery to talk about their Micro-ORMs. What have they done in less than 400 lines of code, that the rest of the planet needs a dozen assemblies for? Should you abandon your ORM and...
Filed under: , ,

Hanselminutes Podcast 258 - Inside Entity Framework 4.1 CodeFirst with Jeff Derstadt and Tim Laverty by Scott Hanselman

This week Scott sits down with the Lead Dev and Lead PM for Entity Framework 4.1 (Magic Unicorn Edition!) to talk about the improvements from the first version. What's improved and changed? What do they think about NHibernate or just doing SQL on...
Filed under: ,

RC of Entity Framework 4.1 (which includes EF Code First) by ScottGu's Blog

Last week the data team shipped the Release Candidate of Entity Framework 4.1.  You can learn more about it and download it here . EF 4.1 includes the new “EF Code First” option that I’ve blogged about several times in the past.  EF Code First...

VS 2010 SP1 and SQL CE by ScottGu's Blog

Last month we released the Beta of VS 2010 Service Pack 1 (SP1).  You can learn more about the VS 2010 SP1 Beta from Jason Zander’s two blog posts about it, and from Scott Hanselman’s blog post that covers some of the new capabilities enabled with...
Filed under: , , , , ,

Announcing Entity Framework Code-First (CTP5 release) by ScottGu's Blog

This week the data team released the CTP5 build of the new Entity Framework Code-First library.  EF Code-First enables a pretty sweet code-centric development workflow for working with data.  It enables you to: Develop without ever having to...
Filed under: , , ,

A couple of more data-related Silverlight Quickstarts for you by Silverlight SDK

In an attempt to close the loop on getting data into Silverlight, we’ve added a couple of new Quickstarts. The first, Getting Data into Silverlight , provides some guidance about how you should store and access data from your Silverlight applications...
Filed under: ,

Hanselminutes Podcast 225 - Learning about NHibernate 3 with Jason Dentler by Scott Hanselman

My two-hundred-and-twenty-fifth podcast is up . Scott chats with Jason Dentler about NHibernate and their new 3.0 release. Jason is the author of the upcoming "NHibernate 3 Cookbook" from Packt Publishing. Is NHibernate hard and scary? Jason...
Filed under: , ,

Simple Code First with Entity Framework 4 - Magic Unicorn Feature CTP 4 by Scott Hanselman

Microsoft's been releasing a number of right-sized LEGO pieces lately. In case you missed it, Betas have been announced for: SQL 4 Compact Edition - It has a small embedded file-based SQL Database, and a web-server called IIS Express that's compatible...
Filed under: , , ,

The Weekly Source Code 52 - You get using that LINQ, I dunna think it means what you think it means. by Scott Hanselman

Remember good developers don't just write source code, they also READ it. You don't just become a great poet by writing lots of poems. Read and absorb as well. Do check out the Source Code category of my blog here , there's (as of today) 15...

The Weekly Source Code 52 - You keep using that LINQ, I dunna think it means what you think it means. by Scott Hanselman

Remember good developers don't just write source code, they also READ it. You don't just become a great poet by writing lots of poems. Read and absorb as well. Do check out the Source Code category of my blog here , there's (as of today) 15...

Extending NerdDinner: Exploring Different Database Options by Scott Hanselman

The original NerdDinner Sample was very simple. Two samples, simple, in fact. Perhaps it's the new Northwind, as it's a good way to start working with ASP.NET MVC. However, it's not a perfect sample or an idealized example on how to do many...

Tip#96: Did you know…You could publish your SQL databases using the SQL Publishing Wizard? by The Official Microsoft IIS Site

You can use the SQL Publishing wizard in VS 2008/VWD 2008 to deploy a local database from your development machine to a hosting environment on a remote machine. This is how you will accomplish this: Step 1: Create a new web site by selecting menu File...

Tip#65: Did you know...How to quickly create a GridView that is hooked up to a SQL table? by The Official Microsoft IIS Site

In Tip#64, we showed you how to convert a GridView's bound fields into template fields. In this tip, we will show you how to quickly create a GridView that is hooked up to a SQL table. Typically, if you want a GridView then you need to add it to the...
More Posts Next page »
Powered by Community Server (Non-Commercial Edition), by Telligent Systems