prawlings

Stories kicked by prawlings

Day 1 - What will it do?(dotnetsocialkit.com)

submitted by prawlingsprawlings(25) 4 years ago

Probably the first thing to cover is exactly what will we will cover and what the social network will do. read more...

add a comment |category: |Views: 6

tags: another

C# 3.5 Conversion Extension Method Library 1.0(j-dee.com)

submitted by jdeejdee(270) 4 years, 8 months ago

This free downloadable library makes use of the new Extension Method language feature in C# 3.5 to add some cool conversion functions to the basic datatypes. So now, you can do more than just .ToString()...you can do .ToDecimal or .ToInt32 etc. etc. Also includes .Left() and .Right() string manipulations that VB has but C# doesn't !!!! read more...

7 comments |category: |Views: 357

tags: another

Combine CSS with JS and make it into a single download!(blogs.msdn.com)

submitted by shivashankarpshivashankarp(335) 5 years ago

This post discusses a technique by which the CSS can be combined with JS and can be downloaded to the client as a single resource. read more...

add a comment |category: |Views: 22

tags: another