mrxrsd

Stories kicked by mrxrsd

Simple C# Synchronous / Asynchronous Email Sender(lukencode.com)

submitted by lobsterinolobsterino(320) 2 years, 1 month ago

Quick and simple c# class to send emails synchronous or asynchronous using System.Net.Mail/ read more...

add a comment |category: |Views: 481

tags: another

60+ .Net libraries every developer should know about(blog.webdistortion.com)

submitted by squiggssquiggs(585) 2 years, 3 months ago

Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I’ve found some of these libraries invaluable, so I’m sharing them for some of the other dev’s out there with a brief outline of how to use. read more...

2 comments |category: |Views: 2605

tags: another

Use .NET Built-in Methods to Save Time and Headaches(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years, 4 months ago

During our everyday programming tasks we run into several repetitive code blocks that after the 20th time you implement them become really annoying. In this post I will take you through several of such blocks and show you how to implement them using built-in .NET methods. read more...

4 comments |category: |Views: 824

tags: another

37 More Shocking jQuery Plugins(team.sfi.vn)

submitted by ngocmanhhv722004ngocmanhhv722004(165) 2 years, 6 months ago

jQuery Plugins read more...

2 comments |category: |Views: 1110

tags: another

Solr 0.2.3-beta 1(bugsquash.blogspot.com)

submitted by sirroccosirrocco(800) 2 years, 6 months ago

Solr .NET client. Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. read more...

add a comment |category: |Views: 15

tags: another

How to trigger an ASP.NET validator from JavaScript?(icodefactory.com)

submitted by madguru101madguru101(85) 2 years, 7 months ago

A nice tutorial on how to trigger asp.net validators from javascript. read more...

add a comment |category: |Views: 180

tags: another

Advanced Query Options with Lucene.Net(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 7 months ago

Taking a look at more advanced ways to query a Lucene.Net Index. This will include the various ways you can setup your index for searching and how to do boolean searches. read more...

add a comment |category: |Views: 340

tags: another

Getting started with Lucene.Net Search Library(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 7 months ago

Taking a look at the Lucene.Net Search Engine Library. Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and .NET platform utilizing Microsoft .NET Framework. In this episode we will learn the basics needed to simply get Lucene.net up and running. read more...

add a comment |category: |Views: 619

tags: another

How to create a windows service in dot net framework(cherupally.blogspot.com)

submitted by kcherupakcherupa(295) 2 years, 8 months ago

Explains detailed steps to create a windows service using visual studio read more...

1 comment |category: |Views: 278

tags: another

Consuming an RSS feed in ASP.NET 2.0(oalabdullah.com)

submitted by oalabdullahoalabdullah(15) 2 years, 8 months ago

RSS stands for Rich Site Summary or Really Simple Syndication. Since its introduction, it has gained a lot of popularity and is now becoming the standard for quick and simple information exchange on the Internet. read more...

add a comment |category: |Views: 9

tags: another

Integrating OpenID in an ASP.NET MVC Application using DotNetOpenAuth(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 8 months ago

OpenId is getting more popular and with it requests to integrate it into Web sites as a user authentication mechanism. In this post I'll discuss the OpenId integration on CodePaste.net in an ASP.NET MVC application discussing both high level OpenId concepts, the process and the code implementation. read more...

1 comment |category: |Views: 301

tags: another

Dynamic Controls in ASP.NET - Intro(joshua-clark.blogspot.com)

submitted by jclark434175jclark434175(10) 2 years, 8 months ago

Introduction to dyanamic controls in ASP.NET. Article has screen shots that show code in detail about how to dynamically render different web controls on a web page. Article also explains at a high-level what is needed to display dynamic ASP.NET controls. read more...

add a comment |category: |Views: 11

tags: another

Using Reflection TO invoke members(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 8 months ago

Taking a look at how to use the reflection to invoke members on an object. Reflection can allow you to call methods, properties, etc of any scope on an object. This can be a very, very useful tool for the tool-belt for the times this is needed. read more...

add a comment |category: |Views: 267

tags: another

Maintain Scroll Position On Page Refresh Using ASP.NET or jQuery(elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 years, 8 months ago

There is a feature of ASP.NET that isn't widely known called MaintainScrollPositionOnPostback, which is a common way of maintaining the scroll position after a Postback. Behind the scenes ASP.NET passes a hidden variable with the page location and resets it with JavaScript after the page re-renders. read more...

add a comment |category: |Views: 135

tags: another

MsSqlSpatial Demo using Google Maps(raihaniqbal.net)

submitted by PrinceOfDhakaPrinceOfDhaka(390) 2 years, 9 months ago

Shows how to use the MsSqlSpatial library with Google Maps GIS application. read more...

add a comment |category: |Views: 303

tags: another

Implementing Auto-Suggest Using AutoCompleteExtender Control(highoncoding.com)

submitted by azamsharpazamsharp(225) 2 years, 9 months ago

This article shows how to create a Auto-Suggest TextBox which also displays images using the AutoCompleteExtender control. read more...

add a comment |category: |Views: 78

tags: another