|
|
Stories recently tagged with 'EntitySpaces'
|
|
published 14 days, 18 hours ago, submitted by
Mike.Griffin
15 days, 3 hours ago
entityspaces.net — We have created a video preview of our EntitySpaces 2009 Plugin for Visual Studio. The video is approximately 6 meg in size so give it a moment to get started. The video has sound and you might need to adjust your volume. We hope that you enjoy this video. It really gives you a feel for what it's going to be like to use EntitySpaces 2009, and it's really nice never having to leave Visual Studio. read more...
3 comments
|
category: Architecture | Views: 193
|
|
tags:
EntitySpaces, CodeGeneration, Mono, Persistence, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days, 18 hours ago, submitted by
Mike.Griffin
15 days, 3 hours ago
entityspaces.net — We have created a video preview of our EntitySpaces 2009 Plugin for Visual Studio. The video is approximately 6 meg in size so give it a moment to get started. The video has sound and you might need to adjust your volume. We hope that you enjoy this video. It really gives you a feel for what it's going to be like to use EntitySpaces 2009, and it's really nice never having to leave Visual Studio. read more...
3 comments
|
category: Architecture | Views: 193
|
|
tags:
EntitySpaces, Persistence, VisualStudio, SQL, ORM | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 23 days, 15 hours ago, submitted by
Mike.Griffin
1 month, 4 days ago
entityspaces.net — In this post we'll take a look at both the Template Browser and the template user interface mechanism. The Template Browser lists the templates in a tree based on each template's Namespace located in the template header (shown left). You can see from the TemplateInfo tag in the template header that there is both a Namespace and a UniqueID attribute. The UniqueID will be discussed later when we dig into the user interface. Now, however, let's take a look at the Template Browser. The Template Browser is shown below (while running under Visual Studio). read more...
add a comment
|
category: Architecture | Views: 113
|
|
tags:
Database, CodeGeneration, EntitySpaces, Architecture, ORM | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 7 days ago, submitted by
Mike.Griffin
1 month, 11 days ago
entityspaces.net — EntitySpaces 2009 will plug right into Visual Studio and it will use its own internal code generator. This means that Visual Studio users will never have to leave Visual Studio to work on or generate their EntitySpaces architecture. The image below shows how EntitySpaces 2009 looks embedded within Visual Studio. While it is likely to change a little before our first beta this should provide you with a feel for ES2009. The nice thing is that ES2009 is a dockable window just like any other window within Visual Studio, you can even generate your EntitySpaces classes directly into your solution and the folders/files will be created automatically for you. read more...
3 comments
|
category: Architecture | Views: 207
|
|
tags:
ORM, VisualStudio, Architecture, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 6 days ago, submitted by
Mike.Griffin
2 months, 6 days ago
entityspaces.net — EntitySpaces has teamed up with Justin Greenwood (shown left) of MyGeneration Software to create a brand new code generation engine for EntitySpaces 2009. Because of Justin's code generation expertise we contaced Justin and asked him to create a very simple, lightweight code generation engine whose only job is to execute templates (there is no user interface support by design). The code generation engine makes the EntitySpaces MetdataEngine available as an intrinsic object available to all templates through the "esMeta" property. We already have a working version of the code generation engine and thought we would share our progress with you. read more...
1 comment
|
category: Architecture | Views: 178
|
|
tags:
EntitySpaces, ORM, MyGeneration, Architecture, CodeGeneration | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Mike.Griffin
2 months, 9 days ago
entityspaces.net — We are pleased to announce that the official EntitySpaces 2008 0915 release is now available for download. This will be the final EntitySpaces 2008 release. Work is already underway on EntitySpaces 2009 and we will make a blog post filling you in on the some of details very shortly. Major Performance Enhancements are just a part of this release .... read more...
add a comment
|
category: Architecture | Views: 22
|
|
tags:
Postgresql, VistaDB, Oracle, CodeGeneration, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 19 days ago, submitted by
Mike.Griffin
5 months, 29 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: 115
|
|
tags:
ORM, Architecture, Mono, OpenSource, MySQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 29 days ago, submitted by
Mike.Griffin
5 months, 29 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: 274
|
|
tags:
Architecture, ORM, LINQ, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 28 days ago, submitted by
Mike.Griffin
5 months, 30 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: 117
|
|
tags:
Silverlight, WFC, ORM, Architecture, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 17 days ago, submitted by
Mike.Griffin
6 months, 18 days ago
entityspaces.net — I was asked to see how easy it would be to get EntitySpaces objects to work inside Silverlight, and to demonstrate my findings. This was a curiously interesting notion, since many have pondered whether Silverlight is a valuable runtime environment for LOB (line-of-business) applications. There are a number of reasons why Silverlight, at least in its Version2 flavor, would be very ideal for building client/server applications ... read more...
1 comment
|
category: Silverlight | Views: 17
|
|
tags:
WCF, Architecture, Silverlight, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Mike.Griffin
7 months, 10 days ago
entityspaces.net — If you noticed that I wasn't around much on the forums this past week you weren't imagining things. I was on vacation in Palm Beach Gardens, Florida. It's truly paradise on earth. read more...
|
|
tags:
Code, SQL, EntitySpaces, Generation, Microsoft | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 20 days ago, submitted by
Mike.Griffin
8 months ago
entityspaces.net — The casting logic is now in-place for EntitySpaces 2008. Let's look at a few quick examples so you can get a feel for how this new feature works. These examples are not be real world scenarios and were chosen to merely demonstrate the syntax. read more...
|
|
tags:
MyGeneration, Mono, ORM, Architecture, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 9 days ago, submitted by
Mike.Griffin
8 months, 13 days ago
entityspaces.net — We are very excited to offer this Alpha release for those who want to get a head start with EntitySpaces 2008 (ES2008). This Alpha release supports only C# class generation from within CodeSmith, and only supports Microsoft SqlServer. A subsequent beta release will support CodeSmith, MyGeneration, C#/VB.NET classes, and all of our providers. The Alpha release comes with both .NET 2.0 and .NET 3.5 runtimes. The Alpha comes with the new, very powerful, SubQuery Enhancements to our DynamicQuery API. read more...
|
|
tags:
ORM, Mono, CodeSmith, Architecture, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 13 days ago, submitted by
Mike.Griffin
8 months, 20 days ago
entityspaces.net — EntitySpaces, LLC will be delivering substantial SubQuery horsepower in its 2008 release. The EntitySpaces DynamicQuery API (just one of the features of using EntitySpaces) has proven to be a very powerful tool for .NET developers. read more...
|
|
tags:
CodeSmith, MyGeneration, LINQ, Architecture, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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