MrOK

Stories kicked by MrOK

RubyMicrosoft - Martin Fowler talks about RoR and .Net(martinfowler.com)

submitted by .NetKicks.NetKicks(1304) 4 years, 11 months ago

"So with JRuby pretty much here, the spotlight moves onto the other common managed code runtime - .NET. Microsoft's intentions for Ruby are currently much less clear..." read more...

add a comment |category: |Views: 4

tags: another

Using LINQ to SQL (Part 1)(weblogs.asp.net)

submitted by MrOKMrOK(90) 4 years, 11 months ago

"LINQ to SQL is an O/RM (object relational mapping) implementation that ships in the .NET Framework "Orcas" release, and which allows you to model a relational database using .NET classes. You can then query the database using LINQ, as well as update/insert/delete data from it. LINQ to SQL fully supports transactions, views, and stored procedures. It also provides an easy way to integrate data validation and business logic rules into your data model." read more...

3 comments |category: |Views: 57

tags: another

Does Web Software Need a 'Check Engine' Light?(stevenharman.net)

submitted by usshermussherm(5285) 5 years ago

All software has bugs, and web applications are no exception. Is it time to add auto-update or at least a warning light to web applications so users will keep them updated? read more...

1 comment |category: |Views: 1

tags: another

Evolution of a C# Query—Step by step from C# 1.1 to LINQ(blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 5 years ago

This article takes you step-by-step from C# 1.1 to LINQ. read more...

2 comments |category: |Views: 5

tags: another

.Net Adventures : View Source Reflector Plugin for Silverlight(devintelligence.com)

submitted by adventureradventurer(2244) 5 years ago

Ernie Booth has wrote plugin for Lutz Roeder’s Reflector that takes a URL to a Silverlight host page and locates the assembly for that page. read more...

add a comment |category: |Views: 5

tags: another