RickyAH

Stories kicked by RickyAH

Have you ever wondered why CodePlex is so slow?(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 5 months ago

Taking a look at one feature on CodePlex that is much slower than it needs to be, due to indiscriminate use of UpdatePanels and bloated ViewState, and then comparing it to similar functionality on Stack Overflow to illustrate how much more efficiently the same feature can be implemented. read more...

3 comments |category: |Views: 534

tags: another

Mono 2.0 Released(mono-project.com)

submitted by jpobstjpobst(155) 3 years, 7 months ago

The Mono Project has released version 2.0 of Mono, enabling developers to run their .Net 2.0 applications on Linux and OSX. read more...

4 comments |category: |Views: 303

tags: another

Three Simple Rhino Mocks Rules(lostechies.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 7 months ago

Jimmy Bogard shows how he uses the new Rhino Mocks syntax, and three short rules for using it. read more...

add a comment |category: |Views: 318

tags: another

Regionerate Beta 2 Released(rauchy.net)

submitted by rauchyrauchy(455) 3 years, 7 months ago

I am pleased to announce the release of Regionerate Beta 2. The first public beta was released more than a year ago and since then, thanks to great community participation in the forums and thanks to submitted patches, many bugs were fixed and many new features were introduced. I would like to thank everyone for their great help over the past year, and I hope Regionerate will continue to evolve and grow towards a super-stable and feature-rich v1.0. read more...

1 comment |category: |Views: 23

tags: another

C# Late Binding Library(codeproject.com)

submitted by RickyAHRickyAH(15) 3 years, 8 months ago

A helper library for making Late Binding calls with C# in an easy way. read more...

add a comment |category: |Views: 33

tags: another

Using Linq2Objets to perform list conversoin(dimecasts.net)

submitted by vb6stillrocksmanvb6stillrocksman(55) 3 years, 8 months ago

A short screencast showing how to use Linq2Objets to perform list conversion. read more...

add a comment |category: |Views: 174

tags: another

EventArgs.Empty - Do You Use It? (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 8 months ago

Anyway, we can define EventArgs as a private member and use it instead of allocating an EventArgs object every time the event is raised. Fortunately, there is no need for that, C# introduce us the EventArgs.Empty... read more...

3 comments |category: |Views: 343

tags: another

Building Firefox Plugins using Visual Studio(blog.apijunkie.com)

submitted by APIJunkieAPIJunkie(539) 3 years, 8 months ago

If you use Visual studio as a development environment and want to develop plugins for Firefox here are a few points to help you get started. read more...

add a comment |category: |Views: 502

tags: another

Snippet Designer for Visual Studio Released!(blogs.msdn.com)

submitted by jemtsjemts(591) 3 years, 8 months ago

An open source plug-in for Visual Studio which adds the ability to edit code snippets in a rich integrated way. It also adds the Snippet Explorer tool window which allows you to easily search for snippet files on your computer. read more...

add a comment |category: |Views: 392

tags: another