|
3
proggs |
Monday, August 30, 2010 6:09:46 AM GMT
Sunday, August 29, 2010 4:53:49 PM GMT
What is Screen Scraping ?
Screen scraping is a process that reads any webpage and extract data from html tags.
In this article, i will examine how to scrape a given web page using htmlagilitypack library. It is a .NET code library that allows you to parse "out of the web" HTML files. It can be downloaded @ http://htmlagilitypack.codeplex.com/
In this Tutorial, i will read my own web site http://savebigbucks.ca that offers daily deals in Canada.
Here is code snippet that reads the web page. 1:string re... »»»
|
|
4
proggs |
Monday, August 16, 2010 7:48:18 AM GMT
Sunday, August 15, 2010 6:58:10 AM GMT
Microsoft Virtual Techdays is back . It is one of the India’s premier online technical event and this time its the 9th Edition and will be held from August 18-20 , 2010 .
The Microsoft’s Virtual Techdays is an Online event and will have about 30 sessions everyday and is completely FREE.
The tracks are categorized by targetting Developers , IT / In... »»»
|
|
3
proggs |
Tuesday, August 10, 2010 12:36:39 PM GMT
Friday, August 06, 2010 6:01:05 PM GMT
Будь то текстуры, кисти для фотошопа или иконки, мы любим находить среди них лучшие и бесплатные. Ради сохранения вашего времени здесь уже собрана подборка из 20 лучших, бесплатных шрифтов.
Скачать их можно, кликнув по названию шрифта. Для установки нужно распокавать их в папку *\Windows\Fonts01 BASE »»»
|
|
4
proggs |
Monday, July 19, 2010 2:14:00 PM GMT
Monday, July 12, 2010 4:26:47 PM GMT
I have an habit of calling the Visual Studio by its Code name ,but was recently struck with how i call the Visual Studio 2010 with the Code names .
I read in an article that the Codename of Visual Studio 2010 was Hawaii and kept calling it the same , but only recently i found that the name is different as mentioned in Wiki .
Here’s a little information of the Codename of other .NET related technl... »»»
|
|
5
proggs |
Friday, July 16, 2010 6:16:46 AM GMT
Thursday, July 15, 2010 6:00:27 PM GMT
The Microsoft’s ADO.NET team has released the latest Entity Framework Feature CTP,which is now available for Download from the Microsoft’s Download center . Remember that Entity Framework 4 was released together with Visual Studio 2010 in April 2010 »»»
|
|
4
proggs |
Monday, July 12, 2010 8:07:52 AM GMT
Friday, July 09, 2010 2:24:47 PM GMT
In this article, i will examined how to build twitter app using TweetSharp. Tweetsharp library is available at codeplex here.
Here is a code that searches Twitter using TweetSharp. 1:using TweetSharp.Twitter.Fluent;
2:using TweetSharp.Twitter.Extensions;
3:using TweetSharp.Twitter.Model;
4:
5: var qry = FluentTwitter.CreateRequest()
6: .Search().Query()
7: .Containing("#Toronto OR #Canada").Take(20).AsJson();
8:
... »»»
|
|
5
proggs |
Saturday, July 10, 2010 5:03:18 PM GMT
Thursday, July 08, 2010 1:47:38 PM GMT
Mono Touch is a .NET Libary which allows the C# developers to write code in .NET and that runs on IPhone OS .The iPhone Development now offers the hot opportunity for .NET developers too.
MonoTouch offers the .NET developers to create Apple iPhone and iPad applications.
Seems like one doesn’t need to learn the Objective-C , the native language for ... »»»
|
|
5
proggs |
Saturday, July 10, 2010 3:49:17 AM GMT
Sunday, July 04, 2010 3:55:41 PM GMT
The Webinar Silverlight Behaviors will cover the topics related to behaviors related to the animations , navigation etc in silverlight .... »»»
|
|
6
proggs |
Sunday, July 04, 2010 3:39:09 PM GMT
Thursday, July 01, 2010 7:05:52 PM GMT
Microsoft’s Codeplex has released the Windows Phone 7 Action Pack , a set of tools aimed at improving the velocity of development for Windows Phone 7 Development .
This includes several usefulExtension MethodsControlsActionsBehaviours
The action packs goals are simple to bring in to expression blend for design time usage as many as possible of the underlying elements of t... »»»
|
|
7
proggs |
Thursday, July 01, 2010 7:19:58 AM GMT
Tuesday, June 29, 2010 5:53:14 PM GMT
Brian Keller, Evangelist from Microsoft recently announced the availability of RTM version of the Visual Studio 2010 virtual machine which included sample data and hands-on-labs in his blog.
The Visual Studio 2010 RTM version Virtual Machine is available for Download from the following linksMicrosoft Visual Studio 2010 and Team Foundation Server 2010 RTM virtual machine for... »»»
|
|
6
proggs |
Sunday, June 27, 2010 10:46:54 AM GMT
Saturday, June 26, 2010 4:15:04 PM GMT
When a setup file is created in Visual Studio 2010 and when we run the installation , it might result in the following error mesage: “The folder path ‘.’ contains an invalid character” . Similar to the screenshot shown below.
To Solve the error , follow the following steps.
1. Go to the Solution Explorer in the Visual Studio 2010 .
2. Select your setup project , go to the properties... »»»
|
|
5
proggs |
Tuesday, June 22, 2010 9:10:06 AM GMT
Saturday, June 19, 2010 12:36:55 PM GMT
The Type1 format where 256 characters are assigned to keys on our keyboard, is becoming a thing of the past. We now design and produce OpenType fonts which can consist of thousands of characters — additional ligatures, various figure sets, small caps, stylistic alternates, … — referred to as glyphs. With these many sets of glyphs integrated in a single font, we are faced with the challenge of including definitions instructing the applications we’re using when to show which glyph. Simply ad... »»»
|
|
7
proggs |
Monday, June 21, 2010 1:49:54 PM GMT
Friday, June 18, 2010 5:32:12 PM GMT
The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos that introduces or helps one to learn about Visual Studio 2010 features .
The June 2010 Release of the Visual Studio 2010 and .NET Framework 4 Training Kit is now available for download .
This covers some of the intro. topics likeNew features in Visual Studio 2010New features in C# 4 and Visual ... »»»
|
|
6
proggs |
Saturday, June 19, 2010 6:49:45 PM GMT
Thursday, June 17, 2010 5:28:13 PM GMT
MonoDevelop 2.4 – the Mono IDE for developing .NET and Mono Applications on multiple platforms is released .
The MonoDevelop 2.4 brings the following features :Improved UI Support ASP.NET MVC, Silverlight etc.Support for WCF references.
... »»»
|
|
9
proggs |
Wednesday, June 09, 2010 7:40:03 AM GMT
Sunday, June 06, 2010 9:25:15 AM GMT
"He Chose Poorly" was the first thing I thought when I saw the font rendering in a metro-themed WPF4 application I looked at the other day. (Metro is the name of the Zune/Windows Phone 7 user experience style). The application was really sweet, but suffered from some crummy font rendering. »»»
|
|
9
proggs |
Tuesday, June 08, 2010 12:59:56 PM GMT
Saturday, June 05, 2010 10:17:53 PM GMT
Здесь представлена коллекции я бесплатных .NET Framework и Visual Studio постеров. .NET Framework постеры можно прикрепить к стене в качестве шпаргалки для поиска описания важных классов и связей в . NET Framework. Visual Studio постеры помогут повысить производительность при выполнении ряда задач в Visual Studio IDE. »»»
|
|
5
proggs |
Tuesday, April 27, 2010 6:21:26 PM GMT
Sunday, April 25, 2010 1:34:49 PM GMT
On April 8, 2010, Mozilla, Opera and Microsoft submitted the WOFF File Format 1.0 specification to the W3C. The submission was published on Monday, April 19 at http://www.w3.org/Submission/2010/03/.
Browser vendors and a growing number of type foundries now agree on a common encoding format for web fonts, thus closing an era of cross-browser incompatibility that began when IE4 and Netscape 4 first added support for downloadable fonts in 1997.
At the time, both Micr... »»»
|
|
5
proggs |
Sunday, April 25, 2010 6:41:53 AM GMT
Saturday, April 24, 2010 5:38:15 PM GMT
Windows Mobile is a platform for running applications on mobile devices built on top of WINCE 5.0 .
There are 3-different platforms available
Windows mobile standard targetting the the Non touchscreen devices .
Windows Mobile Professional targetting the touch screen devices .
Windows Mobile Classic - Similar to Windows Mobile Professional but without the phone functionaliti... »»»
|
|
4
proggs |
Wednesday, March 31, 2010 5:52:31 PM GMT
Tuesday, March 30, 2010 4:52:48 PM GMT
Recently I started exploring Silverlight and it has some cool features that i would like to share. In this article i will demonstrate how to specify transformations in Silverlight with TranslateTransform, ScaleTransform, RotateTransform, SkewTransform and MatrixTransform.TranslateTransform: Moves an object by a specified X and Y positions where X represents horizontal position and Y represents vertical position. Here is a sample that will render Ellipse and TextBlock using TranslateTransform. »»»
|
|
5
proggs |
Monday, March 29, 2010 6:41:41 AM GMT
Friday, March 26, 2010 2:33:32 PM GMT
In this article, i will examined how to integrate Microsoft Bing Search engine on your site. First, you would have to get APPID from Microsoft site. Here is a link.
In next step, in your project add the following web reference.
http://api.search.live.net/search.wsdl?AppID=YourAppId
Here is code snippets to make a call in c#.
1: LiveSearchService service = new LiveSearchService();
2: SearchRequest request = new SearchRequest();
3:
4: request.AppId = "YOUR APPID";
5: request..... »»»
|





