simonech

Stories kicked by friends of simonech

Setting up a CI server using Jenkins, MSBuild and GitHub on a Windows (mahdi.mp)

submitted by sharplifesharplife(4570) 19 days, 3 hours ago

In this post I've described how to use Jenkins, GirHub and MSBuild to setupa CI server on Windows Server. read more...

add a comment |category: |Views: 10

tags: another

A recipe for Dev to Production with ASP.NET MVC and RavenDB(devdirective.com)

submitted by RobertTheGreyRobertTheGrey(447) 1 month, 25 days ago

Been meaning to spend time looking into a NOSQL solution, but don't have time to do the research? Now is your chance! We've broken it down for you so you can get at this topic from dev to production. So, don't be tentative and let procrastination hold you back. Learn this stuff! You'll be happy you gave it the time it deserves... read more...

2 comments |category: |Views: 243

tags: another

Agile is a Sham(williamedwardscoder.tumblr.com)

submitted by pwhe23pwhe23(972) 1 month, 27 days ago

Agile is a Sham. Thats SCRUM and TDD and all the rest; it is all those new ways of managing development projects and being super-productive and modern and buzzword-compliant; all the sprints, scrums, playing cards crass commercial nonsense. read more...

12 comments |category: |Views: 448

tags: another

Windows 8 Consumer Preview Roundup(blogs.dotnetkicks.com)

submitted by dpetersondpeterson(4397) 2 months, 18 days ago

In case you’ve been living under a rock, you should probably know that Microsoft released a Consumer Preview version of Windows 8 this week. We've dug through some of the more interesting links and digested them for you here. Check out the build and let us know what you think of it! read more...

add a comment |category: |Views: 179

tags: another

Using jQuery to tidy up missing Images Part 3 - Final Post(www.siphilp.co.uk)

submitted by siphilpsiphilp(919) 3 months, 3 days ago

This is the last post in the series of using jQuery to tidy up missing Images. Previously we’ve seen how to replace the missing images with an image of our choice and then we allowed users to report missing images. For this final post I’m showing the user a summary box that shows all images that are missing. read more...

add a comment |category: |Views: 74

tags: another

Using jQuery to tidy up missing Images Part 2(www.siphilp.co.uk)

submitted by siphilpsiphilp(919) 3 months, 4 days ago

Next post in this 3 part series. Allowing users to report missing images with jQuery. read more...

3 comments |category: |Views: 48

tags: another

Stack Exchange Open Source Projects(blog.stackoverflow.com)

submitted by vincentw56vincentw56(169) 3 months, 5 days ago

As Stack Overflow is one of the most prominent Microsoft .NET-created sites for software developers in the world, we feel that it’s part of our mission to help lead fellow .NET developers — and the most effective way to do that is by contributing some of the code that we use to build Stack Overflow and Stack Exchange back to the greater .NET developer community as reusable open source packages. This isn’t just a fundamental part of every Stack Exchange developer’s “be more awesome” plan, it’s an explicit goal embedded in the very DNA of the company. read more...

1 comment |category: |Views: 242

tags: another

Using jQuery to tidy up missing Images(www.siphilp.co.uk)

submitted by siphilpsiphilp(919) 3 months, 6 days ago

Clean up missing images with a couple of lines of jQuery goodness. read more...

3 comments |category: |Views: 158

tags: another

Web Essentials and CSSCop for Visual Studio 2010 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 months, 22 days ago

This post discuss about new features in Web Essentials extension and Image optimizer which helps developers to write web applications faster. A new extension CSSCop which is a FXCop for style sheets. You can download the Web Essentials for Visual Studio 2010 here. The CSSCop can be download from here. Download link for Image Optimizer is here. You can read my previous post on Web Standards update here to refresh your memories. read more...

1 comment |category: |Views: 59

tags: another

Going Faster: How not to suck at serving web content(blogs.dotnetkicks.com)

submitted by dpetersondpeterson(4397) 5 months, 6 days ago

We've noticed some performance issues here on the DNK site. Check out our findings and read about how we're going to fix it! These are problems anyone running a website can run into, do yourself a favor and learn from our mistakes. read more...

add a comment |category: |Views: 240

tags: another

DNK .Net Dog Pile 12-16-2011(blogs.dotnetkicks.com)

submitted by dpetersondpeterson(4397) 5 months, 8 days ago

Here’s 4 articles recently that Drew and Paul think are worth some discussion. So we’re sending them out for everyone to join in and give their 2 cents worth. read more...

add a comment |category: |Views: 119

tags: another

Best of DNK - November 2011 - What's All the Hubbub, Bub?(blogs.dotnetkicks.com)

submitted by dpetersondpeterson(4397) 5 months, 18 days ago

We’re closing in on the new year; it’s hard to believe the next time we put together a best-of it will be 2012! It’s been a fantastic year thus far and November was no exception. We’ve had a lot of fresh blood join the ranks lately, as well as a few familiar faces who’ve come back for more, hot .Net action! Check out our picks after the jump! read more...

add a comment |category: |Views: 108

tags: another

.NET code or SQL – where’s the performance problem?(www.codeproject.com)

submitted by bsenoffbsenoff(1583) 5 months, 19 days ago

Identifying an application’s performance bottlenecks is all about understanding how the application is spending its time. Only with the most complete understanding of how an application is operating is it possible to understand what it is doing wrong, as this article describes. read more...

1 comment |category: |Views: 250

tags: another

Responsive Web Design: A Means To Something(maxfoundry.com)

submitted by arcwarearcware(85) 5 months, 20 days ago

A designer's take on responsive web design. read more...

3 comments |category: |Views: 331

tags: another

Why We Don’t Support IE6, IE7, and (Mostly) IE8(maxfoundry.com)

submitted by bsenoffbsenoff(1583) 5 months, 22 days ago

Interesting perspective on dealing or not dealing with web site support of different browsers. read more...

2 comments |category: |Views: 481

tags: another

5 Tips for Avoiding Automatic Garbage Collections(www.red-gate.com)

submitted by bsenoffbsenoff(1583) 6 months, 3 days ago

The garbage collector is a brilliant piece of software engineering, but sometimes collections occur at inconvenient times. If you need to write high performance, real-time code, you generally want to avoid GC collections during times where execution speed is critical. read more...

add a comment |category: |Views: 223

tags: another