dzone

Stories kicked by friends of dzone

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

submitted by kalyanms1kalyanms1(1789) 3 months, 21 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

List of active extensions in BlogEngine.NET(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 2 years, 4 months ago

I have included a new page to my blog to show a list of all active BlogEngine.NET extensions. Most users will recognize this table from the admin panel but without priority, viewing sourcecode and (de-)activate buttons. read more...

add a comment |category: |Views: 9

tags: another

Use Google's Closure Compiler in C#(madskristensen.net)

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

A very simple and small C# class for utilizing the Google Closure Compiler API for minifying JavaScript. read more...

add a comment |category: |Views: 432

tags: another

New Eco Theme For BlogEngine.NET(n3o.co.uk)

submitted by leen3oleen3o(365) 2 years, 11 months ago

We have released the first of many new themes for BlogEngine.NET 1.5 (SubText version to follow soon) - The n3o Eco theme, it's various tones of green and features some fancy swirly graphics read more...

1 comment |category: |Views: 361

tags: another

Get last-modified header from response in ASP.NET(madskristensen.net)

submitted by mosessaurmosessaur(5424) 3 years ago

I’ve been working lately with some ASP.NET performance optimization automation HTTP modules. In one of them I needed to know if the last-modified header had been set through the Response.Cache.SetLastModified(DateTime) method. For some reason, there is no API available anywhere within the BCL to retrieve the last modified date of a response – you can only set it. Since the module wouldn’t work without a way to read the last modified date of the response, I had to use Reflector to figure out how to pull the information out using reflection. The result became a simple little method to retrieve the date read more...

add a comment |category: |Views: 14

tags: another

BlogEngine.NET 1.5 final release(madskristensen.net)

submitted by mosessaurmosessaur(5424) 3 years, 1 month ago

BlogEngine.NET 1.5 final release announcement read more...

add a comment |category: |Views: 200

tags: another

Announcing BlogEngine.NET 1.5 Release Candidate(dotnetblogengine.net)

submitted by MarwanMarwan(850) 3 years, 1 month ago

We are very happy to make available a release candidate for BlogEngine.NET 1.5 today. Version 1.5 has been in the works for a long time and we decided to make a release candidate available before me make the final release this time around. read more...

add a comment |category: |Views: 177

tags: another

BlogEngine.NET code formatter extension shows code tag(lovetocode.net)

submitted by vistadbvistadb(879) 3 years, 2 months ago

Nice community fix for the code formatter in BlogEngine read more...

add a comment |category: |Views: 162

tags: another

Using Windows Live Writer with BlogEngine.net(chadgreen.com)

submitted by chadwickgreenchadwickgreen(405) 3 years, 3 months ago

Using the built-in blog entry tools in BlogEngine.net works just fine, but I have come to like Windows Live Writer better. It just seems to make things just a little bit easier. Here are some very simple instructions on how to get Windows Live Writer working for BlogEngine.net read more...

add a comment |category: |Views: 179

tags: another

SociableBE-Extension for BlogEngine.NET(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 3 years, 3 months ago

Social bookmarking sites allow websurfers to save, catalog, and share interesting pages they find online. The SociableBE-Extension appends links for your readers to use those sites to the end of each of your blog’s posts, increasing your potential audience. While Sociable is originally developed as a Wordpress-Plugin in PHP, SociableBE is based on the main idea but re-developed for BlogEngine.NET in C# and with a simple copy'n'paste installation. read more...

1 comment |category: |Views: 94

tags: another

WebForms or MVC? What about the third option?(blog.madskristensen.dk)

submitted by drugarcedrugarce(610) 3 years, 3 months ago

I’ve read a lot of posts and articles about why and when you should choose WebForms or the MVC framework to build your ASP.NET websites. They are all pretty good, but for some reason they forget or ignore the obvious third option - standard ASP.NET without the WebForm. read more...

6 comments |category: |Views: 745

tags: another

Conditional IE CSS Hack(geekzilla.co.uk)

submitted by phaymanphayman(3550) 3 years, 3 months ago

Great little CSS hack for IE browsers, especially when IE6 browsers are causing problems. read more...

add a comment |category: |Views: 33

tags: another

A .NET Open Source Project Retrospective: Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

A look inside the development of a .NET open source project. What went right and what went wrong and lessons learnt along the way. read more...

add a comment |category: |Views: 294

tags: another

Horrible Code Example(xdevsoftware.com)

submitted by wtroomwtroom(210) 3 years, 3 months ago

why would someone ever do this. I know I'm not the best coder out there...but really.... read more...

1 comment |category: |Views: 79

tags: another

Checklist for high quality websites part 2(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years, 3 months ago

The second part of the checklist is about server side code and security read more...

add a comment |category: |Views: 412

tags: another

ASP.NET application lockdown on IIS 7(blog.madskristensen.dk)

submitted by JemmJemm(9604) 3 years, 4 months ago

"With IIS 7 it is now easier than ever to customize the inner workings of ASP.NET applications using only the web.config. It is possible to remove all the features but the ones the specific application uses. In other words, we are able to lock down our applications and only turn on the features we need. The reason to do this is to reduce the attack surface of the application as well as stay in total control all the way from the IIS and into the ASP.NET application." read more...

add a comment |category: |Views: 42

tags: another