GAT76

Stories kicked by GAT76

Learning to use Fluent NHibernate: Getting started w/ your 1st Mapping(dimecasts.net)

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

Learning to use Fluent NHibernate: Getting started w/ your first mappings read more...

3 comments |category: |Views: 356

tags: another

Developer Productivity - 5 Ways To Kill It(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 4 months ago

In keeping with the sarcastic tone of my How To Be The Worst Developer Ever post I’m going to explore several ways for managers to systematically destroy productivity among their developers. Unfortunately I am writing some of these from experience, then again, I’m sure we have all experienced some of these at one time or another. read more...

5 comments |category: |Views: 763

tags: another

How to iterate a C# dictionary(gttools.com)

submitted by GAT76GAT76(35) 3 years, 4 months ago

This post shows an easy way to iterate a C# dictionary read more...

add a comment |category: |Views: 31

tags: another

How to run a website in partial trust(weblogs.asp.net)

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

"A little while ago I discovered how to run just a site as partial trust. It involves putting the hostedtrust.config file in the same directory as the web.config file. This works well for us, as it means we can add all the files we require to a project, which are all then added to SourceSafe. When we get the latest version, we also get all required files to run in partial trust." read more...

add a comment |category: |Views: 22

tags: another

Is F# faster than C#(nearinfinity.com)

submitted by josephfjosephf(235) 3 years, 5 months ago

I had a bet with a co-worker that C# would out perform F# for a simple counting exercise. This turned out to be quite a surprise for many reasons. In this blog post I will try to explain why. read more...

add a comment |category: |Views: 776

tags: another

Adapter Design Pattern(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 3 years, 5 months ago

The adapter pattern is a design pattern that is used to allow two incompatible types to communicate. Where one class relies upon a specific interface that is not implemented by another class, the adapter acts as a translator between the two types. read more...

add a comment |category: |Views: 20

tags: another

How to fix the unauthorized error when using Integrated Security(gttools.com)

submitted by GAT76GAT76(35) 3 years, 5 months ago

This article describes how to fix the common unauthorized error when using Integrated Security on IIS. read more...

add a comment |category: |Views: 5

tags: another

HowTo Get Current Online Users Count and Infos with ASP.NET(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 5 months ago

Getting current online users count and informations about them using ASP.NET and HttpModule. read more...

add a comment |category: |Views: 137

tags: another

Debugging gac assemblies(gttools.com)

submitted by GAT76GAT76(35) 3 years, 5 months ago

An easy description on how to debug your assemblies when they are put in gac read more...

add a comment |category: |Views: 15

tags: another

Back to Basics: Delegates, Anonymous Methods and Lambda Expressions(codebetter.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 5 months ago

Great article on .NET basics read more...

add a comment |category: |Views: 783

tags: another

Continuous Integration Display Wall(weblogs.asp.net)

submitted by jdschwarjdschwar(365) 3 years, 6 months ago

Awesome 4 monitor display wall for visualizing a CruiseControl.NET build process. read more...

add a comment |category: |Views: 745

tags: another

10 Ways To Programaticly Shoot Yourself In The Foot - Part B (dev102.com)

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

This is part B of the 10 Ways To Programaticly Shoot Yourself In The Foot article. In this article I will talk about another 5 issues that even the best developers have to be aware of. In other words, I will try to prevent you from programaticly shooting yourself in the foot. read more...

add a comment |category: |Views: 873

tags: another

Preventing Double Form Posts(andrewtokeley.net)

submitted by tokestokes(1085) 3 years, 6 months ago

Most posts on this topic focus on disabling the submit button that causes the post. This works fine when you only have one submit control. But, if you have multiple buttons and/or link buttons that can cause a post and want to avoid potential conflicts if a user clicks a second submit control before the first one has been processed then this is really simply approach. read more...

1 comment |category: |Views: 451

tags: another

Completely Scripting a SQL Server Database(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 months ago

A guide on how to easily script out an entire database (schema and data) using the Database Publishing Wizard. A tool that you may not know you have access to. And if you have Visual Studio 2008, you already have installed! read more...

add a comment |category: |Views: 384

tags: another