User Binoj Antony - Stack Overflowmost recent 30 from stackoverflow.com2009-12-12T04:37:26Zhttp://stackoverflow.com/feeds/user/33015http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/662956/most-useful-free-net-libraries192Most useful free .NET libraries?Binoj Antony2009-03-19T16:30:53Z2009-12-03T23:53:32Z
<p>I have used a lot of free .NET libraries, some from Microsoft itself!
Which ones have you found the most useful?</p>
<p><strong>Dependency Injection/Inversion of Control</strong></p>
<ol>
<li><a href="http://msdn.microsoft.com/en-us/library/dd140117.aspx" rel="nofollow">Unity Framework</a> - Microsoft</li>
<li><a href="http://sourceforge.net/projects/structuremap" rel="nofollow">StructureMap</a> - Jeremy Miller</li>
<li><a href="http://www.castleproject.org/container/index.html" rel="nofollow">Castle Windsor</a></li>
<li><a href="http://ninject.org/" rel="nofollow">NInject</a></li>
<li><a href="http://www.springframework.net/" rel="nofollow">Spring Framework</a></li>
<li><a href="http://code.google.com/p/autofac/" rel="nofollow">Autofac</a></li>
<li><a href="http://mef.codeplex.com/" rel="nofollow">Managed Extensibility Framework</a></li>
</ol>
<p><strong>Logging</strong></p>
<ol>
<li>Logging Application Block - Microsoft</li>
<li><a href="http://logging.apache.org/log4net/" rel="nofollow">Log4Net</a> - Apache</li>
<li><a href="http://code.google.com/p/elmah/" rel="nofollow">Error Logging Modules and Handlers(ELMAH)</a></li>
<li><a href="http://www.nlog-project.org/" rel="nofollow">NLog</a></li>
</ol>
<p><strong>Compression</strong></p>
<ol>
<li><a href="http://www.icsharpcode.net/OpenSource/SharpZipLib/" rel="nofollow">SharpZipLib</a></li>
<li><a href="http://www.codeplex.com/dotnetzip" rel="nofollow">DotNetZip</a></li>
<li><a href="http://www.codeplex.com/YUICompressor" rel="nofollow">YUI Compressor</a> (CSS and JS compression/minification)</li>
</ol>
<p><strong>Ajax</strong></p>
<ol>
<li><a href="http://www.codeplex.com/AjaxControlToolkit" rel="nofollow">Ajax Control Toolkit</a> - Microsoft</li>
<li><a href="http://www.codeplex.com/AjaxPro" rel="nofollow">AJAXNet Pro</a></li>
</ol>
<p><strong>ORM</strong></p>
<ol>
<li><a href="http://www.hibernate.org/343.html" rel="nofollow">NHibernate</a></li>
<li><a href="http://www.castleproject.org/activerecord/index.html" rel="nofollow">Castle ActiveRecord</a></li>
<li><a href="http://subsonicproject.com/" rel="nofollow">Subsonic</a></li>
</ol>
<p><strong>Charting/Graphics</strong></p>
<ol>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=130F7986-BF49-4FE5-9CA8-910AE6EA442C&displaylang=en" rel="nofollow">Microsoft Chart Controls for ASP.NET 3.5 SP1</a></li>
<li><a href="http://code.msdn.microsoft.com/mschart" rel="nofollow">Microsoft Chart Controls for Winforms</a></li>
<li><a href="http://zedgraph.org/wiki/index.php?title=Main%5FPage" rel="nofollow">ZedGraph Charting</a></li>
<li><a href="http://www.nplot.com/" rel="nofollow">NPlot</a> - Charting for ASP.NET and WinForms</li>
</ol>
<p><strong>PDF Creators/Generators</strong></p>
<ol>
<li><a href="http://pdfsharp.com/PDFsharp/" rel="nofollow">PDFsharp</a></li>
<li><a href="http://itextsharp.sourceforge.net/" rel="nofollow">iTextSharp</a></li>
</ol>
<p><strong>Unit Testing/Mocking</strong></p>
<ol>
<li><a href="http://www.nunit.org/" rel="nofollow">NUnit</a> </li>
<li><a href="http://ayende.com/projects/rhino-mocks.aspx" rel="nofollow">Rhino Mocks</a></li>
<li><a href="http://code.google.com/p/moq/" rel="nofollow">Moq</a></li>
<li><a href="http://www.typemock.com/" rel="nofollow">TypeMock.Net</a></li>
<li><a href="http://www.codeplex.com/xunit" rel="nofollow">xUnit.net</a> </li>
<li><a href="http://www.mbunit.com/" rel="nofollow">mbUnit</a></li>
</ol>
<p><strong>Automated Web Testing</strong></p>
<ol>
<li><a href="http://seleniumhq.org" rel="nofollow">Selenium</a></li>
<li><a href="http://watin.sourceforge.net/" rel="nofollow">Watin</a></li>
</ol>
<p><strong>URL Rewriting</strong></p>
<ol>
<li><a href="http://urlrewriter.net/" rel="nofollow">url rewriter</a></li>
<li><a href="http://www.urlrewriting.net/" rel="nofollow">UrlRewriting.Net</a></li>
<li><a href="http://urlrewriter.codeplex.com" rel="nofollow">Url Rewriter and Reverse Proxy</a> - Managed Fusion</li>
</ol>
<p><strong>Unclassified</strong></p>
<ol>
<li><a href="http://www.lhotka.net/" rel="nofollow">CSLA Framework</a> - Business Objects Framework</li>
<li><a href="http://www.aforgenet.com/framework/" rel="nofollow">AForge.net</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd203099.aspx" rel="nofollow">Enterprise Library 4.1</a> - Logging, Exception Management, Validation, Policy Injection</li>
<li><a href="http://filehelpers.sourceforge.net/" rel="nofollow">File helpers library</a></li>
<li><a href="http://www.componentfactory.com/free-windows-forms-controls.php" rel="nofollow">Krypton</a> - Free winform controls</li>
<li><a href="http://www.itu.dk/research/c5/" rel="nofollow">C5 Collections</a> - Collections for .NET</li>
<li><a href="http://quartznet.sourceforge.net/" rel="nofollow">Quartz.NET</a> - Enterprise Job Scheduler for .NET Platform</li>
<li><a href="http://www.codeplex.com/sourcegrid/" rel="nofollow">Source Grid</a> - A Grid control</li>
<li><a href="http://www.yoda.arachsys.com/csharp/miscutil/" rel="nofollow">MiscUtil</a> - Utilities by Jon Skeet</li>
<li><a href="http://incubator.apache.org/lucene.net/" rel="nofollow">Lucene.net</a> - Text indexing and searching</li>
<li><a href="http://www.codeplex.com/Json" rel="nofollow">Json.NET</a> - Linq over JSON</li>
<li><a href="http://www.codeplex.com/Flee" rel="nofollow">Flee</a> - expression evaluator</li>
<li><a href="http://devexpress.com/" rel="nofollow">Devexpress</a> - free controls</li>
<li><a href="http://www.postsharp.org/" rel="nofollow">PostSharp</a> - AOP</li>
<li><a href="http://www.ikvm.net/" rel="nofollow">IKVM</a> - brings the extensive world of Java libraries to .NET.</li>
</ol>
<p>Title of the question taken from <a href="http://www.ikvm.net/" rel="nofollow">here</a>.</p>
<p>[EDIT]<br />
Please provide links to these free libraries as well.
Once we have a huge list of this, it can be arranged in categories!
Please do not mention .NET Applications/EXEs here.</p>
http://stackoverflow.com/questions/365615/in-net-which-loop-runs-faster-for-or-foreach7In .NET which loop runs faster for or foreachBinoj Antony2008-12-13T19:45:42Z2009-12-03T15:38:08Z
<p>In c#/VB.NET/.NET which loop runs faster for or foreach?</p>
<p>Ever since I read that for loop works faster than foreach a <a href="http://msdn.microsoft.com/en-us/library/ms973839.aspx" rel="nofollow">long time ago</a> I assumed it stood true for all collections, generic collection all arrays etc.</p>
<p>I scoured google and found few articles but most of them are inconclusive (read comments on the articles) and open ended.</p>
<p>What would be ideal is to have each scenarios listed and the best solution for the same</p>
<p>e.g: (just example of how it should be)</p>
<ol>
<li>for iterating an array of 1000+
strings - for is better than foreach</li>
<li>for iterating over IList (non generic) strings - foreach is better
than for</li>
</ol>
<p>Few references found on the web for the same: </p>
<ol>
<li><a href="http://msdn.microsoft.com/en-us/library/ms973839.aspx" rel="nofollow">Original grand old article by Emmanuel Schanzer</a></li>
<li><a href="http://www.codeproject.com/KB/cs/foreach.aspx" rel="nofollow">CodeProject FOREACH Vs. FOR</a></li>
<li><a href="http://blogs.msdn.com/kevin_ransom/archive/2004/04/19/116072.aspx" rel="nofollow">Blog - To foreach or not to foreach that is the question</a></li>
<li><a href="http://weblogs.asp.net/mdavey/archive/2004/02/25/79504.aspx" rel="nofollow">asp.net forum - NET 1.1 C# for vs foreach</a></li>
</ol>
<p>
[Edit]<br />
Apart from the readability aspect of it I am really interested in facts and figures, there are applications where the last mile of performance optimization squeezed do matter. </p>
http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit4Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-17T04:44:49Z2009-11-23T13:00:44Z
<p>I am just about to buy a Dell Studio 15 Laptop with Windows 7 Pro 64bit
Has anyone faced any issues in installing or working with Visual Studio 2008 on Windows 7 Pro.
Or do I need to go for Windows 7 Pro 32 bit?</p>
<p>[EDIT]<br />
Any issues with any other development tools, what about VS2008SP1, Azure Add ons, Sql Server 2008 express, Virtual Server 2005 etc ?</p>
<p>[EDIT 2]<br />
Could you all please list the development applications (specify 32/64bit) you have installed on you 64bit windows 7 (also specify the version of Windows 7 used)</p>
http://stackoverflow.com/questions/1367859/sql-server-helper-stored-procedure-or-utility-for-alter-table-alter-column-identi1sql server helper stored procedure or utility for alter table alter column IDENTITY(1,1)Binoj Antony2009-09-02T13:57:59Z2009-11-12T15:54:31Z
<p>I wanted to modify a column in a sql server 2005 table to IDENTITY(1,1) <br />
Incidentally this table is empty and the column to be changed is a primary key. <br />
This column is also a foreign key for two other tables. <br /></p>
<p>After googling I found that you cannot use Alter table syntax to modify a column and make it an indentity column.<br />
Link #1 : <a href="http://stackoverflow.com/questions/1049210/adding-an-identity-to-an-existing-column-sql-server">How do I add the identity property to an existing column in SQL Server</a>
<br />
Link #2 : <a href="http://stackoverflow.com/questions/288222/how-do-i-add-the-identity-property-to-an-existing-column-in-sql-serve">Adding an identity to an existing column -SQL Server</a><br /></p>
<p>I ended up checking the dependent tables (2 of them) removing the foreign keys (generated the script from SSMS) then dropping the main table then re-creating with identity. (could try the rename option here as well)<br />
Then re-created the foreign keys for the earlier dependent two tables.<br /><br /></p>
<p>But all this was manual work, any scripts or SPs out there to make this easier.<br /></p>
<p>Ideally all these steps would be done by such a script/tool/utility:</p>
<ol>
<li>Check dependent tables keys<br /></li>
<li>Generate Create and drop foreign key scripts for this<br /></li>
<li>Generate create script for the main table<br /></li>
<li>drop the main table (or rename the table if the table has data)<br /></li>
<li>re-create the table with identity column enabled<br /></li>
<li>re-create foreign keys<br /></li>
</ol>
http://stackoverflow.com/questions/661389/tfs-vs-svn7TFS vs SVNBinoj Antony2009-03-19T07:57:10Z2009-11-05T01:10:25Z
<p>I am about to start a project (.NET) and need to decide between TFS and SVN.</p>
<p>I am more used to SVN(with tortoise client), CVS and VSS. Does TFS have all features available in SVN</p>
<p>Have any of you switched from SVN to TFS and found it worthwhile?<br/>
Also it looks like we may need Visual Studio if we need to work with TFS.</p>
<p><strong>[Edit]</strong><br/>
Money is not a consideration since we already have the licenses for TFS in place.
And I am more interested in the Source Control features of TFS vs SVN, of course other features list is also welcome.</p>
http://stackoverflow.com/questions/284797/hello-world-in-less-than-20-bytes/1665447#16654471Answer by Binoj Antony for "Hello World" in less than 20 bytesBinoj Antony2009-11-03T05:38:20Z2009-11-03T05:45:29Z<p>In MSIL</p>
<pre><code>.method private hidebysig static void Main() cil managed
{
.entrypoint
// Code size 13 (0xd)
.maxstack 8
IL_0001: ldstr "Hello World"
IL_0006: call void [mscorlib]System.Console::Write(string)
IL_000c: ret
}
</code></pre>
<p>Well it says 13, doesn't it?<br/>
[Edit]<br/>
Made the <code>WriteLine</code> to <code>Write</code>..</p>
http://stackoverflow.com/questions/1661266/why-has-my-connectionsstringcollection-more-entries-than-my-connection-strings-se/1661278#16612784Answer by Binoj Antony for Why has my ConnectionsStringCollection more entries than my connection-Strings section in app.config?Binoj Antony2009-11-02T13:16:48Z2009-11-02T13:23:52Z<p>Did you check <code>machine.config</code>?</p>
<p>(Found in <code>%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\CONFIG</code> for 64bit use <code>Framework64</code>.)</p>
http://stackoverflow.com/questions/605439/hidden-best-features-of-textpad4Hidden/best features of TextPadBinoj Antony2009-03-03T07:32:26Z2009-10-30T19:08:13Z
<p>I use <a href="http://www.textpad.com/products/textpad/index.html" rel="nofollow">Textpad</a> as a text editor, so far I have found few of the features to be invaluable, please list features and keyboard shortcuts you find to be useful.</p>
<ol>
<li><strong>CTRL + SHIFT + G</strong> : Selecting a file name and pressing this key combination will open this file in the editor.</li>
<li><strong>ALT + Mouse Left click + drag</strong> : This will let you select (to copy or cut) text vertically.</li>
<li><strong>CTRL + F5</strong> : Find in files in subfolders.</li>
<li><strong>CTRL + M</strong> : To locate the matching end/begin braces.</li>
<li>Regular expression support in find and replace.</li>
<li>CTRL + F9 : Compare files</li>
<li>Editable syntax hilighting</li>
<li>Macros</li>
<li>Abundance of free extensions</li>
</ol>
<p>Hope there are people out there who use Textpad.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1648249#16482490Answer by Binoj Antony for What is the single most effective thing you did to improve your programming skills?Binoj Antony2009-10-30T06:02:49Z2009-10-30T06:02:49Z<p>Leaning <strong>Object Oriented Programming</strong> when I moved from C to C++<br />
And the principle of <strong>SoC</strong></p>
http://stackoverflow.com/questions/549274/what-programming-languages-and-language-features-are-under-10/1648242#16482421Answer by Binoj Antony for What programming languages and language features are under 10?Binoj Antony2009-10-30T06:00:46Z2009-10-30T06:00:46Z<p>Powershell as a language is under 10, of course not the language features.</p>
http://stackoverflow.com/questions/1643122/is-it-possible-to-generate-complex-tones-in-c/1643142#1643142-1Answer by Binoj Antony for Is it possible to generate complex tones in C#?Binoj Antony2009-10-29T11:42:14Z2009-10-29T11:42:14Z<p>Yes it is possible.</p>
<p><a href="http://www.dreamincode.net/code/snippet2815.htm" rel="nofollow">Here is a link</a> to a tutorial on this. but of course this also uses <code>Console.Beep</code></p>
http://stackoverflow.com/questions/1529604/c-antipatterns/1543568#15435681Answer by Binoj Antony for C# AntipatternsBinoj Antony2009-10-09T12:52:30Z2009-10-29T11:34:14Z<pre><code>if(data == null)
{
variable = data;
}
else
{
variable = new Data();
}
</code></pre>
<p>can be better written as</p>
<pre><code>variable = (data == null) ? data : new Data();
</code></pre>
<p>and even better written as</p>
<pre><code>variable = data ?? new Data();
</code></pre>
<p>Last code listing works in .NET 2.0 and above</p>
http://stackoverflow.com/questions/1642659/is-it-more-efficient-to-compare-ints-and-ints-or-strings-and-strings/1642882#16428823Answer by Binoj Antony for Is it more efficient to compare ints and ints or strings and stringsBinoj Antony2009-10-29T10:49:25Z2009-10-29T11:01:42Z<p>Your choice is between the following<br />
<strong>Code Listing A</strong></p>
<pre><code>int a = 5;
string b = "5";
//Assuming these two values are input received by the application at runtime
int bInt;
if (int.TryParse(b, NumberStyles.None, CultureInfo.InvariantCulture, out bInt)
&& a.Equals(bInt))
{
}
</code></pre>
<p>and </p>
<p><strong>Code Listing B</strong></p>
<pre><code>int a = 5;
string b = "5";
//Assuming these two values are input received by the application at runtime
if (string.Compare(b, a.ToString(), StringComparison.Ordinal) != -1)
{
}
</code></pre>
<p>I have tested this with stopwatch (as given in the selected answer) and found Code Listing A to be much faster.
But Code Listing B is more readable!</p>
<p>Code Listing A beats <code>if(a == int.Parse(b))</code> </p>
http://stackoverflow.com/questions/557742/dependency-injection-vs-factory-pattern17Dependency Injection vs Factory PatternBinoj Antony2009-02-17T17:03:45Z2009-10-28T01:22:39Z
<p>Most of the examples quoted for usage of Dependency Injection, we can solve using the factory pattern as well. Looks like when it comes to usage/design the difference between dependency injection and factory is blurred or thin.</p>
<p>Once someone told me that its how you use it that makes a difference! </p>
<p>I once used <a href="http://structuremap.sourceforge.net/Default.htm" rel="nofollow">StructureMap</a> a DI container to solve a problem, later on I redesigned it to work with a simple factory and removed references to StructureMap.</p>
<p>Can anyone tell me what is the difference between them and where to use what, whats the best practice here?</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666790#6667903Answer by Binoj Antony for .NET "must-have" development toolsBinoj Antony2009-03-20T16:01:34Z2009-10-22T22:37:37Z<p><a href="http://csharpindepth.com/Downloads.aspx" rel="nofollow">Snippy</a>. Quickly compile/evaluate C# code and see the output. It was
created by <a href="http://stackoverflow.com/users/22656/jon-skeet">Jon Skeet</a>.</p>
http://stackoverflow.com/questions/541936/what-can-you-do-in-msil-that-you-cannot-do-in-c-or-vb-net42What can you do in MSIL that you cannot do in C# or vb.NET?Binoj Antony2009-02-12T15:55:34Z2009-10-21T15:16:13Z
<p>All code written in .NET languages compiles to MSIL, but are there specific tasks / operations that you can do only using MSIL directly?</p>
<p>Let us also have things done easier in MSIL than C#, VB.NET, F#, j# or any other .NET language.</p>
<p>So far we have this:<br/>
1. Tail recursion<br/>
2. Co/Contravariance<br/>
3. overloads which differ only in return types<br/>
4. Override access modifiers<br/>
5. Have a class which cannot inherit from System.Object<br/>
6. Filtered exceptions (can be done in vb.net)<br/>
7. calling a virtual method of the current static class type.<br/>
8. Get a handle on the boxed version of a value type.<br/>
9. Do a try/fault.<br/>
10. Usage of forbidden names.<br/>
11. <a href="http://msmvps.com/blogs/jon%5Fskeet/archive/2008/12/10/value-types-and-parameterless-constructors.aspx" rel="nofollow">Define your own parameterless constructors for value types</a>.<br/>
12. Define events with a <code>raise</code> element.<br/>
13. Some conversions allowed by the CLR but not by C#.<br/>
14. Make a non <code>main()</code> method as the <code>.entrypoint</code>.<br/>
15. work with the native <code>int</code> and native <code>unsigned int</code> types directly.<br/>
16. Play with transient pointers<br/>
17. emitbyte directive in MethodBodyItem<br/>
18. Throw and catch non System.Exception types<br/>
19. Inherit Enums (Unverified)<br/>
20. You can treat an array of bytes as a (4x smaller) array of ints.<br/>
21. You can have a field/method/property/event all have the same name(Unverified).<br/></p>
http://stackoverflow.com/questions/1576140/best-practice-in-checking-if-a-string-is-a-datetime-before-converting/1576254#15762541Answer by Binoj Antony for Best practice in checking if a string is a datetime before converting?Binoj Antony2009-10-16T05:38:03Z2009-10-16T05:38:03Z<p>The best pattern to use for datetime parsing would be this</p>
<pre><code>string DateFormat = "dd/MM/yyyy"; //Or any other format
DateTime dateTime;
bool success = DateTime.TryParseExact(value, DateFormat,
CultureInfo.InvariantCulture,
DateTimeStyles.None,
out dateTime);
</code></pre>
<p>Never use DateTime.Parse and even DateTime.TryParse</p>
http://stackoverflow.com/questions/1572012/logic-in-stored-procedure/1572052#1572052-2Answer by Binoj Antony for Logic in stored procedureBinoj Antony2009-10-15T12:26:07Z2009-10-15T12:26:07Z<pre><code>DECLARE @DisAvg DECIMAL
DECLARE @ReturnValue bit
</code></pre>
<p>// use SET or SELECT to assign values to @DisAvg</p>
<pre><code>IF (@DisAvg > 20)
BEGIN
SET @ReturnValue = 1
END
ELSE
BEGIN
-- do longer calculation
SET @ReturnValue = 0
END
SELECT @ReturnValue
</code></pre>
<p>Only integers can be returned from the <code>RETURN</code> statement, you can use <code>SELECT</code> instead</p>
http://stackoverflow.com/questions/1565434/howto-find-net-version/1565454#15654543Answer by Binoj Antony for Howto find .NET version?Binoj Antony2009-10-14T10:25:42Z2009-10-14T13:38:11Z<p>Just type <strong>any one</strong> of the below commands to give you the latest version in the first line</p>
<pre><code>1. CSC
2. GACUTIL /l ?
3. dir /b /ad /o-n %systemroot%\Microsoft.NET\Framework\v?.*
</code></pre>
<p>You can only run the first two from Visual Studio Command prompt if you have Visual Studio Installed, or else if you have .NET framework SDK then SDK Command prompt.<br />
Last command will list out <strong>all the versions</strong> of .NET installed, <strong>latest first</strong>.</p>
http://stackoverflow.com/questions/1565412/vb-net-scoping-question-private-fields/1565428#15654281Answer by Binoj Antony for Vb.Net scoping question - private fieldsBinoj Antony2009-10-14T10:20:56Z2009-10-14T10:20:56Z<p>You are writing something similar to to a copy constructor. <br />
Since the copying method/function is being written inside of the same class, it will have access to private variables of any instance of its own class.</p>
http://stackoverflow.com/questions/1564588/how-to-obtain-substrings-those-are-within-the-angular-brackets-in-a-string/1564686#15646866Answer by Binoj Antony for how to obtain substrings those are within the angular brackets in a string Binoj Antony2009-10-14T07:03:56Z2009-10-14T10:17:47Z<p>Noting the use of <code>var</code> in your question, I will assume that you are using .NET 3.5. <br/>
The <strong>one line</strong> of code below should do the trick.</p>
<pre><code>string[] result = Regex.Matches(str, @"\{([^\}]*)\}").Cast<Match>().Select(o => o.Value).ToArray();
</code></pre>
http://stackoverflow.com/questions/1564335/what-would-be-single-quality-you-would-like-to-see-in-software-engineer/1564351#15643512Answer by Binoj Antony for What would be single quality you would like to see in Software Engineer ?Binoj Antony2009-10-14T05:15:04Z2009-10-14T05:20:49Z<p>Common sense, above all virtue.</p>
http://stackoverflow.com/questions/575767/what-programming-technique-practice-done-by-you-was-ahead-of-its-time2What programming technique / practice done by you was ahead of its time?Binoj Antony2009-02-22T20:57:03Z2009-10-12T12:54:58Z
<p>I once built a very good web application in ASP (classic) back in 2001 and extensively used XmlHttpRequest object in it. (I was lucky that the clients were only using IE, and <a href="http://en.wikipedia.org/wiki/XMLHttpRequest#History%5Fand%5Fsupport" rel="nofollow">only IE supported this object at that time</a>). </p>
<p>Then later when people started talking about <a href="http://en.wikipedia.org/wiki/Ajax%5F%28programming%29#History" rel="nofollow">AJAX in 2005</a>, It felt good to have used something ahead (or early) of its time.</p>
<p>Well, maybe this does not qualify to be listed as something done ahead of its time.</p>
<p>Which programming technology/technique/practice have you done that was ahead of this time.<br/>
One story per answer please.</p>
<p>The title for this question taken from an <a href="http://stackoverflow.com/questions/575582/what-programming-technique-not-done-by-you-was-ahead-of-its-time">opposite question here</a>.</p>
http://stackoverflow.com/questions/1543668/sql-server-concatenating-where-clauses-seeking-appropriate-pattern/1543687#15436871Answer by Binoj Antony for SQL Server: Concatenating WHERE Clauses. Seeking Appropriate PatternBinoj Antony2009-10-09T13:17:56Z2009-10-09T13:34:17Z<p>Well you can start with </p>
<pre><code>StringBuilder sb = new StringBuilder();
sb.Append("SELECT <whatever> FROM <table> WHERE 1 = 1 ");
if ( someCodition.HasValue )
{
sb.Append(" AND <some-field> = " + someCondition.Value);
}
// And so on
</code></pre>
<p>Will save you the trouble of putting the first WHERE - AND</p>
<p>[Edit]</p>
<p>You can also try this</p>
<p>Create an SP with all required parameters for the table, and write the query like this.</p>
<pre><code>DECLARE @sqlStatement NVARCHAR(MAX)
@sqlStatement = " SELECT fields1, fields2 FROM TableA WHERE 1 = 1 "
if(@param1 IS NOT NULL) @sqlStatement = @sqlStatement + "AND Column1 = " + @param1
if(@param2 IS NOT NULL) @sqlStatement = @sqlStatement + "AND Column2 = " + @param2
// and so on
sp_executeSql @sqlStatement
</code></pre>
<p>Also you can try similar SP but with:</p>
<pre><code>SELECT fields1, fields2 FROM TableA WHERE 1 = 1
AND ( ( @param1 IS NULL ) OR ( Column1 = @param1 ) )
AND ( ( @param2 IS NULL ) OR ( Column2 = @param2 ) )
</code></pre>
<p>this is definitely injection proof!</p>
http://stackoverflow.com/questions/1543605/getting-no-of-rows-affected-after-running-select-query-in-sql-server-2005/1543637#15436370Answer by Binoj Antony for Getting no. of rows affected after running select query in SQL Server 2005Binoj Antony2009-10-09T13:06:58Z2009-10-09T13:06:58Z<pre><code>You can just use `@@ROWCOUNT` to get the records affected/returned
DECLARE @rowsreturned INT
SET @rowsreturned = @@ROWCOUNT
</code></pre>
http://stackoverflow.com/questions/1529604/c-antipatterns/1543580#15435802Answer by Binoj Antony for C# AntipatternsBinoj Antony2009-10-09T12:55:25Z2009-10-09T12:55:25Z<p>I have actually seen this.</p>
<pre><code>bool isAvailable = CheckIfAvailable();
if (isAvailable.Equals(true))
{
//Do Something
}
</code></pre>
<p>beats the <code>isAvailable == true</code> anti-pattern hands down!<br/>
Making this a super-anti-pattern!</p>
http://stackoverflow.com/questions/1543522/why-do-we-prefer-to-operator-in-c/1543541#15435414Answer by Binoj Antony for why do we prefer ? to ?? operator in c#?Binoj Antony2009-10-09T12:45:15Z2009-10-09T12:45:15Z<p>One reason I can think of is that this operator was introduced in .NET 2.0 so the code for .NET 1.1 cannot have it.</p>
<p>I agree with you, we should be using this more often.</p>
<p>ref <a href="http://www.codingday.com/nullable-types-null-coalescing-operator-in-net-20/" rel="nofollow">link</a></p>
http://stackoverflow.com/questions/1541860/what-is-the-difference-between-web-farm-and-web-garden/1541870#15418703Answer by Binoj Antony for What is the difference between Web farm and Web Garden?Binoj Antony2009-10-09T04:56:06Z2009-10-09T04:56:06Z<p>Web Garden is the web hosting system which comprises of multiple “processes”.<br />
Web Farm is the web hosting system which comprises of multiple “computers”.</p>
<p>Taken from <a href="http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=55483" rel="nofollow">here</a></p>
http://stackoverflow.com/questions/1536162/datetimeformatinfo-invariantinfo-vs-cultureinfo-invariantculture1DateTimeFormatInfo.InvariantInfo vs CultureInfo.InvariantCultureBinoj Antony2009-10-08T07:29:00Z2009-10-09T04:49:05Z
<p>I am trying to parse DateTime, with an exact format being accepted from client input.</p>
<p>Which one is better</p>
<pre><code>bool success = DateTime.TryParseExact(value, "dd-MMM-yyyy",
DateTimeFormatInfo.InvariantInfo, DateTimeStyles.None, out dateTime);
</code></pre>
<p>OR</p>
<pre><code>bool success = DateTime.TryParseExact(value, "dd-MMM-yyyy",
CultureInfo.InvariantCulture, DateTimeStyles.None, out dateTime);
</code></pre>
<p>Of course, this code is inside a common static method that is called wherever parsing of date is required.</p>
http://stackoverflow.com/questions/954327/hidden-features-of-html39Hidden Features of HTMLBinoj Antony2009-06-05T04:58:36Z2009-10-06T07:45:00Z
<p>HTML being the most widely used language (at least as a markup language) has not gotten its due credit. <br/>
Considering that it has been around for so many years, things like the FORM / INPUT controls have still remained same with no new controls added.</p>
<p>So at least from the existing features, do you know any that are not well known but very useful.</p>
<p>Of course, this question is along the lines of :</p>
<p><a href="http://stackoverflow.com/questions/61088">Hidden Features of JavaScript</a><br />
<a href="http://stackoverflow.com/questions/628407">Hidden Features of CSS</a><br/>
<a href="http://stackoverflow.com/questions/9033">Hidden Features of C#</a><br />
<a href="http://stackoverflow.com/questions/102084">Hidden Features of VB.Net</a><br />
<a href="http://stackoverflow.com/questions/15496">Hidden Features of Java</a><br />
<a href="http://stackoverflow.com/questions/54929">Hidden Features of ASP.NET</a><br />
<a href="http://stackoverflow.com/questions/101268">Hidden Features of Python</a><br />
<a href="http://stackoverflow.com/questions/605439">Hidden Features of TextPad</a><br/>
<a href="http://stackoverflow.com/questions/54886">Hidden Features of Eclipse</a></p>
<p>Do not mention features of HTML 5.0, since it is in <a href="http://stackoverflow.com/questions/605439">Working Draft</a><br/></p>
<p><strong>Specify one feature per answer, please</strong>.<br/></p>
http://stackoverflow.com/questions/365615/in-net-which-loop-runs-faster-for-or-foreach/1840719#1840719Comment by Binoj Antony on In .NET which loop runs faster for or foreachBinoj Antony2009-12-04T05:45:25Z2009-12-04T05:45:25ZNice one, good to see Jeff being so explicit about this.http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit/1783023#1783023Comment by Binoj Antony on Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-24T04:48:34Z2009-11-24T04:48:34ZYou mean throw it within a try or outside of it?http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit/1746665#1746665Comment by Binoj Antony on Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-17T12:01:33Z2009-11-17T12:01:33ZThey are giving me the following - 15.6 720p WLED (1366x768) Display with TrueLife. Is this good enough?http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit/1746670#1746670Comment by Binoj Antony on Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-17T08:36:40Z2009-11-17T08:36:40ZHas any of them used VS2008 on Windows 7 Home Premium?http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit/1746979#1746979Comment by Binoj Antony on Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-17T08:36:02Z2009-11-17T08:36:02ZWhich version of Win 7 did you try this on?http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit/1746650#1746650Comment by Binoj Antony on Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-17T08:35:28Z2009-11-17T08:35:28ZWhich version of Win 7 did you try this on?http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit/1746651#1746651Comment by Binoj Antony on Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-17T08:34:57Z2009-11-17T08:34:57ZWhich version of Win 7 did you try this on?http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit/1746655#1746655Comment by Binoj Antony on Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-17T08:33:32Z2009-11-17T08:33:32ZWhich version of Win 7 did you try this on?http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit/1746665#1746665Comment by Binoj Antony on Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-17T06:23:57Z2009-11-17T06:23:57ZSql Server 2008 express 32bit?http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit/1746665#1746665Comment by Binoj Antony on Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-17T05:03:46Z2009-11-17T05:03:46ZBtw Studio bundles Home Premium, and I am upgrading it to Pro, Which version do you have?http://stackoverflow.com/questions/1746644/does-visual-studio-2008-work-well-with-windows-7-pro-64bit/1746665#1746665Comment by Binoj Antony on Does Visual Studio 2008 work well with Windows 7 pro 64bit Binoj Antony2009-11-17T05:01:59Z2009-11-17T05:01:59ZAny issues with any other development tools, what about VS2008SP1, Azure Add ons, Sql Server 2008 express etc?http://stackoverflow.com/questions/1367859/sql-server-helper-stored-procedure-or-utility-for-alter-table-alter-column-identi/1723248#1723248Comment by Binoj Antony on sql server helper stored procedure or utility for alter table alter column IDENTITY(1,1)Binoj Antony2009-11-13T05:06:55Z2009-11-13T05:06:55ZWell this command only resets the identity column seed value for an EXISTING column, does not ADD identity column, read the question carefully.http://stackoverflow.com/questions/692931/ms-stylecop-and-cruisecontrol-net/694291#694291Comment by Binoj Antony on MS StyleCop and CruiseControl.NETBinoj Antony2009-11-09T09:28:16Z2009-11-09T09:28:16ZWhat limitation have you found in using TeamCity Pro vs CruiseControl since alls not free in TeamCity...?http://stackoverflow.com/questions/1642659/is-it-more-efficient-to-compare-ints-and-ints-or-strings-and-stringsComment by Binoj Antony on Is it more efficient to compare ints and ints or strings and stringsBinoj Antony2009-10-29T11:06:27Z2009-10-29T11:06:27Z@Butcher use the code listing A I have provided against the one you have mentioned in the question and the selected answer for better results.http://stackoverflow.com/questions/701536/rbac-for-asp-net/701554#701554Comment by Binoj Antony on rbac for asp.net?Binoj Antony2009-10-27T11:44:59Z2009-10-27T11:44:59ZThis uses AzMan (windows authentication), what if we want to do this using custom code and database?