bbseven

Stories kicked by bbseven

New ASP.NET Charting Control(weblogs.asp.net)

submitted by craigtpcraigtp(683) 3 years, 6 months ago

From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

1 comment |category: |Views: 890

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

Adobe Flex reaches out to .NET developers(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 3 years, 6 months ago

An Adobe partner have today announced a free plug-in to allow .NET developers to write Flex front-ends to their applications entirely within Visual Studio, with full debugging and editing support. read more...

5 comments |category: |Views: 578

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

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

Some Managed/Unmanaged Exception Tricks(atalasoft.com)

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

I just spent 5 days tracking down a Heisenbug. Historically, I've tracked down a lot of these but not because I create a lot of them, because I'm good at finding them. In this particular case, I had a set of unit tests that were failing on our build server but did not fail consistently on my machine. This is not a good sign to start with. read more...

add a comment |category: |Views: 370

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

Visual Studio Shell 2008: Bringing More .NET Languages into the Fold(atalasoft.com)

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

Visual Studio Shell was released in January of 2007 without much fanfare. Even though it's free to download, at the time it was not very useful for most developers as few packages had yet been written for it. Now eight months have gone by and quite a few projects are sporting free Visual Studio interfaces. In this article I discuss Visual Studio Shell itself as well as several of the languages which are currently developing shells. read more...

add a comment |category: |Views: 451

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

Managed C++ and IDisposable(atalasoft.com)

submitted by tomdogtomdog(3230) 3 years, 9 months ago

Quick fix for IDisposable compiler error read more...

add a comment |category: |Views: 108

tags: another

How to Build a Managed/Unmanaged Library(atalasoft.com)

submitted by tomdogtomdog(3230) 3 years, 10 months ago

Working with an unmanaged static library - with that, you can build a managed C++ wrapper that exposes the functionality that you need. The C++ compiler does some fairly amazing things in terms of knowing when to do unmanaged/unmanaged transitions, but sometimes it does some surprising things that will cost. [Sample code included in the post] read more...

add a comment |category: |Views: 139

tags: another

Free WPF Image File Viewer with Annotations(atalasoft.com)

submitted by tomdogtomdog(3230) 3 years, 10 months ago

This post includes a free image file viewer application complete with annotation controls - source code for the project is also included - this is a Windows Presentation Foundation application, 100% .NET, and was built using the DotImage toolkit from Atalasoft. read more...

add a comment |category: |Views: 668

tags: another