Latest Contributors

Latest Snippets

Top Articles

Latest Comments

Premium Sponsor

Sponsors

Welcome to DotNetSlackers

Welcome to DotNetSlackers, providing you with the latest .NET news and articles, free blogs to express yourself about .NET and active forums to ask for or give help.

Search us:

Latest Articles

 

Featured Article

Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Distributed systems: adding a WCF service layer

Andrew Siemer, Nov 18, 2009

In this article we are going to look at how distributable our current code base is. We will find that even with all the refactoring and modifications that we have done we are still pretty married to a fairly hardwired infrastructure. If one piece of our code requires more resources than any other we can’t simply scale out that bit.

Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Hooray – Inversion of Control with StructureMap

Andrew Siemer, Nov 16, 2009

In this article we will discuss how we can enhance the power of the Dependency Injection pattern by implementing an Inversion of Control container. We will discuss what an IoC container can be used for and how it works. Then we will look at implementing an Inversion of Control container in our code. We will specifically implement the IoC container StructureMap.

Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Hooray – Dependency Injection

Andrew Siemer, Nov 13, 2009

In this article we will address the lack of testability that our current application has. We will do this by making our application conform to the dependency injection pattern. This will allow us to push up all of our dependencies which makes our code considerably more testable than it currently is.

Code Contracts Preview: Assert & Assume

Dino Esposito, Nov 11, 2009

In this article, I’ll go through the features of side contract-based tools in .NET Framework Code Contracts. In particular, I’ll focus on Assert and Assume methods.

Customizing ASP.NET MVC 2 - Metadata and Validation

Ben Scheirman, Nov 09, 2009

In this article, you will learn about two major extensibility points of ASP.NET MVC 2, the ModelMetadataProvider and the ModelValidatorProvider. These two APIs control how templates are rendered, as well as server-side & client side validation of your model objects.

 More articles

 
Building a StackOverflow inspired Knowledge Exchange - Continuous integration with CruiseControl.NET
By Andrew Siemer

In this article we will take a look at build automation on the server side of our development environment.


Latest Forum Posts

 

Latest ASP.NET News

In the last last 7 days 16 posts were created. Below are the latest posts.

Re: SEO in Silverlight By Faisal Khan

Published in Silverlight

Re: SEO in Silverlight By Sonu Kapoor

Published in Silverlight

SEO in Silverlight By Faisal Khan

Published in Silverlight

Search in Moss document lib. By Gulab Chand Tejwani

Published in Sharepoint

WCF Service Basic By Gulab Chand Tejwani

Published in Windows Foundations

Re: How to read an image from sql to an ascx page. Very important question to me. By Mathieu Cupryk

Published in ASP.NET AJAX / Javascript General Questions

Re: GridView Fixed Header By Sonu Kapoor

Published in Asp.net Ajax DataControls

Re: GridView Fixed Header By Gulab Chand Tejwani

Published in Asp.net Ajax DataControls

Re: Calling Javascript from .aspx.vb .NET By Gulab Chand Tejwani

Published in ASP.NET AJAX / Javascript General Questions

Re: Installing Windows Component By Gulab Chand Tejwani

Published in General C# Questions

 

Turning a New Leaf

Fervent Coder, November 22, 2009

public class DevliciousBlog { IBlogger _blogger; public Devlicious(IBlogger blogger) { _blogger = blogger; } } public class Program { private static void Main(string[] a...

SQL SERVER Remove Bookmark Key Lookup 4 Different Ideas

Journey to SQL Authority with Pinal Dave, November 22, 2009

I quite often get request to summarized my ideas about Removing bookmark lookup on this blog post. Bookmark lookup or key lookup are bad for any query as they force query engine to lookpup correspondi...

Microsoft PDC Sessions/Keynotes online for Download

Scott Cates WebLog, November 21, 2009

If you’re seen the tech new recently, you’ve heard about the Microsoft PDC (Professional Developers Conference). If you couldn’t make the conference (like me) then you’ll be ha...

Short Intro to LINQ To XML and why it is important

EggHeadCafe.com New Articles, November 21, 2009

Short Intro to LINQ To XML and why it is important. Basic Classes and operators including an example query  read moreBy Peter Bromberg...

Silverlight 4 Clipboard access

Laurent Duveau, November 21, 2009

Silverlight 4 (currently in beta) adds support for Clipboard! In Silverlight 3 we had copy/paste available in the Textbox, programmatic access could be done, some IE only solution exists vi...


More todays news... [news categories]
 

Latest Columns

 

Latest Blog Posts

Future of Business Intelligence

Pinal Dave, Jun 28, 2009

Pinal Kumar Dave discusses the future of Business Intelligence.

Policy-Based Management – Create, Evaluate and Fix Policies

Pinal Dave, Jun 26, 2009

This article will cover the most spectacular feature of SQL 2008 - Policy-based management and how the configuration of SQL Server with policy-based management architecture can make a powerful difference.

SQL Server –Understanding Table Hints with examples

Pinal Dave, Jun 19, 2009

A look at the different types of hints that are available in SQL Server and how they may be useful to you.

SQL SERVER - Difference Between Candidate Keys and Primary Key

Pinal Dave, May 25, 2009

Pinal Kumar Dave illustrates the difference between a candidate key and a primary key in SQL Server.

SQL SERVER JOINs

Pinal Dave, May 05, 2009

In this article, Author Pinal Dave clarifies the basic concepts of SQL JOINs.

 

Send in questions for upcoming guests and get DotNetRadio SWAG

asiemer, Nov 16, 2009

Gil Zilberfeld from TypeMock: As you may know by now (from my tweeting or by looking on the DotNetRadio schedule listed on the site) there is an upcoming interview with Gil Zilberfeld from TypeMock.&#...

DotNetRadio.com - Podcast #2 – interview with Atif Aziz creator of ELMAH

asiemer, Nov 14, 2009

Andrew sits down with Atif Aziz. Atif Aziz is a senior IT business analyst at Cargill International and an ex-Microsoftie. His primary focus is helping customers move to the ...

Podcasting has been more fun than I had anticipated

asiemer, Nov 13, 2009

Going into the whole podcasting adventure was something that I didn’t know if I was ready for or not.  I won’t lie, it has taken a LOT more time than I had initially estimated.  But getting ...

Interviewing Sara J Chipps 11 Nov 2009 (tomorrow) at 7am

asiemer, Nov 11, 2009

Hey all.  I wanted to let you know that I am going to be interviewing Sara J Chipps (of www.girldeveloper.com) tomorrow at 7am.  We will be discussing all sorts of programmer goodness ...

Controller IControllerFactory could not create a controller for controller name 'Content'.

bmains, Nov 10, 2009

I got this error when I tried to run this code in my view. <img src='<%= Url.Content("~/Content/Images/logo.gif") %>' /> At first I didn't realize the underlying is...


More...

News Categories

.NET | ADO.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Community Server | dasBlog | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD