Helephant

Stories kicked by Helephant

Building javascript minification into MSBuild scripts(helephant.com)

submitted by HelephantHelephant(90) 2 years, 8 months ago

How to use a tool called Packer.NET to automatically minify your javascript and CSS files during your build. Minification can really speed up the download of an ASP.NET application with lots of javascript. read more...

add a comment |category: |Views: 42

tags: another

VS2003 addin to recycle IIS app pools after build is finished(simplelifeuk.wordpress.com)

submitted by HelephantHelephant(90) 3 years, 2 months ago

A nifty VS2003 add-in that will automatically recycle your IIS app pools when you rebuild to make sure you're running with the latest version of all assemblies. read more...

add a comment |category: |Views: 5

tags: another

Create custom LINQ providers fluently(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 3 years, 3 months ago

Just released LinqExtender 2.0. Over previous release , it contains generally bugs fixes. Overall, I have focused on striping out complexity as much as possible to keep you focused on your business logic. You can see the full list of features in the documentation that comes with it. read more...

2 comments |category: |Views: 273

tags: another

How to Integrate with Facebook Connect(devtacular.com)

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

This article demonstrates how to integrate Facebook Connect into your existing ASP.NET site in just a few simple steps. It teaches the basics of integration with full sample code included for download. read more...

2 comments |category: |Views: 618

tags: another

Svelte asp.net: avoiding <form runat=”server”>(helephant.com)

submitted by HelephantHelephant(90) 3 years, 3 months ago

Postbacks in ASP.NET have a pretty heavy cost in terms of page size. Add a <form runat=”server”> tag and now you have a big ugly viewstate tag to lug around each time you load a new page. Using a regular <form> tag with a post or get method can sometimes give you the functionality you need without the overhead of all the postback functionality. read more...

add a comment |category: |Views: 13

tags: another

JSINQ(kaijaeger.com)

submitted by HelephantHelephant(90) 3 years, 3 months ago

LINQ syntax for querying DOM nodes in javascript. read more...

1 comment |category: |Views: 15

tags: another

Adding sweetness to the Microsoft ajax library(updatepanel.net)

submitted by HelephantHelephant(90) 3 years, 5 months ago

Make the computer take the work out of creating ASP.NET Ajax controls with some extensions to the framework that reduce creating a new property or function down to one line of code. read more...

add a comment |category: |Views: 5

tags: another

The Beauty of Closures(csharpindepth.com)

submitted by HelephantHelephant(90) 3 years, 6 months ago

All about closures and using closures in C#. Free chapter of a book called C# in depth. Very interesting if you ever wanted to know what closures are and why you should be interested in them. read more...

add a comment |category: |Views: 14

tags: another

ParseChildren, PersistChildren and PersistenceMode.InnerProperty(bchavez.bitarmory.com)

submitted by HelephantHelephant(90) 3 years, 6 months ago

An excellent explanation of how to use the ParseChildren and PersistChildren attributes to create controls that can persist their child tags. Children can either be added to the control's control collection or to a property of your choice. For example that's how the items in a DropDownList work. read more...

add a comment |category: |Views: 345

tags: another

JavaScript UI-components (Part 1)(blog.dynback.com)

submitted by StackOverflowStackOverflow(200) 3 years, 6 months ago

Series of articles, about different approaches to create JavaScript components. Howto operate between components. First article show: ideal scenario of cooperation between components and why use "classes" read more...

add a comment |category: |Views: 41

tags: another

Circuit Breaker pattern AOP style(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 3 years, 6 months ago

In this post I suggest an implementation of Circuit Breaker pattern with aspect oriented programming read more...

add a comment |category: |Views: 130

tags: another

Small talk with a web designer(themaninblue.com)

submitted by HelephantHelephant(90) 3 years, 9 months ago

A flow chart explaining how a conversation can go when you explain you're a web designer. read more...

add a comment |category: |Views: 5

tags: another

Saving server control properties to ViewState with custom attributes(helephant.com)

submitted by HelephantHelephant(90) 3 years, 9 months ago

Here's a little tip for using .NET custom attributes to make a server control's ViewState property into a single line of code. Save yourself some boring repetitive coding and make the language do the work instead. read more...

add a comment |category: |Views: 76

tags: another

BlogEngine.net Post Security(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 9 months ago

BlogEngine.net 1.3/1.4 supports user roles. But we can't seem to be able to make it mandatory for users to sign in to see blog posts. That's not something you usually want on a public blog, but maybe for a corporate blog. read more...

add a comment |category: |Views: 93

tags: another

Object Oriented Programming with JavaScript : Timer Class(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 9 months ago

How to do object oriented programming with JavaScript by taking simple example to a timer class.. read more...

add a comment |category: |Views: 76

tags: another

Three Free Tools Any Web Developer Must Use (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 9 months ago

Here are some great tools that will help you diagnose problems and errors on your applications. Don’t leave home without them! read more...

add a comment |category: |Views: 21

tags: another