|
|
hatchling_nz
Stories kicked by hatchling_nz
|
|
published 1 month, 23 days ago, submitted by
ccyvas
1 month, 25 days 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: 610
|
|
tags:
Bullshit, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 28 days ago, submitted by
AndrewPeters
1 month, 28 days ago
mindscape.co.nz — The Visual Studio File Explorer Add-in (sexy name we know, but hey, it’s self documenting) is a free Tool Window add-in for VS 2008 that provides a Windows Explorer style file system view. It’s particularly useful for performing routine file system tasks without the need to “context switch” away from Visual Studio, which can be time-consuming over the course of days and weeks. It is shell-enabled so extensions like TortoiseSVN work too. read more...
add a comment
|
category: Visual Studio | Views: 564
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 10 days ago, submitted by
AndrewPeters
2 months, 11 days ago
andrewpeters.net — Leveraging expression trees and extension methods to build a fluent invariant checking API. read more...
add a comment
|
category: C# | Views: 421
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 1 day ago, submitted by
AndrewPeters
4 months, 1 day ago
mindscape.co.nz — Great, in-depth discussion of when it makes to sense to use LINQ in LightSpeed 2.0. read more...
add a comment
|
category: Products | Views: 350
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 4 months, 2 days ago, submitted by
turtlespin
4 months, 2 days ago
mindscape.co.nz — LightSpeed 2 incorporates LINQ (Language Integrated Query) support. LINQ to LightSpeed means that if you know LINQ, you can get these benefits without having to learn a new API. You can continue to write LINQ queries as if against LINQ to SQL or another LINQ provider, but you’ll get database independence (effectively LightSpeed gives you LINQ to Oracle, LINQ to MySQL, LINQ to PostgreSQL and LINQ to SQLite as well as LINQ to SQL Server, all in the one box), advanced eager loading functionality (avoiding the so-called “n+1” problem which affects some LINQ implementations) and of course the blazingly fast LightSpeed query engine.
read more...
add a comment
|
category: Database | Views: 184
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 1 day ago, submitted by
traskjd
4 months, 2 days ago
blog.bluecog.co.nz — Is the Velocity project by Microsoft simply a me-too framework or are they creating real value for developers on the Windows platform? read more...
1 comment
|
category: Other | Views: 298
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 4 months, 6 days ago, submitted by
AndrewPeters
4 months, 6 days ago
mindscape.co.nz — LightSpeed 2.0 has been released. It includes a full, round-tripping Visual Studio designer and support for LINQ! read more...
add a comment
|
category: Products | Views: 465
|
|
tags:
LINQ, LightSpeed | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 28 days ago, submitted by
AndrewPeters
4 months, 28 days ago
mindscape.co.nz — Describe a simple, efficient and testable approach to implementing the unit of work-per-request (a.k.a session-per-request) pattern in Microsoft’s new ASP.NET MVC framework. read more...
add a comment
|
category: Patterns | Views: 54
|
|
tags:
LightSpeed, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 28 days ago, submitted by
JamesNK
4 months, 29 days ago
james.newtonking.com — A recreation of Python collection slicing in .NET using extension methods. read more...
add a comment
|
category: C# | Views: 28
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 23 days ago, submitted by
AndrewPeters
5 months, 23 days ago
mindscape.co.nz — First it was LINQ support, now LightSpeed 2 gets a complete Visual Studio design experience. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 1 day ago, submitted by
casualjim
8 months, 2 days ago
flanders.co.nz — The end of a 4 part series on creating a little ruby application to generate lightspeed models.
It demonstrates usage and provides links to relevant information. read more...
add a comment
|
category: Open Source | Views: 3
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 18 days ago, submitted by
simonech
8 months, 18 days ago
blog.bluecog.co.nz — The prolific Mindscape from Wellington (NZ) released another cool developer's tool: a property grid for WPF. read more...
|
|
tags:
Mindscape, WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 21 days ago, submitted by
turtlespin
9 months, 21 days ago
turtle.net.nz — The IE8 team just announced some new news about IE8 - they just passed a major milestone which is to have IE8 render Acid2 when in IE8 standards mode. Includes link to official post and video. read more...
1 comment
|
category: IE | Views: 0
|
|
tags:
making, money, OnLine, paul, IE8 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 21 days ago, submitted by
AndrewPeters
9 months, 22 days ago
andrewpeters.net — NHaml (pronounced enamel) is a pure .NET implementation of the popular Rails Haml view engine. From the Haml website:
“Haml is a markup language that‘s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is actually an abstract description of the XHTML, with some code to generate dynamic content.”
In other words, NHaml is an external DSL for XHTML. It’s primary qualities are it’s simplicity, terseness, performance and that it outputs nicely formatted XHTML. Additionally, the NHaml view engine provides support for Rails style layouts and partials. read more...
2 comments
|
category: ASP.NET | Views: 100
|
|
tags:
MVC, ASP.NET, NHaml, mvc.net, Haml | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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