Category Archives: ASP.Net

How find all the types implemented by an interface

Here is code snippet which helps to find all the types from an assembly, which is implemented from a specific interface. And here is the same which is implemented by lambda expressions. Happy Coding

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, ASP.Net | Tagged , , , , , | Leave a comment

How to upload file using HttpWebRequest class

If you are developing applications to communicate with HTTP Rest based APIs you may require to upload files using HttpWebRequest class. One of the best example is TwitPic.com API; this site allows you to host images using Twitter credentials. You … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Windows Forms | Tagged , , , , | 6 Comments

Silverlight in Sharepoint (WSS 3.0)

Recently I got an assignment to integrate Silverlight to WSS 3.0, in Sharepoint Foundation(WSS 4.0) there is an out of the box web part available to do the integration. Instead of using that, in this post I am creating a … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, sharepoint | Tagged , , , , , | 2 Comments

Creating a WebPart using Visual Web Developer Express

Recently I installed the WSS 3.0 in my machine. In this post I am talking about how to develop a web part using Visual Web Developer express, which can be deployed in WSS 3.0. From ASP.Net 2.0 onwards WSS Sharepoint … Continue reading

Posted in .Net, .Net 4.0, ASP.Net, sharepoint | Tagged , , , , | Leave a comment

WebMatrix Beta 2

WebMatrix is package of tools you need to build Web sites using Windows. It includes IIS Developer Express (a development Web server), ASP.NET (a Web framework), and SQL Server Compact (an embedded database). It streamlines Web site development and makes … Continue reading

Posted in .Net, .Net 4.0, ASP.Net, Miscellaneous | Tagged , , , | Leave a comment