Blog Detail
.NET Framework developer's tips
http://a-kicker-n.blogspot.com/
This blog dedicated to developing of windows applications, web applications, web services on Microsoft .NET Framework platform. Here are discussed questions about ASP.NET, AJAX, Silverlight, DotNetNuke, LINQ, JavaScript, ADO.NET ets.
Recent Posts
How to increase sound level using C#
To increase sound level using C# first of all you should add line:using System.Runtime.InteropServices;to allow using COM Interop in your class.Next we derlare two functions from an unmanaged DLL: [DllImport("winmm.dll")] public static exte...
Capture Sound and save into wav or mp3 file .NET C# example
It's surprising that there are no components for sound capturing in .NET Framework 3.5. Even designers of WPF and Silverlight 2.0 were focused on graphics so deeply, that they forgot about applications recording sound from user's microphone. It is sa...
How to get data from Firebird database using MS SQL Server stored procedure
In solving one of the tasks (рассчет автокредита) I needed an opportunity to perform stored procedure of SQL Server 2005, to receive data from the FireBird database. Typically stored procedure in T-SQL can not do this, so I wrote a ...
How to connect to SQL Server 2008 using 2005
While supporting the website калькулятор на автокредит I encountered a problem when I use SQL Server Management Studio in SQL Server 2005 to connect to an instance of SQL Server 2008. To solve this problem, I installed Microso...
How to sort the hierarchical recursive query in SQL Server 2005
In SQL Server 2005 was an innovation in the form of CTE (common table expressions), which enables the hierarchical recursive queries to the database. While designing the web site автокредит на автомобиль I have a challenge: to d...
How to disable passing of HTTP header "Expect: 100-continue" using HttpWebRequest in .NET Framework in C#?
How to disable passing of HTTP header "Expect: 100-continue" using HttpWebRequest in .NET Framework in C#?По умолчанию, при выполнении веб-запроса, используя класс HttpWebRequest, .NET Framework до...


Nice Blog with good article, i like it and hopeit is usefull for all reader either professional or begginer.Thanks!
Posted: May 27th, 2009 | More Reviews From rajiiv | Report This Comment