osydoruk

Stories kicked by osydoruk

Don't Be a Validation Nazi(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 9 months ago

"Postel wrote that in an RFC that defined TCP, but it applies much more broadly. It’s natural that developers, used to the exacting nature of writing code for a compiler, where even the most minor of typos can bring a program screeching to a halt, have a tendency to apply such exactitude on their users." read more...

add a comment |category: |Views: 1

tags: another

ASP.NET jobs vs Ruby & PHP(techtoolblog.com)

submitted by teenwolfteenwolf(235) 4 years, 9 months ago

How many job listings on the major job boards for the different programming languages - Who Wins? Click to Find Out. read more...

add a comment |category: |Views: 42

tags: another

Where are all the cool startups that run on ASP.NET?(sashasydoruk.com)

submitted by osydorukosydoruk(150) 4 years, 9 months ago

I have been a proud user of .NET framework for 6 years now and I still think it is a really awesome product and Microsoft did a wonderful job developing it. But it seems like all the cool startups are not using ASP.NET. Does anybody have any idea why? read more...

1 comment |category: |Views: 4

tags: another

Where are all the cool startups that run on ASP.NET?(sashasydoruk.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 9 months ago

"Sure there are Community Server, MySpace, DotNetKicks and DasBlog; there are all very fine products, but compare them to LAMP, Rails and Java lineup: Digg, Yahoo, LinkedIn, Flickr, Backpack and the Company, Delicious, all the Google Apps, Mint, Meebo, Twitter, Zillow and of course Infinite Cat Project. If you checkout the new startups on TechCrunch, it seems like every new startup is something Linux based and is not ASP.NET." read more...

5 comments |category: |Views: 20

tags: another

Ruby on Rails for IIS (Fast-CGI)(blog.lotas-smartman.net)

submitted by tiernanotiernano(1674) 4 years, 9 months ago

Links to some sites with info around getting Ruby on Rails working with IIS (not really .NET Related, but programming related) read more...

1 comment |category: |Views: 15

tags: another

HowTo - CompositeControl with a TextBox and a bunch of Validators(sashasydoruk.com)

submitted by osydorukosydoruk(150) 5 years, 4 months ago

Here is an example of how to create a composite control that consists of a TextBox and a bunch of Validators. read more...

add a comment |category: |Views: 5

tags: another

SVN + Visual Studio Pluggin + HostingPlayground == Keeping your source(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 5 years, 4 months ago

If you're like me, and you do a lot of little/not-so-little projects on the side, you've started noticing that you're getting quite the source library started. And if you're like me, you also occasionally have the nightmare about your hard drive crashing before you get that chance to back your source up to a CD/DVD or whatever else you keep backups on. read more...

add a comment |category: |Views: 3

tags: another

Cheat Sheet: ASP.NET Page Life Cycle & Common Events(john-sheehan.com)

submitted by rimsystemsrimsystems(6119) 5 years, 4 months ago

We've all seen Leon Andrianarivony's excellent ASP.NET Page Life Cycle diagram. This one-page cheat sheet is the perfect compliment to that diagram, providing descriptions for each of the common stages and events. read more...

add a comment |category: |Views: 283

tags: another

Paging Implementation With SQL (mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 4 months ago

When you see how the paging is a piece of cake now in .NET server controls (fro example, GridView), you can imagine how much amount of work was needed to do paging if you haven't these server controls. You can for example fetch all thr data block and put them on the session and just do your paging in you business layer! Ok..I heared someone say what are saying. Ture. This is really a miss when you working on huge data blocks. So, the best way is to do you paging inside the datalayer... read more...

add a comment |category: |Views: 21

tags: another

C# vs Ruby: A sample Side by Side Comparison(sashasydoruk.com)

submitted by kcastlekcastle(235) 5 years, 4 months ago

"Here is my completely non-scientific comparison of C# and Ruby. I will come up with a simple task and will attempt to implement it in both languages. The results will be shown, but no analysis will be available; I don’t want to pick sides because I really like both languages and want to stay on good terms with both of them." read more...

1 comment |category: |Views: 1469

tags: another

Taking Your ASP.NET Application Offline for Deployment(kevincastle.net)

submitted by kcastlekcastle(235) 5 years, 5 months ago

Taking your application offline using app_offline.htm read more...

2 comments |category: |Views: 10

tags: another

An HttpModule that moves ViewState to the bottom(madskristensen.dk)

submitted by silverCOREsilverCORE(275) 5 years, 5 months ago

Mads Kristensen shows how to move the ViewState to the bottom of the page with a couple of advantages that this brings. read more...

3 comments |category: |Views: 229

tags: another

Screw 2.0, I'm Going Straight to 3.0(weblogs.asp.net)

submitted by erickerick(230) 5 years, 5 months ago

Recently the discussion came up about using .NET 2.0 in some future products. I work on server products, and we've been using 2.0 there for a while. However, there is a bit of concern around deploying the 2.0 framework with our desktop apps. Our software is shipped ESD style and a lot of customers like to download the trial app before making the purchase. If they try to install the app, but can't because they need to be an administrator to install the .NET framework 2.0, we probably just lost out on the sale. I would venture to guess that a significant chunk of our customers fall into the non-administrator group, so this is a big problem. read more...

add a comment |category: |Views: 0

tags: another

Is ASP.NET too difficult?(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 6 months ago

There is no doubt in my mind, that ASP.NET is the most powerful and versatile platform for web applications at the moment. By leveraging the .NET Framework you can do absolutely anything in no time, but is that power also the problem with ASP.NET? read more...

add a comment |category: |Views: 2

tags: another

VSS vs. TFS Smackdown (not really)(kevincastle.net)

submitted by osydorukosydoruk(150) 5 years, 6 months ago

VSS vs. TFS Smackdown read more...

1 comment |category: |Views: 327

tags: another

Adding Custom Static Code Analysis Rules to Team System(kevincastle.net)

submitted by osydorukosydoruk(150) 5 years, 7 months ago

How to add custom static code analysis rules to Team System read more...

add a comment |category: |Views: 29

tags: another