Comments for Developer's Columns / A Developers Diary Thu, 09 Jan 2014 17:26:24 +0000 hourly 1 https://wordpress.org/?v=6.8.1 Comment on ACL Security Configuration for WCF by Developer's Columns » SDDL /acl-security-configuration-for-wcf/comment-page-1#comment-6432 Mon, 26 Nov 2012 17:16:43 +0000 /wcf-http-and-windows-vista.html#comment-6432 […] an understanding of SDDL, gains significance in context to ACL Security Configuration for WCF. The SDDL settings need to used along with httpcfg tool available under Windows Server 2003. For […]

]]>
Comment on Size of an Empty Struct? by Sunil Manikani /sizeof-empty-struct/comment-page-1#comment-3222 Sun, 18 Dec 2011 15:21:56 +0000 /sizeof-empty-struct.html#comment-3222 From the website of creator of c++; I found that this discussion can be more useful when we take into account inheriting from empty classes…
______________________________________________________________________________

class Empty { };

void f()
{
Empty a, b;
if (&a == &b) cout << "impossible: report error to compiler supplier";

Empty* p1 = new Empty;
Empty* p2 = new Empty;
if (p1 == p2) cout <a;
if (p1 == p2) cout << "nice: good optimizer";
}

This optimization is safe and can be most useful. It allows a programmer to use empty classes to represent very simple concepts without overhead. Some current compilers provide this "empty base class optimization".

regards,
Sunil.

]]>
Comment on Pointers – Vows and Concerns by Developer's Columns » Really Unmanaged? /pointers-vows-and-concerns/comment-page-1#comment-2934 Tue, 09 Aug 2011 04:46:43 +0000 /?p=20#comment-2934 […] Both ways you can go wrong. First leads to dangling pointers and the second to memory leak (see: Pointers vows and concerns […]

]]>
Comment on Hello World – “Aum” of Programming by Vivek Dutta Mishra /hello-world-%e2%80%93-%e2%80%9caum%e2%80%9d-of-programming/comment-page-1#comment-2905 Mon, 20 Jun 2011 11:08:21 +0000 /?p=4#comment-2905 In reply to Avishek Deb Roy.

You Guessed it right

]]>
Comment on Hello World – “Aum” of Programming by Avishek Deb Roy /hello-world-%e2%80%93-%e2%80%9caum%e2%80%9d-of-programming/comment-page-1#comment-2904 Mon, 20 Jun 2011 08:53:55 +0000 /?p=4#comment-2904 Hey Vivek,

Just curious to know the Board from which you did your schooling.
I have also used GWBASIC in my school days.
I am from ICSE background which during my time (if i am not wrong)
was the only board offering it in the curriculum.

]]>
Comment on Asp.Net Http Handlers (Part 1) by Abhishek Dutta /aspnet-http-handler-part-1/comment-page-1#comment-2856 Thu, 19 May 2011 15:28:41 +0000 /aspnet-http-handler-part-1.html#comment-2856 Hi,

Thanks so much,it makes so much sense now and I love the way u have explained it..so simplified

]]>
Comment on Slum house or Taj? by Web application using asp.net mvc : Concept Architect /slum-house-or-taj/comment-page-1#comment-2663 Sun, 20 Feb 2011 14:22:29 +0000 /slum-house-or-taj.html#comment-2663 […] guess the way is a proven one – slum house or taj mahal . Follow on my blog / .Net MVC Corporate Trainings […]

]]>
Comment on Understand She through C by Mayur Tendulkar /understand-she-through-c/comment-page-1#comment-1288 Wed, 23 Dec 2009 14:40:31 +0000 /understand-she-through-c.html#comment-1288 Nice one sir. Enjoyed it.

]]>
Comment on Internet Internationalized by The Indian Nation » Internet and Hindi /internet-internationalized/comment-page-1#comment-1072 Wed, 04 Nov 2009 14:19:18 +0000 /internet-internationalized.html#comment-1072 […] After six years of discussion, debate, brain storming and technical working, ICANN finally approved the use of Hindi and over a dozen of other international languages including Korean and Hebrew to be used as the domain name. A new TLD in Hindi will soon be a reality and Indians will be in a position to write their address in their national language – Hindi. (Read the detailed story here). […]

]]>
Comment on Http Hacked by Miles Soft : Concept Architect /http-hacked/comment-page-1#comment-931 Tue, 22 Sep 2009 09:17:46 +0000 /http-hacked.html#comment-931 […] Http Hacked […]

]]>