prasphy

Stories kicked by prasphy

Google Talk (GTalk) Autoreply using .NET (dotnetcurry.com)

submitted by paroaryaparoarya(285) 2 years, 10 months ago

In this article, we will see how you can develop a simple Gtalk client using .NET using which you can notify your users that you are away from your desk. read more...

add a comment |category: |Views: 384

tags: another

Object Oriented Design Principles(noctovis.net)

submitted by daviddavid(405) 3 years, 4 months ago

Quick summary of SOLID, DRY, YAGNI and other useful OO principles. read more...

1 comment |category: |Views: 636

tags: another

Using jQuery to search Content and creating custom Selector Filters(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

jQuery makes it easy to search content of matched elements by using the :content filter which allows for some pretty cool search effects you can implement with a couple of lines of code. Unfortunately :contains is case sensitive though, but never fear jQuery allows creation of custom filters that allow you to provide a custom case insensitive version. read more...

1 comment |category: |Views: 237

tags: another

Matt Berseth: Dynamic Data Demos Now Available(mattberseth.com)

submitted by beckelmwbeckelmw(2755) 3 years, 8 months ago

Matt now has his dynamic data demos up since discountasp.net is supporting ASP.NET 3.5 SP1. Go take a look. They are pretty cool. read more...

add a comment |category: |Views: 269

tags: another

Custom LINQ to SQL code generation templates(damieng.com)

submitted by DamienGDamienG(1405) 3 years, 8 months ago

Free templates to allow full customization of the DBML to C#/VB.NET code generation phase of LINQ to SQL without additional tool dependencies! read more...

add a comment |category: |Views: 401

tags: another

Sending Email in a Development Environment without an SMTP Server(blog.donnfelker.com)

submitted by BognitBognit(2125) 3 years, 8 months ago

Very handy... I'm forever looking this stuff up :-| read more...

11 comments |category: |Views: 1120

tags: another

Great Design Pattern Resources(rtipton.wordpress.com)

submitted by rayetrayet(240) 3 years, 8 months ago

Some common patterns include the Singleton, Facade, Adaptor and Decorator. There are many, many patterns and below are some great resources to learn about them. read more...

add a comment |category: |Views: 592

tags: another

Configuring and running ASP.NET 3.5 on Linux(blogs.microsoft.co.il)

submitted by tamirtamir(580) 3 years, 10 months ago

This article is about running, configuring and debugging ASP.NET and AJAX.NET on Linux machine with Mono read more...

add a comment |category: |Views: 968

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

26 Not To Be Missed .NET Articles - June 2008 - .NET Zone(dotnet.dzone.com)

submitted by volume4volume4(910) 3 years, 10 months ago

This month we have even more then in May in fact, we have almost tripple, we cover topics such as Deliver Next-Generation SOA Apps with Microsoft Robotics Development Studio, Get Started Building Silverlight 2 Applications, TypeTransmogrifier, Windows Mobile: Communicating with the Outside World and many more. Enjoy! read more...

add a comment |category: |Views: 28

tags: another

Top Developer Podcasts Part II (randypatterson.com)

submitted by rpattersonrpatterson(745) 3 years, 10 months ago

It's been six months since my previous article "10 Podcasts Every Developer Should Listen To" so I thought I would do a follow up article outlining some of the new quality podcasts available to developers. read more...

add a comment |category: |Views: 17

tags: another

The Open Closed Principle(msdn2.microsoft.com)

submitted by bahadornbahadorn(340) 3 years, 11 months ago

The first installment of a new MSDN Magazine column by Jeremy Miller. read more...

add a comment |category: |Views: 393

tags: another

Using NHibernate (years after I should have been)(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years ago

Getting up and running with NHibernate. read more...

add a comment |category: |Views: 55

tags: another

ASP.NET MVC Screencast: Model-based client-side validation(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years ago

A very sweet and simple way to get validation into an MVC app, just by specifying rules as attributes on model objects (e.g. [ValidateEmail]). Client-side validation happens automatically... read more...

add a comment |category: |Views: 102

tags: another

A C# fluent repeater(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more... Just plug-and-play and start repeating stuff! read more...

1 comment |category: |Views: 51

tags: another

.NET Obfuscators(csharp411.com)

submitted by DevTopicsDevTopics(1050) 4 years, 1 month ago

Comprehensive list of all .NET obfuscators available today and online reviews. read more...

add a comment |category: |Views: 15

tags: another