atifaziz

Stories kicked by atifaziz

In .NET, open source does not beget open source(bvanderveen.com)

submitted by alexandrul.ctalexandrul.ct(475) 4 months, 16 days ago

Ruby, Python, Perl, Node, and Clojure all have, to varying degrees, a unified story for defining a project, translating its source code into runnable code, running a test suite, building distributable packages, and resolving and installing a project or package’s dependencies. These stories just work across all supported platforms. Setting up a cross-platform open source .NET project is non-trivial. ... read more...

1 comment |category: |Views: 167

tags: another

Colorize Visual Studio Output(coolthingoftheday.blogspot.com)

submitted by dpetersondpeterson(4397) 4 months, 27 days ago

The VSColorOutput extension provides color highlighting for the build and debug output windows in Visual Studio. Check it out on Codeplex! read more...

add a comment |category: |Views: 318

tags: another

NetBash – An Alternative to Admin Pages in Asp.Net Web Apps(lukencode.com)

submitted by lukenlowreylukenlowrey(288) 5 months, 15 days ago

NetBash is a drop in (think mvc mini profiler) extendable command line for your web application. read more...

17 comments |category: |Views: 317

tags: another

Introducing 'Vingy' Add-in for VS2010 To search StackOverflow, Web etc(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 7 months ago

Vingy let you search the web (mainly sites like StackOverflow, CodeProject, MSDN etc) in a non intrusive way, with out leaving the IDE. Vingy is a simple, but effective add in for Visual Studio 2010 so that you can search the web in a non intrusive way, and can filter results based on sources. read more...

add a comment |category: |Views: 269

tags: another

Jobping Url Shortener – Version 0.6(markkemper1.blogspot.com)

submitted by mkempermkemper(518) 1 year, 7 months ago

New version of Jobping Url Shortener. read more...

add a comment |category: |Views: 71

tags: another

StickyBeak Version 0.3 Released(markkemper1.blogspot.com)

submitted by mkempermkemper(518) 1 year, 7 months ago

StickyBeak is a logging utility for asp.net websites which can log every request to your site. It provides similar features as IIS log files but provides additional logging information (which just isn’t possible with IIS logs) and easy viewing of logs via a admin page. You can also use the StickyBeak log file parser in your own code. read more...

add a comment |category: |Views: 109

tags: another

Easy Mail Delivery with SMTP Smart Host(coderjournal.com)

submitted by zigamorphzigamorph(3319) 1 year, 7 months ago

I knew the downfalls of using the default localhost and the potential mail delivery problems if I didn’t properly set the DomainKey, DKIM, SPF, SenderID, Reverse PTR, and blah blah blah. But it wasn’t really worth the hassle for me to properly set all this, because I can sent the number of emails sent from my server on one hand each day. And a 4 out of 5 times they were administrative emails sent to my Gmail account. But given all that it is still no excuse for poor email hygiene. read more...

add a comment |category: |Views: 160

tags: another

Five Must Have Tools for MVC Developers(www.codecapers.com)

submitted by threenine39threenine39(329) 1 year, 7 months ago

5 Must have tools for MVC developers read more...

1 comment |category: |Views: 936

tags: another

What's new in IIS 7.5(blogs.iis.net)

submitted by ghummanghumman(124) 2 years, 1 month ago

What's new in IIS 7.5 for administrators and developers read more...

add a comment |category: |Views: 72

tags: another

ASP.Net and Custom Error Pages, an SEO nightmare?(martinondotnet.blogspot.com)

submitted by martin.c.jarvismartin.c.jarvis(114) 2 years, 2 months ago

How to avoid custom error pages impacting on your SEO. read more...

add a comment |category: |Views: 317

tags: another

When "Activator" is just to slow(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 2 months ago

Nice performance tip read more...

2 comments |category: |Views: 600

tags: another

A Visual Look At The LINQ SelectMany Operator(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 2 months ago

An inside look at how SelectMany works, along with visuals to help you more easily understand it. read more...

add a comment |category: |Views: 468

tags: another

DiffPlex - a .NET Diff Generator(diffplex.codeplex.com)

submitted by jemtsjemts(591) 2 years, 2 months ago

DiffPlex is a combination of a .NET Diffing Library with both a Silverlight and HTML diff viewer. It is released open source on CodePlex under the MS-PL license. read more...

1 comment |category: |Views: 516

tags: another

Mercurial tutorial - by Joel Spolsky(hginit.com)

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

Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts. read more...

3 comments |category: |Views: 1245

tags: another

New in .NET 4: Don’t Forget to Dispose() your SmtpClient Instances(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 3 months ago

It seems the System.Net.Mail.SmptClient class has gotten a bit of a facelift in .NET 4. read more...

add a comment |category: |Views: 416

tags: another

Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler(www.coderjournal.com)

submitted by atifazizatifaziz(1000) 2 years, 4 months ago

A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use. Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. read more...

add a comment |category: |Views: 691

tags: another