mrlinx

Stories kicked by mrlinx

Kaxaml 1.0 released(notstatic.com)

submitted by markheathmarkheath(1485) 4 years, 4 months ago

Kaxaml is a deluxe XAML editor, with syntax highlighting, auto-completion, the ability to save to an image file, plus other cool features read more...

add a comment |category: |Views: 12

tags: another

Custom Debugger Visualizers(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 6 months ago

Custom debugger visualizers are a little known feature of Visual Studio which allow you to write your own visualization for any datatype which you can imagine. Here is the DLL and accompanying source code for a visualizer for both images and the whitespace of strings. read more...

add a comment |category: |Views: 10

tags: another

.NET Framework 3.5 Is Shared Source(weblogs.asp.net)

submitted by benrickbenrick(1020) 4 years, 7 months ago

Microsoft's .NET Framework 3.5 is going to be released open source. read more...

26 comments |category: |Views: 152

tags: another

Utilities.NET 1.0 released(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 7 months ago

Utilities.NET is a collection of helper classes and components for quickly solving common .NET programming tasks. read more...

1 comment |category: |Views: 11

tags: another

How to Become a better developer (webcasts)(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 8 months ago

Microsoft Canada will be hosting a 5 session webcast about becoming a better developer and better managing your career. read more...

add a comment |category: |Views: 5

tags: another

Content-Aware Image Sizing - WOW(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 9 months ago

Cool video I found on YouTube about a software that resizes images with an content-aware algorithm. Must see... read more...

add a comment |category: |Views: 11

tags: another

The Code Project Browser Add-in for VS 2005(codeproject.com)

submitted by mrlinxmrlinx(580) 4 years, 9 months ago

The people from SlickEdit have created a great add-in to let you integrate the very very large collection of projects directly from Code Project just inside your VS IDE. read more...

add a comment |category: |Views: 1

tags: another

Don’t rely on obfuscation(barmagy.com)

submitted by FadyFady(275) 4 years, 9 months ago

A white paper demonstrating the weaknesses of managed code obfuscation known protection techniques read more...

add a comment |category: |Views: 9

tags: another

.NET Data-Parallel Library that Targets GPUs(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 9 months ago

Did you know you can use the power of the GPU to process data in .NET? A new Microsoft research project allows you to do just that. read more...

add a comment |category: |Views: 16

tags: another

How secure are your applications?(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 10 months ago

Short post about application security and thread analysing using Microsoft Threat Analysis and Modeling tool. read more...

add a comment |category: |Views: 1

tags: another

Getting with it: Test-Driven Development(blog.jagregory.com)

submitted by mrlinxmrlinx(580) 4 years, 10 months ago

Excellent tutorial on getting started with Test-Driven Development. read more...

add a comment |category: |Views: 10

tags: another

Snooping WPF applications(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 10 months ago

Short Introduction to Snoop - a utility to browser WPF applications at runtime. read more...

1 comment |category: |Views: 11

tags: another

19 Eponymous Laws Of Software Development(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

My favourite - Hofstadter’s Law: "A task always takes longer than you expect, even when you take into account Hofstadter’s Law." read more...

1 comment |category: |Views: 5

tags: another

Feed to Podcast - Simple Converter(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 10 months ago

Open-source and simple C# application to convert any RSS feed to Podcast audio files. Mainly WPF and Speech API. read more...

add a comment |category: |Views: 1

tags: another

Using SQLite in .NET(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 10 months ago

Simple and understandable guide for those eager to use SQLite in .NET. read more...

1 comment |category: |Views: 247

tags: another

Regionerate, a Code Layout tool for C#(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 10 months ago

A cool product for automatically generating and laying out your code into regions. read more...

add a comment |category: |Views: 13

tags: another