User Koistya Navin - Stack Overflowmost recent 30 from stackoverflow.com2009-12-19T19:27:45Zhttp://stackoverflow.com/feeds/user/82686http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/734525/getting-started-with-f/734536#73453670Answer by Koistya Navin for Getting started with F#Koistya Navin2009-04-09T14:42:16Z2009-12-14T04:41:33Z<h3>Entry point is here -> <a href="http://msdn.microsoft.com/en-us/fsharp/" rel="nofollow">Microsoft F# Developer Center</a></h3>
<p>Download and install the latest version of F#, create new F# console application program in Visual Studio and play with it (for example, by generating Fibonacci numbers)</p>
<h3>Quick Links:</h3>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b55f0532-ac3c-4106-918c-5586a953a7da" rel="nofollow">Download the F# October 2009 CTP</a>(<a href="http://blogs.msdn.com/dsyme/archive/2009/10/19/visual-studio-2010-beta2-with-f-is-now-available-plus-matching-f-ctp-update-for-vs2008.aspx" rel="nofollow">release info</a>)</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7bb32f32-9fac-4f34-ad56-b0bda130cf00" rel="nofollow">Download the F# May 2009 CTP</a> (<a href="http://blogs.msdn.com/dsyme/archive/2009/05/20/visual-studio-2010-beta1-with-f-is-now-available-plus-matching-f-ctp-update-for-vs2008.aspx" rel="nofollow">release info</a>)</li>
<li><a href="http://msdn.microsoft.com/en-us/fsharp/cc835246.aspx" rel="nofollow">Learn F#</a></li>
<li><a href="http://research.microsoft.com/fsharp/manual/spec2.aspx" rel="nofollow">The F# Language Specification</a> (<a href="http://research.microsoft.com/fsharp/manual/spec.pdf" rel="nofollow">PDF</a>)</li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd233154%28VS.100%29.aspx" rel="nofollow">MSDN docs for F# in VS2010 Beta2</a></li>
<li><a href="http://research.microsoft.com/en-us/um/cambridge/projects/fsharp/manual/namespaces.html" rel="nofollow">F# library docs</a></li>
<li><a href="http://research.microsoft.com/fsharp/fsharp.aspx" rel="nofollow">F# Microsoft Research Site</a></li>
<li><a href="http://en.wikibooks.org/wiki/Programming%3AF%5FSharp" rel="nofollow">F# Programming</a> at Wikibooks (there are lots of samples)</li>
<li><a href="http://en.wikipedia.org/wiki/F%5FSharp%5Fprogramming%5Flanguage" rel="nofollow">F# Programming Language</a> at Wikipedia</li>
<li><a href="http://www.codeplex.com/site/search?TagName=F%23" rel="nofollow">F# Projects at CodePlex</a></li>
<li><a href="http://code.msdn.microsoft.com/Project/ProjectDirectory.aspx?TagName=F%23" rel="nofollow">F# Code Samples at MSDN</a></li>
<li><a href="http://cs.hubfs.net/forums/" rel="nofollow">F# Forums</a></li>
<li><a href="http://feeds.feedburner.com/planet%5Ffsharp" rel="nofollow">F# Community Blogs</a></li>
</ul>
<h3>Blogs</h3>
<ul>
<li><a href="http://blogs.msdn.com/dsyme/" rel="nofollow">Don Syme</a></li>
<li><a href="http://strangelights.com/blog/" rel="nofollow">Robert Pickering</a></li>
<li><a href="http://cs.hubfs.net/blogs/default.aspx" rel="nofollow">hubFS</a></li>
<li><a href="http://fsharpnews.blogspot.com/" rel="nofollow">F# News</a></li>
<li><a href="http://tomasp.net/blog/" rel="nofollow">Tomas Petricek</a></li>
<li><a href="http://lorgonblog.spaces.live.com/blog/" rel="nofollow">Brian McNamara</a></li>
</ul>
<h3>Videos:</h3>
<ul>
<li><a href="http://channel9.msdn.com/pdc2008/TL11/" rel="nofollow">An Introduction to Microsoft F#</a></li>
<li><a href="http://channel9.msdn.com/posts/martinesmann/Don-Syme-FSharp-and-functional-programming-in-NET/" rel="nofollow">Don Syme (talk and demo of F#)</a></li>
<li><a href="http://channel9.msdn.com/posts/Dan/C9-Bytes-Data-Visualization-and-FSharp-with-Luke-Hoban/" rel="nofollow">C9 Bytes: Data Visualization and F# with Luke Hoban</a></li>
<li><a href="http://channel9.msdn.com/posts/Charles/Don-Syme-Whats-new-in-F-Asynchronous-Workflows-and-welcome-to-the-NET-family/" rel="nofollow">Don Syme: What's new in F# - Asynchronous Workflows (and welcome to the .NET family!)</a></li>
<li><a href="http://channel9.msdn.com/posts/Charles/Luke-Hoban-Latest-version-of-F-Released-Whats-the-story-Whats-next/" rel="nofollow">Luke Hoban on Channel9</a></li>
<li><a href="http://channel9.msdn.com/Search/Default.aspx?Term=F%23&Type=c9" rel="nofollow">More...</a></li>
</ul>
<h3>Hello World Samples:</h3>
<p><a href="http://fsharpdotnet.com/" rel="nofollow">Sample 1</a>, <a href="http://www.fsharphelp.com/HelloWorld.aspx" rel="nofollow">Sample 2</a>, <a href="http://sharp-gamedev.blogspot.com/2008/09/hello-world.html" rel="nofollow">Sample 3</a>, <a href="http://techiethings.blogspot.com/2009/02/f-hello-world.html" rel="nofollow">Sample 4</a>, <a href="http://mbishop.esoteriq.org/weblog/?p=7" rel="nofollow">Fibonacci Numbers</a></p>
<h3>Good Books:</h3>
<ul>
<li><a href="http://rads.stackoverflow.com/amzn/click/1590597575" rel="nofollow">Foundations of F# (Expert's Voice in .Net)</a> by Robert Pickering (May, 2007)</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1590598504" rel="nofollow">Expert F# (Expert's Voice in .Net)</a> by Don Syme (Dec, 2007)</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1430223898" rel="nofollow">Beginning F#</a> by Robert Pickering (coming)</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0470242116" rel="nofollow">F# For Scientists</a> by Dr Jon Harrop (Aug, 2008)</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1430224312" rel="nofollow">The Definitive Guide to F#</a> by Don Syme (coming)</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1933988924" rel="nofollow">Real World Functional Programming</a> by Tomas Petricek </li>
<li><a href="http://oreilly.com/catalog/9780596153656" rel="nofollow">Programming F#</a> by Chris Smith (Oct, 2009)</li>
</ul>
<h3>Code Sample:</h3>
<pre><code>// tell that we want to use light syntax
#light // this is the default in May 2009 update, so no longer needed
// C# :
// using System;
open System
// say hello wrold
printfn "Hello, World! What is your name, user?"
// C# :
// var name = Console.ReadLine();
let name = Console.ReadLine()
// C# :
// public delegate void SaySomethingDelegate(string toWho);
// SaySomethingDelegatesayHello =
// who => Console.WriteLine("Hello, {0}!", who);
let sayHello who = printfn "Hello, %s!" who
// hi
sayHello name
// you can using .NET Framework classes and methods:
let sayHelloDotNet who = Console.WriteLine(
"Hello from F# via .Net, " + name + "!")
// hello again!
sayHelloDotNet name
// let's count Fibonacci
let rec fib i =
match i with
| 1 | 2 -> 1
| i -> fib(i-1) + fib(i-2)
// result
printfn "%i" (fib 20)
</code></pre>
<p>Note that there is also a "getting started" small sample as a 'tutorial' project template inside Visual Studio.</p>
<h3>Tools needed:</h3>
<p>If you want F# integrated into Visual Studio, then you either need a non-express version of VS2008, or the VS2008 shell (integrated mode; this component is also a <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=40646580-97FA-4698-B65F-620D4B4B1ED7" rel="nofollow">free download</a>, linked from the F# download page).</p>
http://stackoverflow.com/questions/690766/vss-or-svn-for-a-net-project/690771#69077127Answer by Koistya Navin for VSS or SVN for a .Net Project?Koistya Navin2009-03-27T17:42:39Z2009-12-10T15:44:52Z<p>SVN is more popular than VSS and has lot's of advantages. VSS is old and outdated.</p>
<ul>
<li><a href="http://www.subversionary.org/propaganda/why-not-vss" rel="nofollow">Why Not VSS</a></li>
<li><a href="http://www.highprogrammer.com/alan/windev/sourcesafe.html" rel="nofollow">Visual SourceSafe: Microsoft's Source Destruction System</a></li>
<li><a href="http://www.codinghorror.com/blog/archives/000660.html" rel="nofollow">Source Control: Anything But SourceSafe</a></li>
<li><a href="http://www.developsense.com/testing/VSSDefects.html" rel="nofollow">Visual SourceSafe Version Control: Unsafe at any Speed?</a></li>
</ul>
<p>Many developers nowdays are moving from VSS to SVN. If you will search for "SVN" and "VSS" in Google, it will show you lots of articles related to <a href="http://www.google.com/search?q=VSS+to+SVN+migration" rel="nofollow">VSS to SVN migration</a>.</p>
<ul>
<li>VSS's lock-modify-unlock model makes collaboration on rapidly-changing files a major headache. Plus the overhead of needing an admin to unlock files that someone has checked out while they're on vacation.</li>
<li>With VSS, it's not a question of if you'll lose data - it's WHEN. Your source repository is supposed to be a rock - if a developer's workstation crashes, you should only have lost HIS changes. You shouldn't lose random files and data from the repository</li>
<li>VSS hasn't been maintained by MS in over 6 years. Can you even get support for it anymore?</li>
<li>Depending on your backup tools, you may not be able to get a complete backup of your VSS repository if you have just one person left logged into the server (meaning they left their dev tools open, or left the VSS client running).</li>
<li>VSS requires that all users have nearly full control, at the filesystem level (NTFS permissions), of the files that make up the repository.</li>
<li>There is no good, usable, easily available published API for VSS and 3rd-party tools are weak for the most part.</li>
<li>Merging sucks in VSS.</li>
<li>VSS: If you have developers spread across multiple timezones, the very act of both of them checking in can corrupt the database if they check in too close together, in the wrong order. </li>
</ul>
<p>Now, this isn't to say that Subversion is faultless - there are certainly things it could do better, and things it doesn't do at all. But all the people who worked with VSS and SVN most likely will never come back to VSS.</p>
<p><hr></p>
<p>If you will choose SVN. Here is a list of tools you may need:</p>
<ul>
<li><strong><a href="http://ankhsvn.open.collab.net/" rel="nofollow">AnkhSVN</a></strong> is a Subversion SourceControl Provider for Visual Studio.</li>
<li><strong><a href="http://rapidsvn.tigris.org/" rel="nofollow">RapidSVN</a></strong> is a cross-platform Subversion client.</li>
<li><strong><a href="http://tortoisesvn.net/" rel="nofollow">TortoiseSVN</a></strong> is an easy to use SCM / source control software for Microsoft Windows and maybe the best standalone Subversion client there is.</li>
<li><strong><a href="http://www.visualsvn.com/visualsvn/" rel="nofollow">VisualSVN</a></strong> is a Visual Studio plug-in that integrates Subversion and TortoiseSVN seamlessly with Visual Studio.</li>
<li><strong><a href="http://www.visualsvn.com/server/" rel="nofollow">VisualSVN Server</a></strong> is a package that contains everything you need to install, configure and manage Subversion server for your team on Windows platform. It includes Subversion, Apache and a management console.</li>
</ul>
<p><hr></p>
<p>Here is a great book on this subject: <a href="http://rads.stackoverflow.com/amzn/click/0596510330" rel="nofollow">Version Control with Subversion</a> by C Pilato </p>
<p><img src="http://ecx.images-amazon.com/images/I/51iwjNGkQdL.%5FBO2,204,203,200%5FPIsitb-sticker-arrow-click,TopRight,35,-76%5FAA240%5FSH20%5FOU01%5F.jpg" alt="Version Control with Subversion"></p>
<p><hr></p>
<p>Another good alternative to VSS and SVN is <a href="http://www.sourcegear.com/fortress/" rel="nofollow">SourceGear Fortress</a> which has Issue Tracking system in addition to source control - all in one. Or <a href="http://www.sourcegear.com/vault/" rel="nofollow">SourceGear Vault</a> - source control only. Also there is <a href="http://www.dynamsoft.com/Products/Products.aspx" rel="nofollow">SourceAnyWhere</a> solution. If you need Microsoft solution than go with TFS instead of VSS.</p>
http://stackoverflow.com/questions/724826/javascript-tips-and-tricks-javascript-best-practices7JavaScript Tips and Tricks; JavaScript Best PracticesKoistya Navin2009-04-07T09:34:29Z2009-11-19T02:45:44Z
<p>Please, share your tips and tricks related to JavaScript coding. The ones which make code more elegant and faster.</p>
<p><strong>See also:</strong> </p>
<ul>
<li><a href="http://stackoverflow.com/questions/61088/hidden-features-of-javascript">http://stackoverflow.com/questions/61088/hidden-features-of-javascript</a></li>
</ul>
http://stackoverflow.com/questions/709429/asp-net-mvc-best-practices-tips-and-tricks40ASP.NET MVC Best Practices, Tips and TricksKoistya Navin2009-04-02T12:03:55Z2009-10-27T13:54:10Z
<p>Please, share your ideas which could serve as <strong>best practices</strong> or <strong>guidelines</strong> for creating <strong>ASP.NET MVC</strong> web applications. These ideas and/or coding samples should be relevant to ASP.NET MVC application creation itself and not to TDD or similar practices.</p>
<h3>Other resources:</h3>
<ul>
<li><a href="http://weblogs.asp.net/rashid/archive/2009/04/01/asp-net-mvc-best-practices-part-1.aspx" rel="nofollow">ASP.NET MVC Best Practices (Part 1)</a> by Kazi Manzur Rashid</li>
<li><a href="http://weblogs.asp.net/rashid/archive/2009/04/03/asp-net-mvc-best-practices-part-2.aspx" rel="nofollow">ASP.NET MVC Best Practices (Part 2)</a> by Kazi Manzur Rashid</li>
</ul>
http://stackoverflow.com/questions/701354/asp-net-website-installs-updates/701391#7013915Answer by Koistya Navin for ASP.NET Website installs/updatesKoistya Navin2009-03-31T14:56:38Z2009-07-27T09:39:14Z<h2>Option 1. Create web application installation package</h2>
<p>Use <strong>Web Setup Project</strong> for creating a web application installation package (.msi) </p>
<p><a href="http://msdn.microsoft.com/en-us/library/19x10e5c%28VS.71%29.aspx" rel="nofollow">Creating or Adding a Setup Project</a> at MSDN</p>
<p>You can create your installation the way it will offer user an <strong>Upgrate option</strong> of your application if it's already installed on his or her machine. That's not a problem.</p>
<p><strong>Alternatives</strong> to Web Setup Project (all of them can handle upgrade scenarios):</p>
<ul>
<li><a href="http://www.wise.com/Products/Installations/WiseInstallationStudio.aspx" rel="nofollow">Wise Installation Studio</a></li>
<li><a href="http://www.acresso.com/products/is/installshield-overview.htm" rel="nofollow">InstallShield</a></li>
<li><a href="http://nsis.sourceforge.net/" rel="nofollow">Nullsoft Scriptable Install System</a> - this one is free and open source</li>
</ul>
<h2>Optoin 2. Deploy web application on the server</h2>
<p>You can use <strong><a href="http://nant.sourceforge.net/" rel="nofollow">NAnt</a></strong> or <strong><a href="http://msdn.microsoft.com/en-us/library/wea2sca5.aspx" rel="nofollow">MSBuild</a></strong> or <strong><a href="http://www.iis.net/extensions/WebDeploymentTool" rel="nofollow">IIS Web Deployment Tool</a></strong> for these tasks automation.</p>
<p>For example with NAnt of MSBuild you could specify tasks like these:</p>
<ul>
<li>get project files from source repository</li>
<li>update .config file and maybe some other files if needed</li>
<li>compile you web application</li>
<li>update registry settings on the server</li>
<li>update database schema on the server</li>
<li>synchronize files (x-copy) between you build folder to IIS web folder</li>
</ul>
<p><a href="http://blogs.iis.net/msdeploy/" rel="nofollow">Web Deployment Blog</a></p>
<h2>Option 3. Distribute your web applications via Web Plafrom Installer.</h2>
<p><a href="http://www.microsoft.com/web/" rel="nofollow">http://www.microsoft.com/web/</a></p>
http://stackoverflow.com/questions/1116612/editable-through-admin-panel-website-templates-html-css-js-good-or-bad0Editable through admin panel website templates (HTML, CSS, JS..) Good or bad?Koistya Navin2009-07-12T18:29:52Z2009-07-13T23:18:41Z
<p>This question is for web developers and architects.</p>
<p>How do you think is it a good or bad idea to have a website where you're able to edit all the templates (HTML, CSS, JS, images..) right from the admin panel?</p>
<p>In this case if you update website often, you don't need to search for a local version of your website on you development machine, search for a specific page, make modifications, commit it to source control server, make deployment.. Instead, all you need is just right click on the page or any element on this page, click Edit, update a piece of HTML and click SAVE - 30 seconds maximum - all from your browser ;)</p>
<p>You still can have version control system with this approach and rollback any template which was modified by mistake by 2 mouse clicks on a website.</p>
<p>I personally like this approach and need to know your opinion. So what do you think?</p>
<p>Note, we are talking about big websites which have to be updated often, multilingual ones etc.</p>
<p>Realworld web-applications which use this approach:</p>
<ul>
<li>Wordpress</li>
<li>vBulletin</li>
</ul>
http://stackoverflow.com/questions/692673/the-best-news-feeds-for-web-developers-rss10The Best News Feeds for Web Developers, RSSKoistya Navin2009-03-28T12:04:26Z2009-04-22T20:39:48Z
<p>To all of you great web applications developers. Please, share where do you grab the latest news on this subject: cool blogs, articles, podcasts etc. related to web-based applications development. Help to rate those resouces from the most interesting to least.</p>
<p><strong><em>Note</strong>: It's OK if you list sources which someone else already mentioned, unless your list is exactly the same. Comments are welcomed.</em></p>
<p>This list could look similar to this one:</p>
<ul>
<li><p><strong><a href="http://www.nettuts.com/" rel="nofollow">NET TUTS+</a></strong> ( <a href="http://feeds.feedburner.com/nettuts" rel="nofollow">RSS</a> )<br />
Alexa Rank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/nettuts.com" rel="nofollow">125k</a> </p></li>
<li><p><strong><a href="http://www.sitepoint.com/recentarticles/" rel="nofollow">SitePoint</a></strong> ( <a href="http://www.sitepoint.com/recent.rdf" rel="nofollow">Articles RSS</a> | <a href="http://feeds.pheedo.com/sitepoint%5Fblogs%5Ffeed" rel="nofollow">Blogs RSS</a> )<br />
Alexa Rank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/sitepoint.com" rel="nofollow">4k</a> </p></li>
<li><p><strong><a href="http://weblogs.asp.net" rel="nofollow">ASP.NET</a></strong> ( <a href="http://weblogs.asp.net/MainFeed.aspx" rel="nofollow">Blogs RSS</a> ) - ASP.NET<br />
Alexa Rank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/asp.net" rel="nofollow">3.5K</a> </p></li>
<li><p><strong><a href="http://thinkvitamin.com/" rel="nofollow">ThinkVitamin</a></strong> ( <a href="http://feeds.feedburner.com/vitaminmasterfeed" rel="nofollow">RSS</a> )<br />
Alexa Rank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/ThinkVitamin.com" rel="nofollow">64k</a> </p></li>
<li><p><strong><a href="http://www.alistapart.com/" rel="nofollow">A LIST apart</a></strong> ( <a href="http://www.alistapart.com/feed/rss.xml" rel="nofollow">RSS</a> )<br />
Alexa Rank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/alistapart.com" rel="nofollow">63k</a></p></li>
<li><p><strong><a href="http://aspnet.4guysfromrolla.com/" rel="nofollow">4 Guys from Rolla.com</a></strong> ( <a href="http://aspnet.4guysfromrolla.com/rss/rss.aspx" rel="nofollow">RSS</a> ) - ASP.NET<br />
Alexa Rank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/4guysfromrolla.com" rel="nofollow">34k</a></p></li>
<li><p><strong><a href="http://www.west-wind.com/Weblog/" rel="nofollow">Rick Strahl's Web Log</a></strong> ( <a href="http://feedproxy.google.com/rickstrahl" rel="nofollow">RSS</a> ) - ASP.NET<br />
Alexa Rank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/west-wind.com" rel="nofollow">46k</a></p></li>
<li><p><strong><a href="http://www.haacked.com/" rel="nofollow">Haacked.com</a></strong> ( <a href="http://feeds.haacked.com/haacked" rel="nofollow">RSS</a> ) - ASP.NET<br />
Alexa Rank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/haacked.com" rel="nofollow">50k</a></p></li>
<li><p><strong><a href="http://www.jankoatwarpspeed.com/" rel="nofollow">Janko at Wrap Speed</a></strong> ( <a href="http://feeds.feedburner.com/JankoAtWarpSpeed" rel="nofollow">RSS</a> ) - UI Design<br />
Alexa Rank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/jankoatwarpspeed.com" rel="nofollow">60k</a></p></li>
<li><p><strong><a href="http://www.learningjquery.com" rel="nofollow">Learning jQuery</a></strong> ( <a href="http://www.learningjquery.com/feed" rel="nofollow">RSS</a> ) - jQuery<br />
Alexa Rank: <a href="http://www.learningjquery.com/feed" rel="nofollow">148k</a></p></li>
<li><p><strong><a href="http://www.ajaxian.com/" rel="nofollow">Ajaxian</a></strong> ( <a href="http://ajaxian.com/index.xml" rel="nofollow">RSS</a> ) - JavaScript<br />
AlexaRank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/ajaxian.com" rel="nofollow">185k</a></p></li>
<li><p><strong><a href="http://meyerweb.com/" rel="nofollow">MeyerWeb</a></strong> ( <a href="http://meyerweb.com/eric/thoughts/category/tech/rss2/full" rel="nofollow">RSS</a> ) - CSS<br />
Alexa Rank: <a href="http://www.alexa.com/data/details/traffic%5Fdetails/meyerweb.com" rel="nofollow">136k</a></p></li>
</ul>
http://stackoverflow.com/questions/689943/whats-the-most-elegant-way-to-use-stored-procedures/689999#689999-1Answer by Koistya Navin for What's the most elegant way to use stored procedures?Koistya Navin2009-03-27T14:30:44Z2009-04-17T21:02:21Z<pre><code>using (var conn = new SqlConnection(ConnectionString))
using (var cmd = conn.CreateCommand())
{
cmd.CommandText = "[dbo].[Save]";
cmd.CommandType = CommandType.StoredProcedure;
cmd.Parameters.Add(new SqlParameter(
"Identity", SqlDbType.Int) { Value = item.Identity });
cmd.Parameters.Add(new SqlParameter(
"Name", SqlDbType.NVarChar, 50) { Value = item.Name });
cmd.Parameters.Add(new SqlParameter(
"Title", SqlDbType.NVarChar, 100) { Value = item.Title });
conn.Open();
cmd.ExecuteNonQuery();
}
</code></pre>
<p>Here is how it could look like with <strong>Ent Lib</strong>:</p>
<pre><code>// Note, that you don't need to specify connection string here,
// it will be automatically taken from a configuration file
var db = DatabaseFactory.CreateDatabase();
using (var cmd = db.GetStoredProcCommand("[dbo].[Save]"))
{
db.AddInParameter(cmd, "Identity", DbType.Int32, item.Identity);
db.AddInParameter(cmd, "Name", DbType.String, item.Name);
db.AddInParameter(cmd, "Title", DbType.String, item.Title);
db.ExecuteNonQuery(cmd);
}
</code></pre>
<p>You can also use SqlHelper method from Enterprise Library to simplify this syntax.</p>
<pre><code>SqlHelper.ExecuteNonQuery(connectinString,
CommandType.StoredProcedure, "[dbo].[Save]", new SqlParameter[]
{
new SqlParameter("Identity", item.Identity),
new SqlParameter("Name", item.Name),
new SqlParameter("Title", item.Title)
});
</code></pre>
http://stackoverflow.com/questions/761933/introduction-to-database-interaction-with-c/761938#7619389Answer by Koistya Navin for Introduction to database interaction with C#Koistya Navin2009-04-17T19:53:43Z2009-04-17T20:39:10Z<p>I would suggest investing your time in learning <strong>Microsoft SQL Server</strong> itself, <strong>Data Accees Application Block</strong> from <strong>Enterprise Library</strong> and <strong>ADO.NET Entity Framework</strong>.</p>
<p>Entry point for learning SQL Server is here -> <strong><a href="http://msdn.microsoft.com/en-us/sqlserver/default.aspx" rel="nofollow">SQL Server Developer Center</a></strong><br />
Entry point for learning ADO.NET is here -> <strong><a href="http://msdn.microsoft.com/en-us/data/aa937699.aspx" rel="nofollow">Learning ADO.NET</a></strong> at MSDN</p>
<p>First of all, in order to gain a good understanding of what ADO.NET is, check the links below:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/ADO.NET" rel="nofollow">ADO.NET</a> at Wikipedia</li>
<li><a href="http://en.wikipedia.org/wiki/ADO.NET%5FEntity%5FFramework" rel="nofollow">ADO.NET Entity Framework</a> at Wikipedia</li>
</ul>
<p>Learn how to write direct queries in C# to SQL Server without using any frameworks and ORM tools, then proceed to learning more advanced technologies in ADO.NET family.</p>
<p><strong>See also</strong>:</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/cc309504.aspx" rel="nofollow">Data Access Application Block</a> at MSDN</li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa697427.aspx" rel="nofollow">The ADO.NET Entity Framework Overview</a> at MSDN</li>
<li><a href="http://msdn.microsoft.com/en-us/data/aa937723.aspx" rel="nofollow">Learn ADO.NET Entity Framework</a> ("How Do I" videos and more)</li>
<li><a href="http://www.asp.net/learn/" rel="nofollow">Videos, Screencasts, Tutorials</a> at ASP.NET</li>
<li><a href="http://www.microsoft.com/sqlserver/2008/en/us/ado-net-entity.aspx" rel="nofollow">Microsoft SQL Server 2008: ADO.NET Entity Framework</a></li>
</ul>
<p>You may also want to download <strong><a href="http://www.linqpad.net/" rel="nofollow">LINQPad</a></strong>, which is perfect tool for playing with LINQ.</p>
<p>Also I suggest subscribing to ADO.NET related <strong>RSS feeds</strong>:</p>
<ul>
<li><a href="http://blogs.msdn.com/adonet/" rel="nofollow">ADO.NET Team Blog</a> at MSDN</li>
</ul>
<p>Also check existing open source projects at <a href="http://www.codeplex.com" rel="nofollow">CodePlex.com</a> which use these technologies and digg into their source codes.</p>
<p><strong>Great books</strong> on the subject for you:</p>
<ul>
<li><a href="http://rads.stackoverflow.com/amzn/click/0735626014" rel="nofollow">Microsoft SQL Server 2008 T-SQL Fundamentals</a> by Itzik Ben-gan (Oct, 2008)</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/059652028X" rel="nofollow">Programming Entity Framework</a> by Julia Lerman (Feb, 2009)</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1890774529" rel="nofollow">Murach's ADO.NET 3.5, LINQ, and the Entity Framework</a> by Anne Boehm (Mar, 2009)</li>
</ul>
http://stackoverflow.com/questions/761150/how-does-the-in-predicate-work-in-sql/761159#7611590Answer by Koistya Navin for How does the IN predicate work in SQL?Koistya Navin2009-04-17T16:33:48Z2009-04-17T16:33:48Z<p>Not really. But it's butter to write such queries using JOIN</p>
http://stackoverflow.com/questions/759519/c-centralizing-repeating-viewdata-in-mvc/759574#7595741Answer by Koistya Navin for C# Centralizing repeating VIewData in MVCKoistya Navin2009-04-17T08:40:41Z2009-04-17T08:56:11Z<p>Create a base class for your models with UserName property:</p>
<pre><code>public abstract class BaseModel
{
public string UserName { get; set; }
}
</code></pre>
<p>Create a base class for you controllers and override it's OnActionExecuted method. Within it check if model is derrived from BaseModel and if so, set it's UserName property.</p>
<pre><code>public class ControllerBase : Controller
{
protected override void OnActionExecuted(
ActionExecutedContext filterContext)
{
var modelBase = ViewData.Model as ModelBase;
if (modelBase != null)
{
modelBase.UserName = "foo";
}
base.OnActionExecuted(filterContext);
}
}
</code></pre>
<p>Then you will be able to display user's UserName in the view like this:</p>
<pre><code><%= Html.Encode(Model.UserName) %>
</code></pre>
<p><strong>See also</strong>:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/709429/asp-net-mvc-best-practices-tips-and-tricks">ASP.NET MVC Best Practices, Tips and Tricks</a></li>
</ul>
http://stackoverflow.com/questions/759412/mvc-conditions-in-views/759473#7594733Answer by Koistya Navin for MVC - Conditions in viewsKoistya Navin2009-04-17T08:06:18Z2009-04-17T08:29:53Z<p>How about this approach:</p>
<p><strong>Solution 1</strong>:</p>
<p>Create an extension method on <code>HtmlHelper</code> which will render whether "WelcomeMessage.Anonymous.aspx" or "WelcomeMessage.Authenticated.aspx" view based on the request.</p>
<pre><code><%= Html.LoginStatus() =>
</code></pre>
<p>And put these views under /Views/Shared</p>
<pre><code>/Views/Shared/LoginStatus.Anonymous.ascx
/Views/Shared/LoginStatus.Authenticated.ascx
</code></pre>
<p><strong>Solution 2</strong>:</p>
<p>Just replace <code>if / else</code> statements with ASP.NET's <a href="http://www.dotnetjunkies.ddj.com/QuickStartv20/aspnet/doc/ctrlref/login/loginview.aspx" rel="nofollow">LoginView</a> control in your LoginStatus.ascx</p>
<pre><code><asp:LoginView Runat="Server">
<LoggiedInTemplate>
Welcome, <%= Html.Encode(Model.UserName) %>!
<button>Sign Out</button>
</LoggedInTemplate>
<AnonymousTemplate>
<button>Sign In</button> | <button>Join Now!</button>
</AnonymousTemplate>
</asp:LoginView>
</code></pre>
<p><strong>See also</strong>:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/709429/asp-net-mvc-best-practices-tips-and-tricks">ASP.NET MVC Best Practices, Tips and Tricks</a></li>
</ul>
http://stackoverflow.com/questions/758135/c-code-to-linkify-urls-in-a-string/758140#75814014Answer by Koistya Navin for C# code to linkify urls in a stringKoistya Navin2009-04-16T21:30:09Z2009-04-16T22:03:38Z<p>It's a pretty simple task you can acheive it with <a href="http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regex.replace.aspx" rel="nofollow">Regex</a> and a ready-to-go regular expression from:</p>
<ul>
<li><a href="http://regexlib.com/DisplayPatterns.aspx?cattabindex=1&categoryId=2" rel="nofollow">http://regexlib.com/</a> </li>
</ul>
<p>Something like:</p>
<pre><code>var html = Regex.Replace(html, @"^(http|https|ftp)\://[a-zA-Z0-9\-\.]+" +
"\.[a-zA-Z]{2,3}(:[a-zA-Z0-9]*)?/?" +
"([a-zA-Z0-9\-\._\?\,\'/\\\+&amp;%\$#\=~])*$",
"<a href=\"$1\">$1</a>");
</code></pre>
<p>You may also be interested not only in creating links but in shortening URLs. Here is a good article on this subject:</p>
<ul>
<li><a href="http://madskristensen.net/post/Resolve-and-shorten-URLs-in-Csharp.aspx" rel="nofollow">Resolve and shorten URLs in C#</a></li>
</ul>
<p><strong>See also</strong>:</p>
<ul>
<li><a href="http://code.msdn.microsoft.com/RegexWorkbench" rel="nofollow">Regular Expression Workbench</a> at MSDN</li>
<li><a href="http://rickyrosario.com/blog/converting-a-url-into-a-link-in-csharp-using-regular-expressions" rel="nofollow">Converting a URL into a Link in C# Using Regular Expressions</a></li>
<li><a href="http://weblogs.asp.net/farazshahkhan/archive/2008/08/09/regex-to-find-url-within-text-and-make-them-as-link.aspx" rel="nofollow">Regex to find URL within text and make them as link</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regex.replace.aspx" rel="nofollow">Regex.Replace Method</a> at MSDN</li>
<li><a href="http://www.codinghorror.com/blog/archives/001181.html" rel="nofollow">The Problem With URLs</a> by Jeff Atwood</li>
<li><a href="http://www.cambiaresearch.com/c4/890160aa-bc4e-40fc-ac36-c1031858c048/Parsing-URLs-with-Regular-Expressions-and-the-Regex-Object.aspx" rel="nofollow">Parsing URLs with Regular Expressions and the Regex Object</a></li>
<li><a href="http://snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c/" rel="nofollow">Format URLs in string to HTML Links in C#</a></li>
<li><a href="http://www.codeproject.com/KB/aspnet/Autohyperlink.aspx" rel="nofollow">Automatically hyperlink URL and Email in ASP.NET Pages with C#</a></li>
</ul>
http://stackoverflow.com/questions/758126/what-are-good-tools-for-identifying-potentially-duplicated-code-for-c-express-us/758132#758132-1Answer by Koistya Navin for What are good tools for identifying potentially duplicated code for C# Express users?Koistya Navin2009-04-16T21:27:38Z2009-04-16T21:27:38Z<p>Try <strong><a href="http://code.msdn.microsoft.com/sourceanalysis" rel="nofollow">StyleCop</a></strong> tool</p>
http://stackoverflow.com/questions/757987/send-email-via-c-through-google-apps-account/757997#7579977Answer by Koistya Navin for Send Email via C# through Google Apps accountKoistya Navin2009-04-16T20:50:52Z2009-04-16T21:10:02Z<p>There is no need to hard code all smtp settings in your code. Put them in web.config instead:</p>
<pre><code><smtp from="example@domain.com" deliveryMethod="Network">
<network host="smtp.gmail.com" port="587"
userName="example@domain.com" password="password"/>
</smtp>
</code></pre>
<p>End when you send email just enable SSL on your SmtpClient:</p>
<pre><code>var message = new MailMessage("navin@php.net");
// here is an important part:
message.From = new MailAddress("example@domain.com", "Mailer");
// it's superfluous part here since from address is defined in .config file
// in my example. But since you don't use .config file, you will need it.
var client = new SmtpClient();
client.EnableSsl = true;
client.Send(message);
</code></pre>
<p>Make sure that you're sending email from the same email address with which you're trying to authenticate at Gmail.</p>
http://stackoverflow.com/questions/755083/c-returning-a-string-from-sql-2005/755121#7551210Answer by Koistya Navin for c# returning a string from sql 2005Koistya Navin2009-04-16T07:44:12Z2009-04-16T07:44:12Z<p>Looks like you need to use System.Web.HttpUtility.HtmlDecode on the string before putting it in the TextBox.</p>
<pre><code> textBox.Value = HttpUtility.HtmlDecode(myString);
</code></pre>
http://stackoverflow.com/questions/746507/a-reliable-australia-based-asp-net-web-hosting/746509#7465091Answer by Koistya Navin for A reliable, Australia-based ASP.NET Web HostingKoistya Navin2009-04-14T06:17:52Z2009-04-14T06:49:45Z<p>Not very good place to ask such questions. You can find what you need at WHT:</p>
<p><a href="http://www.webhostingtalk.com" rel="nofollow">http://www.webhostingtalk.com</a></p>
<p>I would go with GoDaddy hosting for a startup company.. or maybe also DiscountASP.NET. I wouldn't choose hosting company solely by it's location but rather by it's reputation and reliability. For example I have several russian websites which are hosted at US servers and there are no any problems with that.</p>
http://stackoverflow.com/questions/746475/get-session-id-in-asp-net/746480#7464801Answer by Koistya Navin for get session id in asp.netKoistya Navin2009-04-14T05:55:14Z2009-04-14T06:00:38Z<p>You can use <code>Global.asax</code> file and set the Session at <code>Session_Start</code> event. See below</p>
<p>in <code>Global.asax</code> file you can do something like this:</p>
<pre><code>protected void Session_Start(object sender, EventArgs e)
{
Session["sid"] = Session.SessionID;
Session["sid"] = "Test";
}
</code></pre>
<p>Then in your WebForm you can get the Session ID and Value like below</p>
<pre><code>protected void Page_Load(object sender, EventArgs e)
{
Response.Write("Session ID is:" + Session.SessionID.ToString()+ "<br/>");
Response.Write("Session value is:" + Session["sid"].ToString());
}
</code></pre>
<p>For details, see <a href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=126" rel="nofollow">http://www.dotnetcurry.com/ShowArticle.aspx?ID=126</a> </p>
http://stackoverflow.com/questions/746441/arraylist-in-c/746445#7464455Answer by Koistya Navin for ArrayList in C#Koistya Navin2009-04-14T05:29:09Z2009-04-14T05:37:06Z<p>Sure, why not:</p>
<pre><code>public void SomeMethod(ArrayList list)
{
// your code here
}
</code></pre>
<p>But as Jon S. mentioned using interfaces is preferred instead of hard coded types.</p>
<pre><code>public void SomeMethod(IList list)
{
// your code here
}
</code></pre>
<p><strong>See also</strong>:</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/ms173156.aspx" rel="nofollow">Interfaces (C# Programming Guide)</a> </li>
<li><a href="http://msdn.microsoft.com/en-us/library/kwtft8ak.aspx" rel="nofollow">Generic Interfaces (C# Programming Guide)</a> </li>
</ul>
http://stackoverflow.com/questions/744289/sqlite-increase-value-by-a-certain-number/744290#74429010Answer by Koistya Navin for SQLite - increase value by a certain numberKoistya Navin2009-04-13T15:39:35Z2009-04-13T15:44:40Z<p><strong>Sample 1</strong> (for all rows):</p>
<pre><code>UPDATE Products SET Price = Price + 50
</code></pre>
<p><strong>Sample 2</strong> (for a specific row):</p>
<pre><code>UPDATE Products SET Price = Price + 50 WHERE ProductID = 1
</code></pre>
<p><strong>Sample 3</strong> (generic):</p>
<pre><code>UPDATE {Table} SET {Column} = {Column} + {Value} WHERE {Condition}
</code></pre>
<p>Where:</p>
<ul>
<li><code>{Table}</code> - table name</li>
<li><code>{Column}</code> - column name</li>
<li><code>{Value}</code> - a number by which column's value should be increased or decreased</li>
<li><code>{Condition}</code> - some condition if any</li>
</ul>
http://stackoverflow.com/questions/744227/web-based-api-that-can-tell-me-if-a-number-is-a-landline-or-cell-phone/744255#7442554Answer by Koistya Navin for Web based API that can tell me if a number is a landline or cell phone?Koistya Navin2009-04-13T15:27:51Z2009-04-13T15:33:14Z<p>I am afraid the only real way to find it out is contact SMS gateway service providers. A list of them can be found here for example:</p>
<p><a href="http://en.wikipedia.org/wiki/SMS_gateways" rel="nofollow">http://en.wikipedia.org/wiki/SMS_gateways</a></p>
<p>Anyway, instead of that I suggest doing the following:</p>
<p>When user inserts cell phone number into his or her profile, send testing SMS to this number with confirmation code. If number is not verified by user, don't bother sending SMS messages to it later on.</p>
http://stackoverflow.com/questions/743312/asp-net-mvc/743325#7433252Answer by Koistya Navin for ASP.NET MVCKoistya Navin2009-04-13T08:05:41Z2009-04-13T08:11:55Z<p>Take a look here:</p>
<ul>
<li><a href="http://codingcockerel.co.uk/2008/05/26/custom-routing-for-asp-net-mvc/" rel="nofollow">Custom routing for ASP.NET MVC</a></li>
<li><a href="http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx" rel="nofollow">ASP.Net MVC Framework - Create your own IRouteHandler</a></li>
<li><a href="http://weblogs.asp.net/fredriknormen/archive/2007/11/19/asp-net-mvc-framework-creating-a-iroutehandler-which-will-support-interceptors.aspx" rel="nofollow">ASP.Net MVC Framework - Creating a IRouteHandler which will support Interceptors</a></li>
<li><a href="http://geekswithblogs.net/shahed/archive/2009/02/14/129386.aspx" rel="nofollow">ASP.NET MVC tips: Routing Engine to aid SEO / 301 Redirect / Tracking</a></li>
</ul>
http://stackoverflow.com/questions/742115/parameter-naming-filename-or-filename/742117#74211712Answer by Koistya Navin for Parameter naming: filename or fileName?Koistya Navin2009-04-12T17:57:13Z2009-04-13T06:38:12Z<p><a href="http://en.wikipedia.org/wiki/CamelCase" rel="nofollow">Lower camel case</a> is recommended for fields and parameters.</p>
<p><strong>Example 1</strong>:</p>
<pre><code>fileName // for fields, parameters etc.
FileName // for properties, class names etc.
</code></pre>
<p>Generally <code><strong>fileName</strong></code> is used and NOT <strong>filename</strong>; you can verify that by reading source codes of open source stuff created by Microsoft, such as <a href="http://www.codeplex.com/entlib" rel="nofollow">Enterprise Library</a>.</p>
<p><strong>Reasons</strong>:</p>
<ol>
<li>The <strong>main point</strong> behind this is that names are more readable in this case.</li>
<li>Also this approach adds <strong>consistency</strong> when several parameters (fields, variables..) are used in the same method (class..) and the with same prefix "file", as demonstrated below:</li>
<li>...there are a few other reasons, but they are more subjective.</li>
</ol>
<p><strong>Example 2</strong>:</p>
<pre><code>fileName, fileSize... // instead of filename AND fileSize
</code></pre>
<p><strong>See also</strong>:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/CamelCase" rel="nofollow">Naming Conventions</a> at Wikipedia</li>
<li><a href="http://msdn.microsoft.com/en-us/library/ms229045.aspx" rel="nofollow">General Naming Conventions</a> at MSDN</li>
</ul>
<p>For a full set of naming convention rules, I recommend checking this book:</p>
<ul>
<li><a href="http://rads.stackoverflow.com/amzn/click/0321545613" rel="nofollow">Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries</a><br />
<em>(2nd Edition) by Krzysztof, published on Nov, 2008</em><br />
(personally we don't use 100% recomendations from this book, but in overall there are pretty good guidelines)</li>
</ul>
<p>And also check some stuff at <a href="http://idesign.net/idesign/DesktopDefault.aspx" rel="nofollow">IDesign.net</a></p>
http://stackoverflow.com/questions/742354/what-are-all-the-usages-of-in-c/742356#74235620Answer by Koistya Navin for What are all the usages of '@' in C#?Koistya Navin2009-04-12T20:26:25Z2009-04-12T20:50:35Z<h1>Strings literals</h1>
<p>C# supports two forms of string literals: <strong>regular string literals</strong> and <strong>verbatim string literals</strong>.</p>
<p>A <strong>regular string literal</strong> consists of zero or more characters enclosed in double quotes, as in "hello", and may include both simple escape sequences (such as \t for the tab character) and hexadecimal and Unicode escape sequences.</p>
<p>A <strong>verbatim string literal</strong> consists of an @ character followed by a double-quote character, zero or more characters, and a closing double-quote character. A simple example is @"hello". In a verbatim string literal, the characters between the delimiters are interpreted verbatim, the only exception being a quote-escape-sequence. In particular, simple escape sequences and hexadecimal and Unicode escape sequences are not processed in verbatim string literals. A verbatim string literal may span multiple lines. </p>
<p><strong>Example 1:</strong></p>
<pre><code>@"C:\Path\File.zip" == "C:\\Path\\File.zip"
// where
"C:\\Path\\File.zip" // regular string literal
@"C:\Path\File.zip" // verbatim string literal
</code></pre>
<p><strong>Note</strong>: In verbatim string literals you should escape double quotes.</p>
<p><strong>Example 2:</strong></p>
<pre><code>@"He said: ""Hello""" == "He said: \"Hello\""
</code></pre>
<p><strong>More info here</strong>:</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/362314fe.aspx" rel="nofollow">string (C# Reference)</a> at MSDN</li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa691090.aspx" rel="nofollow">String literals</a> at MSDN</li>
<li><a href="http://msdn.microsoft.com/en-us/library/ms228362.aspx" rel="nofollow">String Basics (C# Programming Guide)</a> at MSDN</li>
<li><a href="http://www.techotopia.com/index.php/Working%5Fwith%5FStrings%5Fin%5FC%5FSharp" rel="nofollow">Working with Strings in C#</a></li>
<li><a href="http://www.yoda.arachsys.com/csharp/strings.html" rel="nofollow">Strings in .NET and C#</a></li>
</ul>
<h1>Identifiers</h1>
<p>The prefix "@" enables the use of keywords as identifiers, which is useful when interfacing with other programming languages. The character @ is not actually part of the identifier, so the identifier might be seen in other languages as a normal identifier, without the prefix. An identifier with an @ prefix is called a verbatim identifier. Use of the @ prefix for identifiers that are not keywords is permitted, but strongly discouraged as a matter of style.</p>
<p><strong>Example:</strong></p>
<pre><code>class @class
{
public static void @static(bool @bool) {
if (@bool)
System.Console.WriteLine("true");
else
System.Console.WriteLine("false");
}
}
class Class1
{
static void M() {
cl\u0061ss.st\u0061tic(true);
}
}
</code></pre>
http://stackoverflow.com/questions/742194/live-in-canada-how-big-of-a-stretch-would-it-be-to-get-a-remote-job-in-the-us/742197#7421972Answer by Koistya Navin for Live in Canada, how big of a stretch would it be to get a remote job in the US?Koistya Navin2009-04-12T18:49:29Z2009-04-12T19:05:04Z<p><strong>Step 1</strong>: Create a profile at <a href="http://www.linkedin.com" rel="nofollow">LinkedIn</a> and collect as much references as you can.</p>
<p><strong>Step 2</strong>: Build your portfolio, create resume, code samples etc.</p>
<p><strong>Step 3</strong>: Search for companies you're interested working in, and send your resume.</p>
<p>And here is a list of ALL websites related to job hunting:</p>
<h2><a href="http://www.freelanceswitch.com/finding/the-monster-list-of-freelancing-job-sites/" rel="nofollow">The Monster List of Freelancing Job Sites</a></h2>
<p><strong>See also</strong>:</p>
<ul>
<li><a href="http://www.sitepoint.com/article/first-steps-freelancing/" rel="nofollow">My Day Job's Killing Me! First Steps to Freelancing</a></li>
<li><a href="http://www.sitepoint.com/article/secrets-recruiters-wont-tell/" rel="nofollow">End the Job Hunt - 3 Secrets The Recruiters Won't Tell You</a></li>
<li><a href="http://www.sitepoint.com/article/freelance-business-1/" rel="nofollow">Best Practices for Freelance Business - Part 1</a></li>
<li><a href="http://www.sitepoint.com/article/sample-successful-freelancing/" rel="nofollow">The Principles of Successful Freelancing</a></li>
<li><a href="http://www.smashingmagazine.com/2009/02/26/10-steps-to-the-perfect-portfolio-website/" rel="nofollow">10 Steps To The Perfect Portfolio Website</a> </li>
<li><a href="http://freelanceswitch.com/clients/12-breeds-of-client-and-how-to-work-with-them/" rel="nofollow">12 Breeds of Client and How to Work with Them</a></li>
<li><a href="http://freelancefolder.com/why-freelancing-is-hard/" rel="nofollow">Why Freelancing Is Freakin’ Hard</a></li>
</ul>
http://stackoverflow.com/questions/724715/can-software-be-developed-without-deadlines/724733#7247335Answer by Koistya Navin for Can software be developed without deadlines?Koistya Navin2009-04-07T09:01:58Z2009-04-12T15:04:07Z<p>For good commercial software - NO, you need deadlines. Even if you will develope super high quality softare without deadlines, your competitors will be a far way ahead; even with a better quality you just won't be able to compete with them. No deadlines means a very deferred release date.</p>
<p>Depends on the outcome you're expecting to get. Maybe you're working on your own project and get satisfaction doing just coding work and don't care about release date, then why not? :-) Why you need all that stress in this scenario? Nobody prevents you from setting priorities even without deadlines.</p>
<p>BTW, are there any strict deadlines in majority of OSS projects? I don't think so</p>
http://stackoverflow.com/questions/741378/transfering-file-using-wcf/741380#7413803Answer by Koistya Navin for Transfering file using WCFKoistya Navin2009-04-12T06:58:32Z2009-04-12T07:36:19Z<p>At this time, DIME is still the way to go as there is no MTOM implementation for .NET CF.</p>
<p><strong>See also</strong>:</p>
<ul>
<li><a href="http://www.codeproject.com/KB/cpp/DimeBufferedUpload.aspx" rel="nofollow">Dime Buffered Upload</a></li>
<li><a href="http://realworldsa.dotnetdevelopersjournal.com/wse30compactframework20.htm" rel="nofollow">WSE 3.0 cannot be used with the Compact Framework 2.0 on Mobile 5.0 devices</a></li>
<li><a href="http://stackoverflow.com/questions/518796/upload-and-download-large-files-windows-mobile-compact-framework-via-web-serv">Upload and download large files - Windows Mobile (Compact Framework) via Web Services (WCF, MTOM, WCE?)</a></li>
</ul>
http://stackoverflow.com/questions/740389/good-implementations-of-reinforced-learning/740441#7404411Answer by Koistya Navin for Good implementations of reinforced learning? Koistya Navin2009-04-11T17:08:52Z2009-04-11T17:15:07Z<p>Here is a good book on the subject:</p>
<p><a href="http://rads.stackoverflow.com/amzn/click/1904275214" rel="nofollow">Machine Learning and Data Mining: Introduction to Principles and Algorithms</a><br />
by Igor Kononenko, Matjaz Kukar (June, 2007)</p>
<p>Also take a look at these open source projects:</p>
<ul>
<li><a href="http://sourceforge.net/projects/mmlf/" rel="nofollow">Maja Machine Learning Framework</a> </li>
<li><a href="http://piqle.wiki.sourceforge.net/PIQLE" rel="nofollow">PIQLE</a></li>
<li><a href="http://sourceforge.net/projects/elsy/" rel="nofollow">Elsy</a> </li>
<li><a href="http://roboticsprimer.sourceforge.net/" rel="nofollow">The Robotics Primer Workbook</a></li>
</ul>
http://stackoverflow.com/questions/697950/string-concatenation-using-c/697958#69795817Answer by Koistya Navin for String concatenation using C#Koistya Navin2009-03-30T16:31:56Z2009-04-11T07:29:50Z<h2>Split and Trim</h2>
<pre><code> // include linq library like this:
// using System.Linq;
// then
"test1, test2".Split(',').Select(o => o.Trim());
</code></pre>
<p>or</p>
<pre><code>"test1, test2".Split(',').Select(o => o.Trim()).ToArray(); // returns array
</code></pre>
<p>and</p>
<pre><code>"test1, test2".Split(',').Select(o => "\"" + o.Trim() + "\"")
.Aggregate((s1, s2) => s1 + " + " + s2);
// returns a string: "test1" + "test2"
</code></pre>
http://stackoverflow.com/questions/738298/log-in-vs-sign-on/738302#7383022Answer by Koistya Navin for Log In vs. Sign OnKoistya Navin2009-04-10T17:34:29Z2009-04-10T17:45:48Z<h3>New trend (RECOMMENDED):</h3>
<pre><code>Sign In | Sign Out | Join Now!
</code></pre>
<p>Google, Yahoo, Microsoft follow it now...</p>
<h3>or an old proved practice:</h3>
<pre><code>Login | Logout | Register
</code></pre>
<p>Which is more popular</p>
<h3>See also:</h3>
<ul>
<li><a href="http://stackoverflow.com/questions/685238/do-you-log-in-log-on-sign-in-or-sign-on">Do you Log In, Log On, Sign In or Sign On?</a></li>
</ul>
http://stackoverflow.com/questions/759519/c-centralizing-repeating-viewdata-in-mvc/759574#759574Comment by Koistya Navin on C# Centralizing repeating VIewData in MVCKoistya Navin2009-04-17T09:07:19Z2009-04-17T09:07:19Z@Martijn, it allows you working with strongly typed model instead of ViewData[..] dictionary. With it you have intellisence support in your views etc etc.http://stackoverflow.com/questions/759475/jquery-highlight-table-row/759495#759495Comment by Koistya Navin on jQuery highlight table rowKoistya Navin2009-04-17T09:00:37Z2009-04-17T09:00:37ZThis example is for jQuery 1.3.x. Which version do you use 1.3 or 1.2?http://stackoverflow.com/questions/759519/c-centralizing-repeating-viewdata-in-mvc/759574#759574Comment by Koistya Navin on C# Centralizing repeating VIewData in MVCKoistya Navin2009-04-17T08:56:50Z2009-04-17T08:56:50Z@Martijn, added an example.http://stackoverflow.com/questions/758135/c-code-to-linkify-urls-in-a-string/758140#758140Comment by Koistya Navin on C# code to linkify urls in a stringKoistya Navin2009-04-16T22:04:34Z2009-04-16T22:04:34ZVSmith you can try different reg expressions from regixlib.com and find which one works best for you.http://stackoverflow.com/questions/755083/c-returning-a-string-from-sql-2005/755121#755121Comment by Koistya Navin on c# returning a string from sql 2005Koistya Navin2009-04-16T21:17:43Z2009-04-16T21:17:43Z@Stuart, sure, why not? This helper function exists expecially for encoding/decoding html strings. HttpUtility.HtmlEncode(..), HttpUtility.HtmlDecode(..)http://stackoverflow.com/questions/748455/c-syntactic-sugar-for-out-parameters/748473#748473Comment by Koistya Navin on C# - Syntactic sugar for out parameters?Koistya Navin2009-04-14T18:16:48Z2009-04-14T18:16:48ZGot it. Deleting my post.. ;)http://stackoverflow.com/questions/744227/web-based-api-that-can-tell-me-if-a-number-is-a-landline-or-cell-phone/744255#744255Comment by Koistya Navin on Web based API that can tell me if a number is a landline or cell phone?Koistya Navin2009-04-14T05:21:37Z2009-04-14T05:21:37ZYou should also know that such service can not be 100% accurate, especially if you work with international phone numbers.http://stackoverflow.com/questions/743312/asp-net-mvc/743325#743325Comment by Koistya Navin on ASP.NET MVCKoistya Navin2009-04-13T12:15:19Z2009-04-13T12:15:19ZTry to implement custom ControllerFactory and set is as default in Application_Starthttp://stackoverflow.com/questions/742354/what-are-all-the-usages-of-in-c/742356#742356Comment by Koistya Navin on What are all the usages of '@' in C#?Koistya Navin2009-04-12T20:53:51Z2009-04-12T20:53:51Z@Daniel, good point.http://stackoverflow.com/questions/742115/parameter-naming-filename-or-filename/742117#742117Comment by Koistya Navin on Parameter naming: filename or fileName?Koistya Navin2009-04-12T19:13:34Z2009-04-12T19:13:34Z@Dan, I don't. Even if put camel case apart, "fileName" is recommended way for naming a parameter, not "filename".http://stackoverflow.com/questions/737881/where-i-can-see-a-list-of-references-and-web-references-in-a-asp-net-2-0-web-proj/737885#737885Comment by Koistya Navin on Where I can see a list of references and Web references in a ASP.NET 2.0 Web projectKoistya Navin2009-04-10T17:09:09Z2009-04-10T17:09:09Z@DotnetDude, they are in the same list.http://stackoverflow.com/questions/737070/why-doesnt-url-rewrite-work-in-serverComment by Koistya Navin on Why doesn’t url rewrite work in server Koistya Navin2009-04-10T08:38:40Z2009-04-10T08:38:40ZWhich IIS version is installed in the server, if IIS 7 - ASP.NET works on it in Classic or Integrated mode?http://stackoverflow.com/questions/736924/code-to-turn-user-input-into-a-literal-regular-expression-cComment by Koistya Navin on Code to turn user input into a literal regular expression? (C#)Koistya Navin2009-04-10T07:06:49Z2009-04-10T07:06:49Z"C:\Win\Bin\File.txt" and "C:\Win\Bin\File.txt" in your example.. what's the difference? http://stackoverflow.com/questions/734755/best-external-rest-api-access-pattern/734783#734783Comment by Koistya Navin on Best External REST API Access Pattern?Koistya Navin2009-04-09T16:14:20Z2009-04-09T16:14:20Z@Steve, you're welcome! :-)http://stackoverflow.com/questions/734525/getting-started-with-f/734536#734536Comment by Koistya Navin on Getting started with F#Koistya Navin2009-04-09T15:13:56Z2009-04-09T15:13:56Z@Ian Quigley, you're welcome! :-)