Dotnet

WCF to ASP.NET Web API Members Public

Windows Communication Foundation(WCF) brought around a unified programming model for building service oriented application.All the previous technologies that was used to build services like MSMQ, remoting, ASMX Web Services,all came under one umbrella. WCF had embraced SOAP,moving away from the restful web giving all sorts of

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

An enterprise IT project experience Members Public

It's not been that long that I've been into the IT servicing industry.But still the learning curve I've had during the  past few years has been dramatic.The first time I was put into a 'live client facing project' was almost

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

C# google image search Members Public

Need not much of an explanation I guess. The title has it all.... ....a C# API for searching images from google. Works on Regex for matching the image URL from the HTML returned for the image tag search.This might stop working anytime google changes the formatting. Even the current

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

Synchronize SQL Server database objects Members Public

Updating an old database, with newly created/modified database objects(mostly stored procedures,views,functions and table value parameters), from a new database was a very common,tedious,error prone task that was performed at my workplace for the past few months.This came up with the client requesting to

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

Not Able to “Start Debugging” in Visual Studio Members Public

Quite a few days back,I faced a peculiar problem :).Visual Studio was not having the green play button(the one for Start Debugging) enabled.No way was I able to start debugging. Google gave many suggestions,none was of help. I soon found out that,in Startup Projects(From

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

FxCop Custom Naming Rules Members Public

Recently I had started using FxCop,which is a wonderful code analysis tool.Soon after getting into it,I felt the need of rules specific to my requirements and standards.One such need was in the area of 'Naming of Variables'. Every project/organization might have their own

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet