traskjd
Name: traskjd
Score: n/a
Last Seen: 32 days, 20 hours, 58 minutes ago
Member Since: 22 January, 2009
Role:
4
DotNetShoutout
atom rss
5
Shouts

Mindscape Silverlight Charts beta now available

published 968 days, 16 hours, 50 minutes ago posted by traskjdtraskjd 970 days, 5 hours, 50 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Wednesday, September 22, 2010 5:48:41 AM GMT
Creating attractive charts and graphs from data is an important aspect for any line of business application and, with that in mind, Mindscape have added a suite of charting controls to their Silverlight Elements control package. New charts, capabilities and samples are being rolled out daily and this blog post discusses what's included in the first drop. (more)
category: Metro | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Silverlight, Line Chart, Bar Chart, Charts, Pie Chart, Mindscape
4
Shouts

Free software for user groups from Mindscape

published 973 days, 22 hours, 22 minutes ago posted by traskjdtraskjd 975 days, 9 hours, 22 minutes ago
Saturday, September 18, 2010 1:16:58 PM GMT Friday, September 17, 2010 2:16:56 AM GMT
Mindscape is a software company built by geeks for geeks - and part of that means being part of the community. This post opens the doors to help user groups around the world to get free Mindscape software to give away at events as well as providing a free software package to speakers that includes all the products that Mindscape develops. (more)
category: How To | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Sponsorship, User Groups, Mindscape
5
Shouts

Ninja domain properties in Mindscape LightSpeed

published 976 days, 20 hours, 39 minutes ago posted by traskjdtraskjd 977 days, 10 hours, 17 minutes ago
Wednesday, September 15, 2010 2:59:37 PM GMT Wednesday, September 15, 2010 1:21:40 AM GMT
When you’re modelling a domain, it makes sense to provide properties and methods on your domain objects to encapsulate domain logic. Most modern object relational mappers, including LightSpeed, support rich domain models that expose these additional properties and methods. The trouble with this approach is that it doesn’t play nicely with querying. Users of the domain model need to know which properties and methods are part of the persistence model and which are not. This post talks about how the latest ... (more)
category: How To | clicked: 1 | comment | | source: www.mindscape.co.nz
tags: DDD, LightSpeed, Linq, Mindscape
3
Shouts

Sneak peek at Mindscape charts for WPF & Silverlight

posted by traskjdtraskjd 983 days, 4 hours, 2 minutes ago
Thursday, September 09, 2010 7:36:49 AM GMT
Blog post showing some of the coming charting options that will be part of Mindscape's WPF and Silverlight control suites. (more)
category: Metro | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Silverlight, WPF, Charts, Mindscape
3
Shouts

Considerations when migrating to SimpleDB from a RDBMS

published 984 days, 4 minutes ago posted by traskjdtraskjd 985 days, 9 hours, 39 minutes ago
Wednesday, September 08, 2010 11:34:27 AM GMT Tuesday, September 07, 2010 1:59:56 AM GMT
This post discusses points to consider when looking at migrating an application from a standard RDBMS back end to Amazon's SimpleDB data store. The differences can be significant and each point needs to be weighed up carefully. A good general guide when considering SimpleDB in your applications. (more)
category: Architecture | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: AWS, LightSpeed, SimpleDB, Mindscape
2
Shouts

Amazon SimpleDB performance improvements in LightSpeed 3.11

posted by traskjdtraskjd 996 days, 11 hours, 35 minutes ago
Friday, August 27, 2010 12:03:49 AM GMT
Mindscape LightSpeed is the only .NET ORM that works with Amazon's cloud-based database called SimpleDB. This post explores how developers can improve the performance of inserting data by up to 2500% by utilizing the batch insert operations that Amazon has made available for SimpleDB. (more)
category: Architecture | clicked: 3 | comment | | source: www.mindscape.co.nz
tags: Amazon, AWS, LightSpeed, SimpleDB, Mindscape
6
Shouts

Mindscape releases LightSpeed 3.11 ORM

published 997 days, 22 hours, 51 minutes ago posted by traskjdtraskjd 999 days, 7 hours, 19 minutes ago
Wednesday, August 25, 2010 12:47:59 PM GMT Tuesday, August 24, 2010 4:19:59 AM GMT
LightSpeed 3.11 brings significant new features - SQL CE 4.0 support, 2500% faster SimpleDB batched inserts, querying enhancements, mapping improvements and much more. This post covers the highlight features that are part of 3.11. (more)
category: How To | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: SQLCE, LightSpeed, Linq, ORM, SimpleDB, Mindscape
4
Shouts

Ninja data type mappings with Mindscape LightSpeed

published 999 days, 22 hours, 39 minutes ago posted by traskjdtraskjd 1000 days, 9 hours, 27 minutes ago
Monday, August 23, 2010 12:59:06 PM GMT Monday, August 23, 2010 2:11:14 AM GMT
While LightSpeed has always supported mapping a large number of primitive types from the database to and from your code, occasionally you will want to control this process yourself. Ninja data type mappings is a great way to manage custom data types using the LightSpeed ORM. This post discusses how to use it, including how it is supported in the LightSpeed Visual Designer. (more)
category: How To | clicked: 1 | comment | | source: www.mindscape.co.nz
tags: Designer, Mapping, LightSpeed, Mindscape
5
Shouts

Guide to working with Many-to-Many associations with LightSpeed

published 1002 days, 17 hours, 55 minutes ago posted by traskjdtraskjd 1003 days, 8 hours, 22 minutes ago
Friday, August 20, 2010 5:43:13 PM GMT Friday, August 20, 2010 3:16:48 AM GMT
This post discusses how to easily work with many-to-many associations with LightSpeed. Many to many associations can often be a bit tricky with any object relational mapper so this post aims to help educate on how LightSpeed approaches the challenge and what benefits the framework offers to make development easier. (more)
category: How To | clicked: 2 | comment | | source: www.mindscape.co.nz
tags: Designer, ManyToMany, LightSpeed, Mindscape
5
Shouts

Mindscape releases Visual Tools for SharePoint 2010 - easier LINQ-to-SharePoint

published 1003 days, 20 hours, 44 minutes ago posted by traskjdtraskjd 1004 days, 8 hours, 10 minutes ago
Thursday, August 19, 2010 2:54:21 PM GMT Thursday, August 19, 2010 3:28:45 AM GMT
SharePoint 2010 includes support for querying SharePoint lists via LINQ - a super nice way of getting data out of SharePoint for developers. Unfortunately, building the LINQ classes and data context wasn't as easy as it could be. Visual Tools for SharePoint 2010 is a Visual Studio 2010 integrated design surface for creating SharePoint models quickly and easily. (more)
category: Architecture | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Designer, VS2010, Sharepoint, Mindscape
5
Shouts

How to build a multi-scheduler in WPF

published 1003 days, 20 hours, 44 minutes ago posted by traskjdtraskjd 1004 days, 12 hours, 45 minutes ago
Thursday, August 19, 2010 2:54:21 PM GMT Wednesday, August 18, 2010 10:53:46 PM GMT
This article discusses how developers can create a scheduler that shows multiple calendars at once. This is useful for managing resource availability and meeting management in a manner similar to what end users experience with Outlook already. Jason covers the styles, templating and bindings needed to bring your multi-scheduling to life. (more)
category: UX | clicked: 6 | comment | | source: www.mindscape.co.nz
tags: Scheduling, WPF, Mindscape
4
Shouts

Working with IUserTypes in the Mindscape NHibernate designer

published 1004 days, 21 hours, 6 minutes ago posted by traskjdtraskjd 1005 days, 6 hours, 2 minutes ago
Wednesday, August 18, 2010 2:32:16 PM GMT Wednesday, August 18, 2010 5:36:37 AM GMT
IUserType's allow developers to map database types to CLR types which is hugely beneficial for legacy database mappings. This post discusses how to work with NHibernate's IUserType infrastructure from within the Mindscape NHibernate Designer. (more)
category: How To | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Designer, NHibernate, VS2010, Mindscape
5
Shouts

Introduction to Silverlight control templates

published 1005 days, 19 hours, 17 minutes ago posted by traskjdtraskjd 1006 days, 10 hours, 23 minutes ago
Tuesday, August 17, 2010 4:21:41 PM GMT Tuesday, August 17, 2010 1:15:37 AM GMT
A Mindscape blog post that talks about how to use control templates with Silverlight. It discusses how control templating differs from control templates in WPF by way of using the Visual State Manager in Silverlight. (more)
category: Metro | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Silverlight, ControlTemplates, Mindscape
3
Shouts

Customizing the WPF Elements DualSlider's tick mark style

posted by traskjdtraskjd 1007 days, 10 hours, 28 minutes ago
Monday, August 16, 2010 1:10:23 AM GMT
The Mindscape WPF DualSlider has various features related to displaying tick marks similar to that provided by the standard WPF Slider control. This blog post examines how developers can customize the display of the tick marks using properties of the DualSlider control and the flexibility of WPF Templates. (more)
category: UX | clicked: 2 | comment | | source: www.mindscape.co.nz
tags: Slider, WPF, Mindscape, WPF Elements
3
Shouts

NHibernate Designer updated with refactoring support - 48 hours after release!

posted by traskjdtraskjd 1010 days, 7 hours, 55 minutes ago
Friday, August 13, 2010 3:43:45 AM GMT
Mindscape have released a new version of the NHibernate Designer that was released earlier this week. Now including new refactorings, arrange support and improved keyboard user experience as requested by users of the NHibernate Designer. (more)
category: Architecture | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Designer, Refactoring, NHibernate, Frans, Mindscape
2
Shouts

Super sparkle keyboard support in the LightSpeed designer

posted by traskjdtraskjd 1010 days, 12 hours, 22 minutes ago
Thursday, August 12, 2010 11:16:46 PM GMT
Ivan writes about some improvements in the LightSpeed Designer for Visual Studio that enables power users and keyboard cowboy's to design their domain models faster and more easily than every before. (more)
category: Architecture | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Designer, LightSpeed, Mindscape
5
Shouts

Using enums in the Mindscape NHibernate Designer

published 1010 days, 23 hours, 34 minutes ago posted by traskjdtraskjd 1011 days, 7 hours, 18 minutes ago
Thursday, August 12, 2010 12:04:44 PM GMT Thursday, August 12, 2010 4:20:39 AM GMT
NHibernate has the facility to map integer columns in the database to enum values in your objects. However, the Mindscape NHibernate Designer doesn’t automatically know about your enum types, so by default you won’t find your enum types in the Data Type drop-down. So if you want to map a column an enum, how do you do it? This post explains how. (more)
category: Architecture | clicked: 2 | comment | | source: www.mindscape.co.nz
tags: Designer, NHibernate, Mindscape
6
Shouts

Mindscape releases NHibernate Designer for VS2010

published 1011 days, 21 hours, 19 minutes ago posted by traskjdtraskjd 1012 days, 7 hours, 27 minutes ago
Wednesday, August 11, 2010 2:19:45 PM GMT Wednesday, August 11, 2010 4:11:10 AM GMT
Mindscape, developers of the LightSpeed ORM have released a visual designer for NHibernate users. Leveraging their years of developing a Visual Studio integrated model designer for LightSpeed, the NHibernate Designer means developers can quickly and easily start working with their NHibernate solutions. Supports full database synchronization, model first and data base first development models. (more)
category: Architecture | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Designer, Visual Studio 2010, NHibernate, Mindscape
3
Shouts

Working with the RichTextToolBar for WPF

posted by traskjdtraskjd 1013 days, 12 hours, 15 minutes ago
Monday, August 09, 2010 11:23:37 PM GMT
WPF features a rich text box control for working with rich text content. Unfortunately there's no provided UI for actually editing the content in the rich text box however WPF Elements 3.0 includes a RichTextToolBar to do the job for you. With 5 professional themes, this blog post shows how developers can quickly create a great rich text editing experience for their end users. (more)
category: UX | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: WPF, richtextbox, Mindscape, RichTextToolBar
3
Shouts

Customizing items in the Mindscape WPF Scheduler control

posted by traskjdtraskjd 1013 days, 12 hours, 18 minutes ago
Monday, August 09, 2010 11:20:26 PM GMT
A blog post showing how to easily customize the Mindscape WPF Scheduler control to display custom items. For example, in this post Jason discusses adding a custom property to show if a meeting has free pizza available for attendees. (more)
category: UX | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: WPF, Scheduler, WPF Scheduler, Mindscape