prodis

Stories kicked by prodis

ASP.NET Browsers Filter!!(weblogs.asp.net)

submitted by djsoliddjsolid(429) 3 years, 9 months ago

Yesterday .NET SP1 released and many new features for ASP.NET where added. But yesterday i also discovered a feature that ASP.NET has from version 2.0 Let's say we have a button. We can decide what value will the properties have for different browsers!!! And we can do that with this way... read more...

1 comment |category: |Views: 364

tags: another

Elegant Invariant Checking with C# 3 (andrewpeters.net)

submitted by AndrewPetersAndrewPeters(1170) 3 years, 9 months ago

Leveraging expression trees and extension methods to build a fluent invariant checking API. read more...

add a comment |category: |Views: 437

tags: another

Learning Ruby via IronRuby and C# Part 1(codethinked.com)

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

Part one of many in migrating your C# skills over to Ruby read more...

1 comment |category: |Views: 206

tags: another

4 features for C# 4.0(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 10 months ago

C# 3.0 still hasnt sunk in yet for most, yet there already seems to be some buzz about c# features we would like to see in the future. Here is my take on the 4 language features i would like to see implemented in C# read more...

6 comments |category: |Views: 673

tags: another

Lambdas(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 10 months ago

Lambdas are a simple technology with an intimidating name. They sound like they are going to be difficult to understand, but in practice prove to be relatively trivial. Read this post to get an easy to understand overview of a topic is not really so terribly difficult to understand. read more...

add a comment |category: |Views: 553

tags: another

Windows Live Writer PlugIn for DotNetKicks on CodePlex(johnpapa.net)

submitted by BlueDog7BlueDog7(370) 3 years, 11 months ago

Windows Live Writer PlugIn for DotNetKicks is now on CodePlex read more...

add a comment |category: |Views: 122

tags: another

What's Wrong with this?(devblog.ailon.org)

submitted by ailonailon(1335) 3 years, 11 months ago

Every time I read a C# book or an article or just a code sample in MSDN I can't stop wondering why don't people use this qualifier unless it's absolutely required? What do we sacrifice code readability for? read more...

3 comments |category: |Views: 673

tags: another

Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta(weblogs.asp.net)

submitted by mosesmoses(295) 4 years ago

public beta of upcoming .NET 3.5 SP1 and VS 2008 SP1 releases is published read more...

1 comment |category: |Views: 130

tags: another

Using a Windows Service just to run a scheduled process is Wrong!(weblogs.asp.net)

submitted by HoolieManHoolieMan(1715) 4 years ago

A classic post by Jon Galloway: A Windows Service is the wrong solution to scheduling one-off custom processes. The right solution for scheduling simple processes is the Windows Task Scheduler. read more...

1 comment |category: |Views: 113

tags: another

10 Tips to improve your LINQ TO SQL Application Performance(sidarok.com)

submitted by sidaroksidarok(1715) 4 years ago

Sidar gives performance tips on developing linq 2 sql read more...

add a comment |category: |Views: 207

tags: another

Why I’m a better software developer than you(ytechie.com)

submitted by SuperJasonSuperJason(2740) 4 years ago

What makes one developer better than another? Shouldn't we all be performing at the same level? Of course not, we're not sewing buttons on an assembly line. We're using every bit of our intelligence to create something that we can only being to understand. read more...

add a comment |category: |Views: 42

tags: another

LINQFarm: Understanding IEnumerable<T>, Part I(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years ago

The IEnumerable<T> interface is a key part of LINQ to Objects and binds many of its different features together into a whole. This series of posts explains IEnumerable<T> and the role it plays in LINQ to Objects. If you hear people talking about IEnumerable<T>, and sometimes wished you better understood its significance, then you should find this text helpful. read more...

add a comment |category: |Views: 83

tags: another

ASP.Net MVC Framework 2 - A step by step guide (weblogs.asp.net)

submitted by bradygasterbradygaster(4897) 4 years, 1 month ago

If you're just getting started with ASP.Net MVC you should read this article; it goes step by step and explains how to use MVC in a quite simplistic (yet clear) example. read more...

add a comment |category: |Views: 76

tags: another

SQL SERVER - 15 Best Practices for Better Database Performance(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 4 years, 1 month ago

I have written 14 best practices here, read them all and let me know what is as per your opinion should be the 15th best practice. read more...

3 comments |category: |Views: 46

tags: another

PTOM: The Open Closed Principle(lostechies.com)

submitted by jlockwoodjlockwood(80) 4 years, 2 months ago

Covers the open closed principle of Object Oriented Design. read more...

add a comment |category: |Views: 6

tags: another

ASP.NET MVC Framework Road-Map Update(weblogs.asp.net)

submitted by jwhitehornjwhitehorn(340) 4 years, 3 months ago

Scott gives an update to where ASP.NET MVC is going read more...

3 comments |category: |Views: 27

tags: another