DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

vistadb Subscribe to this feed
vistadb
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by friends of vistadb
15
kicks
published 23 days, 17 hours ago, submitted by Mike.Griffin 24 days, 2 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...

Add a comment 3 comments | category: | Views: 195
tags: , , , , | tag it

7
kicks
published 1 month, 1 day ago, submitted by Mike.Griffin 1 month, 13 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 add a comment | category: | Views: 113
tags: , , , , | tag it

14
kicks
published 1 month, 15 days ago, submitted by Mike.Griffin 1 month, 20 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...

Add a comment 3 comments | category: | Views: 207
tags: , , , | tag it

4
kicks
submitted by Mike.Griffin 2 months, 18 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 add a comment | category: | Views: 22
tags: , , , , | tag it

9
kicks
published 5 months, 28 days ago, submitted by Mike.Griffin 6 months, 7 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 add a comment | category: | Views: 115
tags: , , , , | tag it

10
kicks
published 6 months, 7 days ago, submitted by Mike.Griffin 6 months, 7 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...

Add a comment 12 comments | category: | Views: 276
tags: , , , | tag it

17
kicks
published 6 months, 26 days ago, submitted by Mike.Griffin 6 months, 27 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...

Add a comment 1 comment | category: | Views: 17
tags: , , , | tag it

8
kicks
published 7 months, 2 days ago, submitted by Mike.Griffin 7 months, 4 days ago

entityspaces.net — The EntitySpaces 2008 Beta II is now available. The version number is 2008.0.0427.0 and is available for download now on our home page read more...

Add a comment 2 comments | category: | Views: 16
tags: , , , , | tag it

4
kicks
submitted by Mike.Griffin 7 months, 18 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...

Add a comment add a comment | category: | Views: 2
tags: , , , , | tag it

7
kicks
published 7 months, 29 days ago, submitted by Mike.Griffin 8 months, 9 days 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...

Add a comment add a comment | category: | Views: 2
tags: , , , , | tag it

9
kicks
published 8 months, 22 days ago, submitted by Mike.Griffin 8 months, 29 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...

Add a comment add a comment | category: | Views: 8
tags: , , , , | tag it

5
kicks
submitted by vistadb 9 months, 9 days ago

vistadb.net — VistaDB released a Free Express Edition today for non commercial usage. VistaDB Express allows personal website users who use Graffiti to build tools to integrate with their new site. The Express edition lacks the GUI plugins for Visual Studio, but works with all the Microsoft Express developer tools, and Mono! read more...

Add a comment add a comment | category: | Views: 10
tags: , , | tag it

6
kicks
submitted by Mike.Griffin 9 months, 17 days ago

entityspaces.net — Imagine never having to leave Visual Studio while creating and shaping your EntitySpaces based application. Simply pop into the "CodeSmith Explorer", right mouse on our "Master Template", execute it, include the newly generated files into your solution, compile, and you're off and running in a matter of a few minutes. So Sweet. read more...

Add a comment 1 comment | category: | Views: 2
tags: , , , , | tag it

6
kicks
submitted by Mike.Griffin 9 months, 24 days ago

entityspaces.net — We're busy working on EntitySpaces 2008 (ES2008) and thought we would demonstrate to you how subqueries will work. If you are familiar with our Join syntax then subqueries will feel like a perfect extension. The EntitySpaces 2008 architecture allows subqueries on the Select, the Where, the From, and the Join statement. Before we look at subqueries take a moment to review how our join syntax works. The EntitySpaces DynamicQuery API has proven to be very popular, so much so that other architectures are following suit. read more...

Add a comment 1 comment | category: | Views: 6
tags: , , , , | tag it

10
kicks
published 9 months, 28 days ago, submitted by Mike.Griffin 9 months, 29 days ago

entityspaces.net — EntitySpaces $1000 Mono Contest - We have a Winner !! read more...

Add a comment 1 comment | category: | Views: 5
tags: , , , , | tag it

16
kicks
published 10 months, 11 days ago, submitted by Mike.Griffin 10 months, 12 days ago

entityspaces.net — Take a look at the major enhancements coming in ES2008 as outlined in this blog post. A new code generator, enhanced DynamicQuery, more providers ... read more...

Add a comment 1 comment | category: | Views: 4
tags: , , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge