invasion

Stories kicked by invasion

Introducing PostSharp 2.0 - Amazing Runtime Performance Enhancements(postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 8 months ago

The founder of PostSharp describes amazing performance enhancements in PostSharp 2.0. He shows that the overhead of a simple performance counter aspect is 25 times lower than with PostSharp 1.5. read more...

add a comment |category: |Views: 51

tags: another

C# Structured Editor Prototype(blogs.msdn.com)

submitted by KirillOsenkovKirillOsenkov(570) 2 years, 8 months ago

As part of my research back in school I was building an experimental structured editor for C#. Now I’ve decided to publish the sources and binaries on CodePlex: http://structurededitor.codeplex.com To give a better idea of how the editor works, I’ve recorded six short videos showing the different features below. read more...

1 comment |category: |Views: 462

tags: another

Five recommendations for starting a startup with ASP.NET(dimebrain.com)

submitted by dcrennadcrenna(1355) 4 years, 1 month ago

Here are five practical pieces of advice for developers who want to build a web startup, and use ASP.NET to do it. read more...

add a comment |category: |Views: 85

tags: another

Subversion visually explained in 30 sec(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

A simple flash explantion of Subversion with 2 concurrent users. Includes conflict solving. read more...

1 comment |category: |Views: 137

tags: another

From Developer to Technical Manager(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 1 month ago

Organizations with an outdated organizational structure have got to wake up and change before it’s too late. They will either lose or ruin their people. Either way, the company loses because people are the company. read more...

add a comment |category: |Views: 7

tags: another

ASP.NET MVC: Using a ActionFilter for logging(code-inside.de)

submitted by RemanReman(1970) 4 years, 1 month ago

Better ActionFilters in the refresh or pre-preview 3 of the MVC Framework. read more...

1 comment |category: |Views: 172

tags: another

[Guerilla Development] Setup Source Control in 60 seconds(sleepoverrated.com)

submitted by ScottCowanScottCowan(120) 4 years, 1 month ago

Setup subversion without a server for a quick way to check it out read more...

add a comment |category: |Views: 15

tags: another

Create a video player Silverlight 2 - Part 1 (simplesilverlight.wordpress.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 1 month ago

"Creating a video player in Silverlight is pretty simple. The MediaElement does all the heavy lifting, all you need to do is wire up a UI and you have a basic Video player. Here is a tutorial on how to create a simple video player from scratch using Silverlight 2." read more...

2 comments |category: |Views: 49

tags: another

Free subversion + wiki at assembla.com(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

A tip if you are looking for a free SVN hosting. read more...

add a comment |category: |Views: 6

tags: another

To Extension Method(objectreference.net)

submitted by Vort3XVort3X(1335) 4 years, 1 month ago

Many times you find yourself having to convert the type of an object to another. The ToString() method is probably one of the most usefull methods, it's great for easy conversion of objects to string, but what if you want to do it the other way round. read more...

add a comment |category: |Views: 7

tags: another

NHibernate FAQ Blog(ayende.com)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 1 month ago

NHibernate FAQ in form of blog, just launched. read more...

add a comment |category: |Views: 21

tags: another

Very Quick Guide To DLinq: Part 2(programmersheaven.com)

submitted by pheavenpheaven(430) 4 years, 1 month ago

In the second part of our series to quickly get you up and running with DLinq, we look at using it to do insert, update and delete queries. Includes simple code examples to show you how to do it. read more...

add a comment |category: |Views: 2

tags: another

Observations on VS2008, .NET v3.5 after four months(weblogs.asp.net)

submitted by w3stfa11w3stfa11(645) 4 years, 1 month ago

"I'm happy to say that my experience in production has been mostly positive." read more...

add a comment |category: |Views: 0

tags: another

Apples And Oranges(diditwith.net)

submitted by JOELROXORJOELROXOR(235) 4 years, 1 month ago

"[A] recent blog post caused quite a stir on the F# mailing list. The post presents two solutions for Project Euler Problem 14: one in C# and the other in F#. The C# version clearly is hand-optimized for speed (and is indeed very fast), but the F# solution isn't. Instead, the F# code appears to be written with elegance and brevity in mind. Robert Pickering presented a challenge to create a faster F# solution, and the F# mailing list (which had been dormant for a couple of weeks) literally exploded with ideas. . . ." read more...

add a comment |category: |Views: 3

tags: another

Ever wondered why there are attributes in XML?(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

Explanation by the author of XML, I asked him using email. read more...

add a comment |category: |Views: 6

tags: another

Implement your own Parallel.For in C#(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

Are you interested in threading? How could Parallel.For be implemented? I tried to implement it and it scales well. read more...

add a comment |category: |Views: 56

tags: another