tomdog

Stories kicked by tomdog

DNK Community Guidelines - Suggestions welcome! (groups.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 5 months ago

Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. read more...

27 comments |category: |Views: 146

tags: another

More Image Processing with C# Lambdas(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 5 months ago

This is a continuation of the earlier post on image processing with C# lambda expressions. The previous blog describes a simple way to define image processing in terms of lambda expressions, and while efficient, it’s missing the ability to do commands that examine pixels outside of the source pixel in order to compute the destination pixel. The way around this is to provide more information to the lambda expression. read more...

add a comment |category: |Views: 46

tags: another

Stupid NUnit Tricks #3 Foiled!(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 6 months ago

Revelation of a CLR bug. read more...

add a comment |category: |Views: 341

tags: another

jQuery Ajax uploader plugin (with progress bar!)(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 6 months ago

Do you want your HTML file upload controls to show a progress bar during the upload? That's always been tricky. Here's a cool jQuery plugin that gets the job done, along with a demo app written in ASP.NET MVC. read more...

1 comment |category: |Views: 2286

tags: another

Windows 7 Developer Guide(code.msdn.microsoft.com)

submitted by JemmJemm(9604) 3 years, 6 months ago

"Build applications on a solid foundation; enable richer application experiences; and integrate the best of Windows and web services. The features and technologies of the Windows 7 operating system enable you to build the next generation of software applications. Download this guide to read descriptions of those features and see vivid screen shots from the pre-Beta version of Windows 7 released at PDC. " [docx and xps -download] read more...

add a comment |category: |Views: 286

tags: another

DeepZoom extended into 3D Demo(domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 6 months ago

DeepZoom extended into 3D Demo directly from this link.. Silverlight 3? read more...

add a comment |category: |Views: 50

tags: another

Scan to Scribd (or anything) Tutorial(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 6 months ago

Lou has written an article about how to send scanned images to some place on the web. "All of the non-uploading code will work in any Scan to X project, where X can be Amazon S3, Azure SQL Data Services, Google Docs, SharePoint, or any CMIS compliant ECM (you just need to write the uploading part). " read more...

add a comment |category: |Views: 16

tags: another

Managed and Unmanaged, Metaphorically(atalasoft.com)

submitted by ericdcoolestericdcoolest(1200) 3 years, 6 months ago

"Last night I was asked what the difference was between managed and unmanaged code by a non-coder. I came up with a metaphor which works and our CEO asked me to post it." read more...

add a comment |category: |Views: 17

tags: another

Microsoft's Five Year Plan for SharePoint(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 6 months ago

I'm not from Microsoft, but I've worked at several Microsoft partners and it's not hard to see the repeating pattern. Microsoft loves to build platforms. read more...

add a comment |category: |Views: 339

tags: another

An ISV's perspective on CMIS(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 6 months ago

CMIS is an emerging standard for defining an interface for basic document repository interaction. It is proposed by Microsoft, EMC, and IBM, who with SharePoint, Documentum and FileNet make up a big part of the Enterprise Content Management market. read more...

add a comment |category: |Views: 77

tags: another

Much ado about nullity: Exploding type variation(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 6 months ago

The issue is that in Java and C# there are a number of different type modifiers for dealing with the concept of nullity. Because of this even any simple type can be one of three separate somewhat incompatible subtypes. read more...

add a comment |category: |Views: 135

tags: another

The Future of Programming Languages(atalasoft.com)

submitted by ericdcoolestericdcoolest(1200) 3 years, 7 months ago

In this article I'm going to focus on Dynamic Typing and Metaprogramming in particular. It's interesting to consider what the impact on the maintainability of our code from their increased prominence might be. read more...

add a comment |category: |Views: 362

tags: another

Tidying Up Old Blog Entries (Cleaning up MS Office HTML tags)(atalasoft.com)

submitted by ericdcoolestericdcoolest(1200) 3 years, 7 months ago

Looking back it seems like complete lunacy. For a period of time my method of choice to create blog entries was to write them out in Word 2003 and then export html. The almost unreadable text has been haunting me for a long time and I've finally gone back and fixed them. Along the way I built a small utility for doing this and here it is read more...

add a comment |category: |Views: 82

tags: another

Late Binding in C# using Dynamic Compilation(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 7 months ago

Steve goes through his approach to using reflection, making the code easier to read, making it easier to maintain, discusses the "middle-class multiple inheritance", and provides a zipped project of the AdapterCompiler. read more...

add a comment |category: |Views: 404

tags: another

F# at Code Camp 10 In Waltham, MA(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

Richard Minerich presented functional programming and concurrency in F# at Code Camp in Massachusetts read more...

add a comment |category: |Views: 61

tags: another

Embeddable C# Compiler(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

Manuel de Icaza created an embeddable C# compiler for Mono. read more...

3 comments |category: |Views: 305

tags: another