pia_

Stories kicked by pia_

Is Silverlight the new WebForms?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 8 months ago

Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? read more...

add a comment |category: |Views: 715

tags: another

Back to Basics: Interfaces(codebetter.com)

submitted by karlkarl(265) 3 years, 2 months ago

When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role interfaces play in some pretty hot topics, including: dependency injection, unit testing and mocking (to name a few). read more...

1 comment |category: |Views: 667

tags: another

Introducing SemanticEngine.NET(blog.madskristensen.dk)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 8 months ago

Technologies or formats such as FOAF, APML, SIOC, XFN tags and microformats are some of the building blocks of the social aspects of the semantic web. They are used to create cross-site profiles of people and also represent relationships between them. XFN and microformats are somewhat easy to start using, but FOAF, APML and SIOC are a different story. Here's a new class library to make it easier.. read more...

add a comment |category: |Views: 235

tags: another

Developing PHP On Your Visual Studio 2008/2005(dev102.com)

submitted by razamitrazamit(4566) 3 years, 8 months ago

check out this great add on for visual studio which will allow you to develop PHP websites. read more...

1 comment |category: |Views: 441

tags: another

Algorithm to Detect Blank Images(chinhdo.com)

submitted by hexyhexy(325) 3 years, 8 months ago

Nice piece of code to help with detecting blank images. read more...

add a comment |category: |Views: 202

tags: another

Visual Studio Tip: Split Views(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 9 months ago

There are a couple of ways to get a split view in Visual Studio. Both are incredible time savers that I use daily. The first is one that most developers will be aware of, but the second seems to be one that many do not seem to know about. read more...

3 comments |category: |Views: 810

tags: another

ASP.NET gets no Respect(west-wind.com)

submitted by pstathopstatho(670) 3 years, 9 months ago

Poor ASP.NET! Is it really that bad? I say No! read more...

10 comments |category: |Views: 837

tags: another

C#: Generate WebPage Thumbmail Screenshot Image(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 10 months ago

There are a few services out there that serve up screenshots of any webpage for you to display on your website. One popular one is Kwiboo; this is the one that DotNetKicks uses. For some time now I've wondered what the easiest way to do this in .NET was, and today I stumbled upon the undocumented WebBrowser.DrawToBitmap method that makes this extremely easy to do. read more...

add a comment |category: |Views: 759

tags: another

.NET Utility Libraries Galore(hsidev.wordpress.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 10 months ago

Yesterday Karl Seguin announced a new .NET Extension Library. One of the really interesting pieces of the library is a streamlined approach to a simple dictionary imagecache, which is similar to the one described in another interesting looking utility library called ShadeTree. Recently, Ayende Rahein reviewed another .NET utility library called Umbrella, which looks like a pretty wide and deep set of utilities. As I am about to create a new solution to consolidate the utility functionality we use across our various projects, it got me thinking it might be time to pick an established (or growing) library from the community and try to contribute any missing pieces we need for our own projects. read more...

add a comment |category: |Views: 97

tags: another

Add jQuery Intellisense To Your Visual Studio (dev102.com)

submitted by razamitrazamit(4566) 3 years, 10 months ago

Enrich your working environment with free great jQuery intelisense addin read more...

add a comment |category: |Views: 491

tags: another

Foundation of Programming FREE EBook - CodeBetter.Com(codebetter.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 10 months ago

The Foundation Of Programming Series Free ebook By Karl Seguin read more...

add a comment |category: |Views: 338

tags: another

List Of Free & Open Source ASP.NET Web Applications(blogfodder.co.uk)

submitted by leen3oleen3o(365) 3 years, 10 months ago

I thought it would be a good idea to create an ever growing list of all the open source ASP.NET applications I could find read more...

1 comment |category: |Views: 20

tags: another

MySQL backup,compress and FTP from your WinForms app(aspcode.net)

submitted by aspcode.netaspcode.net(1045) 3 years, 10 months ago

Rough code showing you how to implement remote open/save functionality from within your app by backing up/restoring MySQL database and saving/getting it from a FTP location. read more...

add a comment |category: |Views: 29

tags: another

Release of a simple validation framework for ASP.NET(en.cogimator.net)

submitted by mathieumathieu(55) 3 years, 10 months ago

SimpleValidation is a framework that enables you to tag your entities' properties with attributes, and it will generate web validators based on those attributes, and add them to your edit form. No more manual adding of those numerous RequiredValidator! read more...

add a comment |category: |Views: 30

tags: another

How to Capitalize the First Letter of All Words in a string in C#(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 4 years ago

Often we need to capitalize the first letters of some word or some text (for example when we want to display users name or city name etc). Since string class does not have a method to do this we could think that there is no built-in solution in C# for this problem, but... read more...

add a comment |category: |Views: 132

tags: another

10 Visual Studio Shortcuts You Must Know(dev102.com)

submitted by razamitrazamit(4566) 4 years, 1 month ago

A great list of 10 Visual Studio Shortcuts any software developer must know and use. read more...

add a comment |category: |Views: 65

tags: another