A while back I was involved in developing a web site for a Domain and Hosting reseller. In that project I needed to create a “Find A Domain” section in which the customer could check to see if a domain name exists.
I made a exhaustive research and figured out that each Who is server maintains [...]
Posts Tagged ‘Query’
Querying WHOIS datbases int ASP.NET
Posted in ASP.NET, C#, tagged 43, asp.ent, C#, Dtabase, get, google, microsoft, microsoft.com, port, post, Query, server, tcp/ip, web service, webservice, Whois on October 13, 2008 | Leave a Comment »
Speed up Linq to Sql with compiled queries
Posted in C#, SQL SERVER, tagged C#, Compile, Compiled Query, Linq, Linq to sql, Performance, Query, SQL on August 15, 2008 | 2 Comments »
There is no doubt that tehre are some drawbacks to Linq to Sql. One of them is that the Sql statement is built dynamically so it is needed to be parsed and compiled each time you run it. Fortunately .Net 3.5 has a solution for this problem. System.Data.Linq namespace includes a class named CompiledQuery which [...]