|
|
Mike.Griffin
Stories kicked by Mike.Griffin
|
|
published 3 days, 6 hours ago, submitted by
aloker
3 days, 14 hours ago
blog.andreloker.de — I uninstalled Google Chrome after considering the potential threads for privacy read more...
7 comments
|
category: Other | Views: 755
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
stimpy77
11 days, 13 hours ago
entityspaces.net — Looks like EntitySpaces has gone through further optimizations that enable it to be compared dramatically with SubSonic performance-wise. read more...
add a comment
|
category: Database | Views: 23
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 17 days, 16 hours ago, submitted by
JudahGabriel
17 days, 18 hours ago
simple-talk.com — Lutz Reflector, the free .NET disassembler every developer developer should have, has been purchased by Red Gate software. Red Gate has stated they will continue to provide the tool for free. read more...
4 comments
|
category: Products | Views: 426
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 20 days, 10 hours ago, submitted by
ccyvas
22 days, 8 hours ago
chriscyvas.wordpress.com — . . . what Mindscape has done is really quite impressive. To evaluate, accept, and incorporate feedback that quickly into the product and to have the installer ready that afternoon is impressive – for anyone. read more...
15 comments
|
category: C# | Views: 609
|
|
tags:
Bullshit, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 13 days ago, submitted by
ccook
1 month, 13 days ago
connectionstrings.com — Provides connection strings to many databases by many methods. An essential reference. read more...
8 comments
|
category: Database | Views: 301
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 16 days ago, submitted by
yesthatmcgurk
1 month, 16 days ago
dotnet.org.za — No, not partial classes, partial methods. Read on if you did a double take like I did. read more...
4 comments
|
category: CLR | Views: 457
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 27 days ago, submitted by
razorant
2 months, 3 days ago
nyveldt.com — Now that the latest version of BlogEngine.NET is out, it is easier than ever to get your blog running with VistaDB Express. I’ve been using VistaDB Express with BlogEngine.NET for a little while now and just love it.... read more...
add a comment
|
category: Open Source | Views: 124
|
|
tags:
BlogEngine.NET, BlogEngine, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 3 days ago, submitted by
colinjack
2 months, 4 days ago
codebetter.com — Great article detailing why LINQ to SQL deserves some attention particularly if you buy into the object oriented style of development or are currently working with an ORM such as NHibernate. read more...
add a comment
|
category: ADO.NET | Views: 245
|
|
tags:
Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 17 days ago, submitted by
rudigrobler
2 months, 18 days ago
dotnet.org.za — A article about the performance hit created by the IEnumerable<>.Sum extension method!!! read more...
2 comments
|
category: C# | Views: 298
|
|
tags:
Bullshit, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 27 days ago, submitted by
TroyMG
2 months, 27 days ago
squaredroot.com — Sandcastle - the .Net community equivalent of RDoc/JavaDoc and the spiritual successor of the now defunct NDoc – has been removed from CodePlex. It’s fate is currently up in the air and Microsoft is asking you for input on what should happen next. read more...
3 comments
|
category: Open Source | Views: 431
|
|
tags:
CodePlex, Sandcastle, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bartekm
2 months, 28 days ago
blog.evonet.com.au — Here is a quick tutorial to show you how to design a stylish Gridview with filtering enabled for some of the columns. read more...
add a comment
|
category: ASP.NET | Views: 30
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 3 days ago, submitted by
Mike.Griffin
3 months, 13 days ago
entityspaces.net — Basically, the MySQL Connector/Net (5.2.2.0) provider treats BINARY(16) columns as Guids, though there is not real Guid (uniqueidentifier in Microsoft SQL) data type. However, it's not transparent, there are special read and write methods for it. If you're a MySQL fan let the folks over at MySQL know that you want a true data type for Guids and not an imposter. We appreciate the hard work the MySQL Connector/Net team is doing. After all, MySQL doesn't have a Guid type yet so they are doing what they can. However, we would rather see them lobby the core database engine team for a true Guid column type. How about you? read more...
add a comment
|
category: Open Source | Views: 111
|
|
tags:
ORM, Architecture, Mono, OpenSource, MySQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 13 days ago, submitted by
Mike.Griffin
3 months, 13 days ago
entityspaces.net — I have always built architectures on top of ADO.NET DataTables, they're fast (yes), flexible, and the power it provides is really pretty good. Additionally, as new features are added to ADO.NET they can then be easily absorbed. We were able to add LINQ to SQL to EntitySpaces by simply turning a LINQ query into an ADO.NET DataTable. Once we exchange the LINQ query for an ADO.NET DataTable the EntitySpaces architecture functions as normal since its underlying data structure is a DataTable. Pretty sweet. Here's a nice little trick in case you are not aware of it. read more...
12 comments
|
category: Linq | Views: 253
|
|
tags:
Architecture, ORM, LINQ, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 11 days ago, submitted by
Mike.Griffin
3 months, 14 days ago
entityspaces.net — Part One described the process of getting Silverlight to interact with a WCF web service, and showed how to bind EntitySpaces based data objects (WCF client proxies) to Silverlight controls, specifically a DataGrid control. While there were a lot of pages of review in Part One, it was mostly point-and-click “configuration coding”, as MyGeneration, EntitySpaces, and Visual Studio did most of the work for us. But showing data in a grid isn’t very exciting. It’s time to look at some interaction with data and give EntitySpaces a little more credit than just a data wrapper. read more...
add a comment
|
category: Architecture | Views: 113
|
|
tags:
Silverlight, WFC, ORM, Architecture, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 17 days ago, submitted by
ignu
3 months, 18 days ago
codebetter.com — ADO.NET Entity Framework. All I needed to know is that there are three different designer-generated XML files. But Dave Laribee rips it a new one here. read more...
1 comment
|
category: ADO.NET | Views: 312
|
|
tags:
Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|