Archive for the ‘Articles’ Category

My first artile on CodeGain.com - Custom Membership provider for SharePoint

www.codegain.com is new for me. I thought I must post my next article there as I liked the name ‘CodeGain’
Click here to read this article article
My intention for this article was to provide a kick start for the SharePoint developers to write a Custom Provider for their database. You should be able to:

Use [...]

Leave a Comment

CodeProject Article: Bing API in Action with C#

My latest article BING API in Action - C# is available at CodeProject.
URL: http://www.codeproject.com/KB/cs/BingAPI.aspx
Related old blog post: http://blog.ninethsense.com/bing-api-in-action-search-with-c/
VN:F [1.1.6_502]Rating: 3.0/5 (3 votes cast)

Leave a Comment

Article: Make your Skype Bot in .NET

My latest article “Make your Skype Bot in .NET” is available for reading at CodeProject. This article is intended for beginners.
Read: http://www.codeproject.com/KB/cs/SkypeBot.aspx
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Article: Flex HTTPService with ASP.NET

My new article Flex HTTPService with ASP.NET posted to CodeProject.
Read it now
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Types of Tests in Visual Studio

Here are some quick information on different types of tests available in Visual Studio Team System 2008.

Unit Test – is a test which is coded with Visual C# or Visual Basic or Visual C++. Basically a unit test calls methods used in your project by passing the required parameters and verifies the return value.
Load [...]

Leave a Comment

Agile Software Development

Agile Software Development is said to be today’s methodology. The modern definition was started around 1990.  It is pretty an old term now but would like to say something about it since it is now a big trend in Software Industry. I hope this will be good for beginners at least.
Agile Software Development is a [...]

Comments (1)

Persist selections on Infragistics WebDataGrid paging

Applies to:
Infragistics NetAdvantage .NET CLR 3.x
Assembly: Infragistics35.Web.v8.3
Runtime Version: v2.0.50727
Version: 8.3.20083.2039
Visual Studio 2008
ASP.NET 3.5, C#
 
Infragistics components helps us to develop stylish applications with nice functionalities. But still requirements are very wide and sometimes we will not get what we need. In that times, we will need to implement our own ways to fulfill the requirements.
We cannot [...]

Leave a Comment