cmgual

Stories kicked by cmgual

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

VSX Conference(atalasoft.com)

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

Lou Franco's recollection of events at the VSX Conference last week. (Visual Studio eXtensibility) read more...

add a comment |category: |Views: 68

tags: another

Tidy Things Up(atalasoft.com)

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

Ever wanted to have one assembly, but be able to manage your code in separate assemblies? read more...

1 comment |category: |Views: 329

tags: another

How much should I expect my end-user to know?(atalasoft.com)

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

From a software support perspective, the question is, how much should I expect my end-user to know? If someone asks me a basic question about our product, then I answer it without hesitation. But what if someone asks me a basic programming question? For example, how to create a for-loop? read more...

1 comment |category: |Views: 159

tags: another

How to set up your own free VSLab-based Matlab/Mathematica replacement(atalasoft.com)

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

VSLab has just been updated with full support for Visual Studio 2008 Shell and the F# CTP release. It has been a rough couple of weeks for the VSLab team as F# CTP changed a number of things and they have been working hard to put together a compatible release. In this article I talk about a bit about what exactly VSLab is and walk you through creating a free VSLab installation. read more...

add a comment |category: |Views: 146

tags: another

What if it's not in Environment.SpecialFolder?(atalasoft.com)

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

The correct way to find the location of system folders not listed in Environment.SpecialFolder. read more...

add a comment |category: |Views: 268

tags: another

Changing Your Garbage Collector Settings on the Fly(atalasoft.com)

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

.NET 3.5 and 2.0 SP1 jointly included a new feature which lets you programmatically manipulate the way your garbage collector acts. This can be done through changing the value of a new property of the System.Runtime.GCSettings class named LatencyMode. In this article I will walk you through this new property and the different effects of each of it's possible settings. read more...

add a comment |category: |Views: 256

tags: another

More F# At Code Camp Hartford(atalasoft.com)

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

Rick Minerich writes about CodeCamp in Hartford and his recent F# presentation with slides and code examples read more...

add a comment |category: |Views: 92

tags: another