brunomarques

Stories submitted by brunomarques

NCrunch(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 3 months, 19 days ago

Not so often, but every once in a while a new great development tool comes around. This is one of those times. Meet NCrunch. A TDD tool that will speed up your way of doing unit tests read more...

add a comment |category: |Views: 22

tags: another

Redistributing user controls(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 9 months, 23 days ago

Recipe on how to build an assembly of redistributable/reusable asp.net user controls read more...

add a comment |category: |Views: 1

tags: another

Testing emails with neptune(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 11 months, 3 days ago

Brief overview of a useful tool to test email features in your programs. read more...

add a comment |category: |Views: 3

tags: another

Using Keyboard Hooks in .NET(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 3 months ago

Code snippet explaining how to implement keyboard hooks in .NET read more...

add a comment |category: |Views: 4

tags: another

Brand new Reflector alternatives(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 3 months ago

Two .NET reflector free alternatives on their way! One of them comes from JetBrains, the same ones behind ReSharper! read more...

add a comment |category: |Views: 21

tags: another

Test INotifyPropertyChanged Pattern implementations(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 3 months ago

Performance-wise test of several INotifyPropertyChanged implementations. Including the plain-old common implementation, expression trees, dependency object, PostSharp AOP and Castle Dynamic Proxy AOP implementation. read more...

add a comment |category: |Views: 4

tags: another

RIP .NET Reflector (as a free version)(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 3 months ago

Redgate is about to put an end in the .NET reflector's free version (aka the most important tool for a .NET developer right next to the IDE). Is redgate breaking a promess? read more...

add a comment |category: |Views: 17

tags: another

Stack Walking(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 4 months ago

Describes how to problematically inspect the call stack and analyzes the performance of these approach. read more...

add a comment |category: |Views: 4

tags: another

.NET Encryption - Part 3(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 5 months ago

Last post of a series about encryption and cryptography. Supplies source code for all major encryption operations in C#. read more...

add a comment |category: |Views: 15

tags: another

Software Building vs Software Maintenance(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 5 months ago

Small discussion about a fantastic quote from the book "The Mythical Man-Month". It highlights one of the major differences between software building and maintenance read more...

add a comment |category: |Views: 6

tags: another

.NET Encryption - Part 2(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 5 months ago

Second part of a series covering .NET encryption. Analyzes the available algorithms in .NET framework. Explains the difference between Managed, CryptoServiceProviders and CNG algorithm implementations. read more...

add a comment |category: |Views: 4

tags: another

.NET Encryption - Part 1(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 6 months ago

First article of a series covering .NET Encryption. This first article offers a brief overview of concepts like symmetric, asymmetric encryption and hashing read more...

add a comment |category: |Views: 5

tags: another

Silverlight Strategy Tweaked to handle HTML5(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 6 months ago

Overview on the Silverlight vs HTML5 subject and the announcement made by the Silverlight team that they are changing the Silverlight strategy read more...

add a comment |category: |Views: 4

tags: another

Memory Dump to the Rescue(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 8 months ago

Describes how to programaticly create a memory dump and how to open it in Visual Studio 2010. Also shows how to create a memory dump using windbg! read more...

add a comment |category: |Views: 152

tags: another

Code Access Security Cheat Sheet(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 8 months ago

A free and simple cheat sheet about .NET Code Access Security, more specifically about the declarative and imperative way of dealing with permissions. read more...

add a comment |category: |Views: 5

tags: another

Viewing __ComObject with a Dynamic View(geeklyeverafter.blogspot.com)

submitted by brunomarquesbrunomarques(284) 1 year, 8 months ago

New VS2010 feature that allows the inspection of __ComObject's and view it's properties and values. read more...

add a comment |category: |Views: 7

tags: another