paulell

Stories kicked by paulell

I Love Code Generation – Why Don’t You? (professionalaspnet.com)

submitted by docluvdocluv(1575) 2 years, 11 months ago

I have a passion for code generation. I use it everyday to create thousands upon thousands of lines of boring, routine code. In this article I explore 3 reasons why I love code generation. I hope it causes those who don't use code generation to adopt it. read more...

add a comment |category: |Views: 764

tags: another

Creating an MVC Project in Visual Studio 2010(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 11 months ago

Earlier today Phil Haack announced that the Asp.Net MVC installer for Visual Studio 2010 Beta 1 is now available on CodePlex along with the bonus of some basic snippets for use with MVC projects. This is exactly what I have been waiting for before installing Visual Studio 2010, so I decided to give it a shot and report back on my experience. I’m happy to say that the basic experience went flawlessly for me, though it appears that may not hold true for everyone. read more...

add a comment |category: |Views: 15

tags: another

SQL Server 2008 Extended Events - high performance eventing system(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 2 years, 11 months ago

Extended Events are the new low level, high performance eventing system in SQL Server. They use less system resources and provide better tracking of SQL Server performance than previous methods like Perfmon and SQL Trace/Profiler events. read more...

1 comment |category: |Views: 19

tags: another

Community Convergence XXXII(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 7 months ago

Welcome to the thirty second issue of Community Convergence. I write these posts to keep you up to date on the latest information from the C# team. The biggest news right now is probably not C# specific, but nevertheless lots of my fellow team members have been excited to see that a Windows 2008 Release Candidate is available for download. Note that further down in the this text I call out a post from Scott Hanselman on this subject. read more...

add a comment |category: |Views: 0

tags: another

PostSharp - A Post-Compiler for .NET(postsharp.org)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

PostSharp is a platform that allows you to transform or analyze your .NET assemblies after compilation. It reads binary assemblies into memory, execute a suite of plug-ins and write back the modified code. Geat tool for Aspect-Oriented Programming (AOP). read more...

3 comments |category: |Views: 40

tags: another

IIS 7.0 Hits RC0 - Lots of cool new IIS7 Extensions Also Now Available(weblogs.asp.net)

submitted by henningsthenningst(255) 4 years, 7 months ago

Scottgu blogs about the IIS 7.0 RC0 release read more...

add a comment |category: |Views: 2

tags: another

10 Usability Nightmares You Should Be Aware Of(smashingmagazine.com)

submitted by kevnzkevnz(858) 4 years, 7 months ago

Usability mistakes that you will want to avoid. read more...

1 comment |category: |Views: 5

tags: another

DotNetKicks Google Analytics Stats for All(google.com)

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

I want DotNetKicks to be as transparent as possible and would like to share the real-time google analytics reports with anyone who want them. Send me your google username if you would like access - gavinjoyce@gmail.com. read more...

3 comments |category: |Views: 11

tags: another

DotNetKicks Widget via JQuery and new JSON Api(scribesonic.com)

submitted by montymonty(2575) 4 years, 7 months ago

A screen cast that details how you can place this widget on your blog/site and display your most recent kicks - My Recent Kicks widget. Code available to download. read more...

2 comments |category: |Views: 72

tags: another

.NET 2.0 Data Structures(msdn2.microsoft.com)

submitted by senfosenfo(881) 4 years, 8 months ago

The .NET 2.0 framework includes many data structures that go unnoticed by many developers. Additionally, there are very powerful data structures that are not part of the base class library, but are very efficient when used in the right situation. This is a great article that (re)demonstrates a very important topic that many of us have forgotten since college. read more...

add a comment |category: |Views: 36

tags: another

How to design a Fluent Interface(randypatterson.com)

submitted by rpattersonrpatterson(745) 4 years, 8 months ago

How to design Fluent Interfaces and why it's important to know about this pattern. read more...

7 comments |category: |Views: 335

tags: another

Reverse Engineering with Reflector and Reflexil(blog.cumps.be)

submitted by CumpsDCumpsD(360) 4 years, 8 months ago

I’ve always been a big fan of Reflector, allowing me to have a look in assemblies to learn new things, debug in case of problems and provide useful information when creating bug reports. Combined with the Reflexil Add-in it’s now easy to also modify assemblies yourself. read more...

add a comment |category: |Views: 201

tags: another

String Concatenation vs Memory Allocation(blog.cumps.be)

submitted by CumpsDCumpsD(360) 4 years, 8 months ago

Over the years, plenty has been written about string performance, lots of comparisons between String.Concat and StringBuilder. Today I decided to do some of my own research into the subject and contribute to the knowledge already out there. More specifically, I'll be taking a look at the memory usage for various concatenation methods. read more...

3 comments |category: |Views: 75

tags: another

11 Visual Studio 2005 IDE Tips and Tricks to Make More Productive(chinhdo.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 8 months ago

Here are 11 tips and tricks for getting things done faster with the Visual Studio 2005 IDE (without using third-party add-ins or upgrading hardware...). Yes, some of these tips and tricks may fall into the “obvious” category, but I think they are worth repeating. Thee are too many .NET developers not taking advantage of even the basic time-saving techniques. read more...

add a comment |category: |Views: 50

tags: another

Agile vs. Traditional Development Cost Models ...Maybe(lostechies.com)

submitted by jmeridthjmeridth(720) 4 years, 8 months ago

A comparison between Agile and Traditional development read more...

add a comment |category: |Views: 31

tags: another

Free ebook : Threading in C#(albahari.com)

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

It has been updated since the last time it was posted here. Available in HTML and PDF. read more...

2 comments |category: |Views: 137

tags: another