percent20

Stories kicked by percent20

The Problems with NHibernate(beginnermediate.com)

submitted by percent20percent20(855) 3 years, 4 months ago

The problems that exist for NHibernate to become better, and have better adoption rates. read more...

5 comments |category: |Views: 615

tags: another

ALT.NET Podcast 14: Object Databases(altnetpodcast.com)

submitted by powerrushpowerrush(3873) 3 years, 4 months ago

Rob Conery and James Avery discuss object databases. read more...

add a comment |category: |Views: 144

tags: another

Super Simple Ajax with jQuery and ASP.NET MVC(beginnermediate.com)

submitted by percent20percent20(855) 3 years, 4 months ago

The simplest way to do ajax with asp.net mvc using your more "standard" way of doing ajax with jQuery. read more...

add a comment |category: |Views: 41

tags: another

Introduction to NHibernate: What does NHibernate bring to the table(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 7 months ago

A short screencast introduction to NHibernate: In this episode we will talk about what does NHibernate bring to the table read more...

1 comment |category: |Views: 414

tags: another

Microsoft Unveils Next Version of Visual Studio and .NET Framework(microsoft.com)

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

"Microsoft Corp. today provided the first look at the next version of its developer tools and platform, which will be named Visual Studio 2010 and the .NET Framework 4.0. Microsoft described the next release through the following five focus areas: riding the next-generation platform wave, inspiring developer delight, powering breakthrough departmental applications, enabling emerging trends such as cloud computing, and democratizing application life-cycle management (ALM)." read more...

1 comment |category: |Views: 23

tags: another

Request for Help: Need better guidance for beginners(lostechies.com)

submitted by percent20percent20(855) 3 years, 7 months ago

A call to harms for helping beginners. This time from a pro that realizes the need. read more...

1 comment |category: |Views: 307

tags: another

How to Use a Generic List in C#(victorchen.info)

submitted by thevictorchenthevictorchen(45) 3 years, 7 months ago

Using a Generic List in C# is an efficient method of storing a collection of variables. And probably the best part is that the List is strongly typed and casting (which degrades performance) will no longer be necessary. Your collection of variables should be of the same data type. Generic Lists were first introduced into the .NET Framework 2.0. read more...

add a comment |category: |Views: 31

tags: another

Development Tools I Use & Recommend(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: read more...

add a comment |category: |Views: 1026

tags: another

OpenID implementation in C# and ASP.NET(blog.madskristensen.dk)

submitted by dscoducdscoduc(1099) 4 years, 4 months ago

Interested in adding OpenID to your .NET website? read more...

3 comments |category: |Views: 378

tags: another

Understanding Single Sign-On in ASP.NET 2.0(aspalliance.com)

submitted by locrainlocrain(400) 4 years, 4 months ago

In this article, Masoud discusses the concept of Cross Application Authentication using ASP.NET authentication model consisting of Membership Providers, web.config configuration, encryption, and decryption of configuration files. At the end of the article he also examines the application of the concept using ASP.NET login controls. read more...

add a comment |category: |Views: 102

tags: another

New Blog Engine Theme: MarketPlace 1.0(adamzastawski.com)

submitted by azastawskiazastawski(160) 4 years, 4 months ago

This is a new BlogEngine.Net Theme by Adam Zastawski. read more...

add a comment |category: |Views: 79

tags: another

A good list of opensource apps(bloodyflux.com)

submitted by DaCoderDaCoder(115) 4 years, 4 months ago

I agree with the list totally read more...

1 comment |category: |Views: 5

tags: another

How to Write a Provider Model(dotnetslackers.com)

submitted by keyvankeyvan(4086) 4 years, 4 months ago

In this article Keyvan teaches you how to write your own data provider for .NET applications using the provider model. read more...

add a comment |category: |Views: 12

tags: another

New* .NET 3.5 Feature: AddIn Framework ( Part 1 of 3 )(shafqatahmed.com)

submitted by raasielraasiel(865) 4 years, 4 months ago

Introduction to the addin framework in .NET 3.5 read more...

add a comment |category: |Views: 484

tags: another

Free Web.config editor(techietweaks.blogspot.com)

submitted by ahmedsayed_86ahmedsayed_86(410) 4 years, 4 months ago

A free tool that enables editing the Web.config. read more...

8 comments |category: |Views: 182

tags: another

C# by Contract - Using Expression Trees(aabs.wordpress.com)

submitted by aabsaabs(850) 4 years, 4 months ago

Using Lambda Expressions to get more bang for my buck! This Article is part of a series exploring the capabilities of .NET 3.5 and how new advances allow the development of a very powerful Design by Contract (or Contract First or Contract Driven Development) system in very few lines. DBC can help you write better code and although the examples in this post are in C#, they will work equally well in VB.NET. read more...

add a comment |category: |Views: 42

tags: another