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

Kick Spy!, Kick Zeitgeist and Kick Widgets

Mike.Griffin Subscribe to this feed
Mike.Griffin
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by Mike.Griffin
4
kicks
submitted by Mike.Griffin 16 hours, 14 minutes ago

koushikdutta.com — Koushik Dutta managed to get Mono compiled and running under Debian running side by side with Android. He built Mono "natively" by setting up the Debian environment in the emulator. For the sake of having all the instructions in one place on how to set up a native build environment under Debian, he consolidated and tweaked the directions from Saurik's post on how to set up Debian on the G1. read more...

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

20
kicks
published 15 days, 12 hours ago, submitted by Mike.Griffin 17 days, 6 hours ago

entityspaces.net — We are pleased to make the EntitySpaces 2009 Beta available for public release. The EntitySpaces 2009 Trial version is fully integrated with Visual Studio 2005 or 2008. There is also a stand alone executable for those not using Visual Studio. If you are looking at starting a new project in 2009 take a look at EntitySpaces 2009. It's a great architecture and we no longer rely on a third party code generator. To get started, simply install and switch to the "Settings" tab and connect to your database and click the "Save" icon and you're off and running. We will be publishing a series of video's on how to use ES2009 soon. Watch for these on our blog. read more...

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

15
kicks
published 1 month, 30 days ago, submitted by Mike.Griffin 1 month, 30 days 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: 211
tags: , , , , | tag it

4
kicks
submitted by Mike.Griffin 2 months ago

codebetter.com — Pull an existing persistence tool off the shelf, make sure you understand it, and code, code, code! Persistence coding is a commodity in this day and age, so just use and existing tool and get on with your project. I'll repeat this little gem one last time, if you're writing ADO.Net code by hand, you're stealing from your employer or client. read more...

Add a comment add a comment | category: | Views: 11
tags: | tag it

7
kicks
published 2 months, 8 days ago, submitted by Mike.Griffin 2 months, 20 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: 115
tags: , , , , | tag it

14
kicks
published 2 months, 22 days ago, submitted by Mike.Griffin 2 months, 26 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: 209
tags: , , , | tag it

14
kicks
published 3 months, 21 days ago, submitted by Mike.Griffin 3 months, 21 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...

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

4
kicks
submitted by Mike.Griffin 3 months, 24 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: 24
tags: , , , , | tag it

9
kicks
published 7 months, 4 days ago, submitted by Mike.Griffin 7 months, 14 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 7 months, 14 days ago, submitted by Mike.Griffin 7 months, 14 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: 286
tags: , , , | tag it

11
kicks
published 7 months, 12 days ago, submitted by Mike.Griffin 7 months, 15 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 add a comment | category: | Views: 122
tags: , , , , | tag it

17
kicks
published 8 months, 1 day ago, submitted by Mike.Griffin 8 months, 3 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: 20
tags: , , , | tag it

8
kicks
published 8 months, 9 days ago, submitted by Mike.Griffin 8 months, 11 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: 17
tags: , , , , | tag it

4
kicks
submitted by Mike.Griffin 8 months, 11 days ago

jondavis.net — SubSonic, EntitySpaces, and a little humor .... read more...

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

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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge