Textbin – A way to store your text online

Posted by themamakcorner January - 5 - 2011 0 Comment
TextBin

Found a nice web (TextBin)that allows me to store lengthy articles / info and then keep it under a short URL. Then click PASTE button and will redirect to show you the link for the text. So you just need to keep the URL and send the URL to your buddy via MSN/YM instead of pasting them the length article Best thing is, it comes with the plugin so that  [ Read More ]

ASP.NET 2.0 (C#) Send Request via HTTP and get response

Posted by themamakcorner January - 5 - 2011 1 Comment
net

Following is the example to send a request via HTTP and then get the response. Here’s how you can test using Visual Studio Express 2010 (1) Create  a WebApplication File –> New Project (2) Drag a Label to the Default.aspx (so that we can see the output later) (3) At Default.aspx.cs : using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using System.Net; using System.Text;  [ Read More ]

log4net – C# 3.5 MVC Example

Posted by themamakcorner January - 2 - 2011 0 Comment
net

Following is the example of configuring / using log4net in your C# 3.5 MVC project. (1) Before you start, kindly download the log4net.dll (2) Add the log4net.dll as Reference in your project. Right click your project –> Add Reference –> Browse After that , you will be able to see the dll is added into your project reference: (3) Configure the following in the Web.config (refer to the red higlighted)  [ Read More ]

Related Posts Plugin for WordPress, Blogger...