User - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T21:53:52Zhttp://stackoverflow.com/feeds/user/11039http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/665297/middleware-plugin-in-wcf0Middleware Plugin in WCFnaveen.kumar.bangalore2009-03-20T08:03:30Z2009-06-29T02:00:03Z
<p>How to create event notification web service or kind of middleware in WCF? Any good links or books there to start? Or do we have any open source light weight open source middle ware projects?</p>
http://stackoverflow.com/questions/62188/stack-overflow-code-golf/69369#693690Answer by naveen.kumar.bangalore for Stack overflow code golfnaveen.kumar.bangalore2008-09-16T04:23:22Z2009-06-22T18:44:30Z<p>In <strong>C#</strong>, this would create a stackoverflow...</p>
<pre><code>static void Main()
{
Main();
}
</code></pre>
http://stackoverflow.com/questions/207633/workflow-rulesetdialog1Workflow RuleSetDialognaveen.kumar.bangalore2008-10-16T06:58:03Z2009-05-22T15:44:31Z
<p>Can we somehow extend the RuleSetDialog class and host in our windows application?</p>
http://stackoverflow.com/questions/152338/wcf-unit-test5WCF Unit Testnaveen.kumar.bangalore2008-09-30T09:15:11Z2009-05-04T05:55:52Z
<p>How to unit test WCF services? Any 3rd Party tools available?</p>
http://stackoverflow.com/questions/352010/asp-net-web-setup1ASP.NET Web Setupnaveen.kumar.bangalore2008-12-09T07:06:03Z2009-02-20T15:08:43Z
<p>I have 3 web projects in a Visual studio solution.I want to create a single web setup project which should install all 3 web projects in their virtual directories.So how to create a single web setup project which supports multiple web application installation?</p>
http://stackoverflow.com/questions/229067/how-to-convey-bad-news-to-clients7How to convey bad news to clients?naveen.kumar.bangalore2008-10-23T09:17:11Z2009-01-06T16:22:43Z
<p>How to convey a bad news to the client?</p>
http://stackoverflow.com/questions/243083/what-is-a-strongly-typed-dataset/243102#2431020Answer by naveen.kumar.bangalore for What is a strongly typed dataset?naveen.kumar.bangalore2008-10-28T12:31:42Z2008-10-28T12:31:42Z<p>A dataset which is tightly to a specific table at compile time so you can access the columns of a table using actual column name instead of index.</p>
http://stackoverflow.com/questions/232500/how-to-configure-security-when-calling-wcf-service-from-net-2-0-client/232521#2325210Answer by naveen.kumar.bangalore for How to configure security when calling WCF Service from .Net 2.0 Clientnaveen.kumar.bangalore2008-10-24T05:09:38Z2008-10-24T05:32:29Z<p>Using SSL certificate is the only option for .NET 2.0 client accessing WCF service as basicHttpBinding provides no security. By using SSL, you are securing the whole transport channel.</p>
<p>Check the link <a href="http://www.codeplex.com/WCFSecurityGuide/Release/ProjectReleases.aspx?ReleaseId=15892" rel="nofollow">http://www.codeplex.com/WCFSecurityGuide/Release/ProjectReleases.aspx?ReleaseId=15892</a> . It covers WCF Security covering all scenarios.</p>
<p>To get free SSL certificate please visit <a href="http://www.comodo.com/" rel="nofollow">http://www.comodo.com/</a> or <a href="http://www.instantssl.com/" rel="nofollow">http://www.instantssl.com/</a> and try out in your application.</p>
http://stackoverflow.com/questions/232519/how-to-encourage-a-user-to-fill-in-long-application-forms/232527#232527-1Answer by naveen.kumar.bangalore for How to encourage a user to fill in long application forms?naveen.kumar.bangalore2008-10-24T05:12:25Z2008-10-24T05:12:25Z<p>use Ajax to populate and update the controls asynchronously.It will speedup the filling of long application forms.</p>
http://stackoverflow.com/questions/232489/how-do-you-keep-motivation-up-during-long-haul-programming-projects/232503#2325033Answer by naveen.kumar.bangalore for How do you keep motivation up during long haul programming projects?naveen.kumar.bangalore2008-10-24T04:52:54Z2008-10-24T04:52:54Z<p>Come to office before they arrive and leave office after they all leave. Make sure you are in touch with them throughout the working day and not just in status meetings.
Once in a while have a chat other topics than any project related.</p>
<p>Reward a programmer by notifying all the team members that he has fixed a critical and challenging bug.</p>
<p>Go for a team lunch. Spend for the lunch. </p>
http://stackoverflow.com/questions/229107/soa-career-1SOA Careernaveen.kumar.bangalore2008-10-23T09:32:42Z2008-10-23T09:36:24Z
<p>How can one find a career in Service Oriented Architecture? Where to start?</p>
http://stackoverflow.com/questions/182740/workflow-unit-testing2WorkFlow Unit Testingnaveen.kumar.bangalore2008-10-08T13:27:27Z2008-10-22T16:44:25Z
<p>How to unit test the windows workflows?</p>
http://stackoverflow.com/questions/224774/workflow-rules0workflow rulesnaveen.kumar.bangalore2008-10-22T07:43:17Z2008-10-22T08:01:47Z
<p>Is there any good sample code or tutorial which explains how to use IRuleExpression in a custom rule editor ( windows workflow Rules Editor ) ?</p>
http://stackoverflow.com/questions/200997/good-resources-about-unit-testing3Good resources about unit testing?naveen.kumar.bangalore2008-10-14T12:44:37Z2008-10-20T14:17:21Z
<p>Is there any good book or material which covers C# unit testing using mocks in depth?</p>
http://stackoverflow.com/questions/206286/how-do-you-tell-someone-theyre-writing-bad-code/207525#2075251Answer by naveen.kumar.bangalore for How do you tell someone they're writing bad code?naveen.kumar.bangalore2008-10-16T05:26:25Z2008-10-16T05:26:25Z<p>In front of him just refactor his code and show the difference between the two versions. Definitely he will like that.</p>
http://stackoverflow.com/questions/199962/f-domain-specific-language2F# - Domain Specific Language naveen.kumar.bangalore2008-10-14T03:50:31Z2008-10-15T20:35:19Z
<p>Is the F# is the future of programming languages? Is it right time to learn F# ? Any other languages in the market which is equivalent to F#?</p>
http://stackoverflow.com/questions/203756/how-do-i-debug-javascript-in-visual-studio-when-an-asp-net-application-is-run-und1How do I debug javascript in visual studio when an asp.net application is run under firefox?naveen.kumar.bangalore2008-10-15T04:54:42Z2008-10-15T05:19:45Z
<p>How to debug javascript in visual studio when an asp.net application is run under mozilla firefox browser? IE supports by enabling javascript debug option .</p>
http://stackoverflow.com/questions/203286/what-things-didnt-you-know-you-needed-but-are-now-very-glad-you-have/203747#2037472Answer by naveen.kumar.bangalore for What things didn't you know you needed but are now very glad you have?naveen.kumar.bangalore2008-10-15T04:48:24Z2008-10-15T04:48:24Z<p>Teach him Test Driven Development way of developing software.</p>
http://stackoverflow.com/questions/68862/how-to-remain-employable-in-the-face-of-constant-technological-change/69698#69698-2Answer by naveen.kumar.bangalore for How to remain employable in the face of constant technological changenaveen.kumar.bangalore2008-09-16T06:00:34Z2008-09-16T06:00:34Z<p>You should have the ability to forget things...</p>