Cyonix

Stories kicked by Cyonix

Asp.Net MVC Membership Starter Kit Released(squaredroot.com)

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

Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit. read more...

add a comment |category: |Views: 695

tags: another

Re-Thinking C# Events(houseofbilz.com)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 3 months ago

When I was learning C#, I was taught a pattern to use when declaring events. That pattern is rather cumbersome. Through the magic of generics and extension methods, this pattern can be generalized to a single line of code. This article explores the new pattern. read more...

1 comment |category: |Views: 16

tags: another

How to Calculate Network Utilization in .NET(nayyeri.net)

submitted by niikniik(365) 3 years, 4 months ago

How to calculate utilization of a particular network interface in .NET using performance counters and a bit of math. read more...

add a comment |category: |Views: 519

tags: another

Oxite: A good example after all?(danielgpratt.com)

submitted by dpratt71dpratt71(30) 3 years, 5 months ago

The community response to Oxite has been…interesting. The general consensus seems to be that they got it all wrong... read more...

add a comment |category: |Views: 22

tags: another

Oxite Refactor, Take 1(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 5 months ago

I mentioned yesterday on Twitter that I'm helping out the Oxite team with some refactoring and tweaking of their codebase. I got started last night and people have been asking about it a LOT, so I thought that today I'd show you initially what I'm up to. read more...

add a comment |category: |Views: 377

tags: another

Some Thoughts on Oxite(blog.wekeroad.com)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

Rob Conery's comments and thoughts on new open-source CMS project 'Oxite'. In this post he analyzed some critical issues in Oxite and suggested some solutions to optimize this ASP.NET MVC powered blog engine. read more...

add a comment |category: |Views: 337

tags: another

Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 5 months ago

Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. read more...

add a comment |category: |Views: 744

tags: another

Implementing a red black tree in C#(jaltiere.com)

submitted by jaltierejaltiere(885) 3 years, 5 months ago

This article talks about how to implement a red-black tree in C#. The implementation is generic, and it also implements IEnumerable<T>. read more...

add a comment |category: |Views: 1001

tags: another

jQuery IntelliSense documentation file available(weblogs.asp.net)

submitted by zyloxzylox(175) 3 years, 6 months ago

IntelliSense documentation files for jQuery just got published on jquery.com. This enables great IntelliSense at design-time for jQuery in Visual Studio 2008. read more...

add a comment |category: |Views: 305

tags: another

Solving common problems with Compiled Queries in Linq to Sql for high (msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 6 months ago

If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow. There’s a runtime cost associated with each and every Linq Query you write. read more...

add a comment |category: |Views: 292

tags: another

ProMesh.NET v2.0 RC1 is (finally) out(blog.activa.be)

submitted by activaactiva(2340) 3 years, 8 months ago

After months of writing documentation, the first release candidate of ProMesh.NET v2.0 has been released in the wild. ProMesh.NET is a powerful MVC framework for .NET 2.0 that has been around for a long time, but today it finally reached another important milestone. read more...

add a comment |category: |Views: 281

tags: another

TimeZone vs. TimeZoneInfo in .Net(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 9 months ago

Understanding the TimeZoneInfo classin .Net 3.5 and how it compares to the standard TimeZone class. read more...

1 comment |category: |Views: 665

tags: another

DateTime vs. DateTimeOffset in .Net(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 9 months ago

Understanding the DateTimeOffset struct in .Net 3.5 and how it compares to the standard DateTime struct. read more...

add a comment |category: |Views: 607

tags: another

A simple jQuery Client Centering Plugin(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 9 months ago

Centering content is a useful client side UI feature especially when working with pop ups or popup windows when displayed for the first time. Here's a little jQuery plug in that handles centering in the window and in other container elements easily. read more...

add a comment |category: |Views: 131

tags: another

Silverlight Particle Generator(blog.nerdplusart.com)

submitted by JemmJemm(9604) 3 years, 9 months ago

Cool particle effects live demo done with Silverlight. Sources are available, too! read more...

1 comment |category: |Views: 526

tags: another

ProMesh.NET v2.0 (MVC Framework) just around the corner(blog.activa.be)

submitted by activaactiva(2340) 3 years, 9 months ago

Time for an update on the state of ProMesh.NET, the open-source MVC Web Application framework I started a few years ago. The last public release was almost 7 months ago, and a lot has been changed since then. The original plan was to create a version 1.5, but I decided against that and made it in a full 2.0 release read more...

add a comment |category: |Views: 15

tags: another