Monthly Archives: March 2005

Declaration of Interdependence

Thoughts on DOI #6 – Situationally Specific And finally, I conclude my explanation of the Declaration of Interdependence with the sixth statement about situationally specific strategies and tactics. #6 – Situationally Specific We improve effectiveness and reliability through situationally specific strategies, … Continue reading

Posted in Computers and Internet | Leave a comment

Micro-COCOMO an Excel Tool for doing project estimates

Micro-COCOMO an Excel Tool for doing project estimates COCOMO is a time tested method for estimating projects. A “modernized” version is available as an MS Excel application on the downloads page  Some notes: 1. Like all estimating tools, the results … Continue reading

Posted in Computers and Internet | Leave a comment

COCOMO and Refactoring

Introduction With the advent of software cost modeling tools such as COCOMO [Boehm, 1981] the potential ability for software engineers to correctly estimate the project life cycle was greatly enhanced. Software tools such as Excel provide the calculation engines needed … Continue reading

Posted in Computers and Internet | 2 Comments

A Love Letter – .NET Way

I have a managed heap of memories regarding you – none of which are IDisposable.  Therefore I am compiling my references, and persisting them to you in this file, which is ISerializable and will last for generations (at most 3). I remember how I … Continue reading

Posted in Entertainment | 1 Comment

.NET, C#, ASP.NET, Web Services, Remoting interview questions

http://www.techinterviews.com/index.php?cat=1http://www.techinterviews.com/index.php?p=5#more-5http://www.techinterviews.com/index.php?cat=6http://www.techinterviews.com/index.php?cat=12http://www.techinterviews.com/index.php?p=78#more-78http://www.techinterviews.com/index.php?p=114#more-114http://www.techinterviews.com/index.php?p=176#more-176http://www.techinterviews.com/index.php?p=176http://www.techinterviews.com/index.php?p=178http://www.techinterviews.com/index.php?p=179http://www.techinterviews.com/index.php?p=160#more-160 http://blogs.crsw.com/mark/articles/252.aspxhttp://blogs.crsw.com/mark/articles/253.aspxhttp://blogs.crsw.com/mark/articles/254.aspxhttp://www.certfaq.com/employment/e011.htmlhttp://www.cnblogs.com/fengzhimei/archive/2004/06/20/17206.aspxhttp://zerotrilogy.gotdns.com/jaysonblog/archive/2003/11/20/164.aspxhttp://moskalyuk.com/blog/wizards-in-net-with-c/88http://www.hanselman.com/blog/ASPNETInterviewQuestions.aspxhttp://forums.aspfree.com/archive/t-33756/AspNet-Interview-questionshttp://weblogs.asp.net/justin_rogers/articles/120197.aspxhttp://www.dotnetspider.com/technology/exams/ExamsCategory.aspx?CategoryId=2http://www.sqlservercentral.com/columnists/awarren/isallcodereallycodeonequestionfromaninterview.asp .NET / C# interview questions search in google.co.in http://www.lazycoder.com/weblog/archives/2004/08/19/interview-questions/http://www.cnblogs.com/fengzhimei/archive/2004/06/01/12599.htmlhttp://www.cnblogs.com/fengzhimei/archive/2004/06/20/17206.aspxhttp://www.cnblogs.com/fengzhimei/archive/2004/06/01/12598.aspxhttp://www.vbusers.com/codecsharp/codeget.asp?ThreadID=39&PostID=1&NumReplies=0SQL http://odetocode.com/Blogs/poonam/archive/2004/02/24/180.aspxhttp://www.furl.net/members/adrianflorea/Quizhttp://spaces.msn.com/members/pjsson/http://www.certfaq.com/employment/e011.htmlhttp://www.daveranck.com/SoftwareDev/DevArticles/342.aspx

Posted in Computers and Internet | 1 Comment

Desktop Blogging – blogging from your Desktop

Desktop Blogging A common question: Can I post from a windows application? Answer: Yes There is a feature rich service under development now. In the meantime, for simply posting you have two choices. There is a simple web service available … Continue reading

Posted in Computers and Internet | Leave a comment

Passing Methods As Parameters in .NET/C#

Passing Methods As Parameters: Delegates to the Answer On the ASPAdvice C# list someone had asked, "Is it was possible to pass a method as a parameter." The answer of course is yes, by using delegates. The follow is a rather … Continue reading

Posted in Computers and Internet | 1 Comment

The underlying connection was closed Error in ASP.NET

The underlying connection was closed Problem You will encounter this problem if your machine is sitting behind a firewall proxy and you try to invoke the GetResponse method of the WebRequest class (WebRequest.GetResponse()). I have seen many posts on the … Continue reading

Posted in Computers and Internet | 2 Comments

Debugging JavaScript in VS.NET for ASP.NET application

The following tip will explain how you can setup your JavaScript code to be debugged in VS.NET. Create a file named something.js and then add all your JavaScript functions to this file. Add the js file to your ASP.NET project. Then in … Continue reading

Posted in Computers and Internet | 1 Comment

Big John doesn’t pay

One fine day, a bus driver went to the bus garage, started his bus, and drove off along the route. No problems for the first few stops-a few people got on, a few got off, and things went generally well.  … Continue reading

Posted in Entertainment | Leave a comment