Search This Blog
Thursday, October 29, 2009
SCM(Software Configuration Management)
http://www.rspa.com/spi/SCM.html
In software engineering, software configuration management (SCM) is the task of tracking and controlling changes in the software. Configuration management practices include revision control and the establishment of baselines.
SCM concerns itself with answering the question "Somebody did something, how can one reproduce it?" Often the problem involves not reproducing "it" identically, but with controlled, incremental changes. Answering the question thus becomes a matter of comparing different results and of analysing their differences. Traditional configuration management typically focused on controlled creation of relatively simple products. Now, implementers of SCM face the challenge of dealing with relatively minor increments under their own control, in the context of the complex system being developed.
Friday, October 23, 2009
ASP.NET Interview Questions
http://www.careerride.com/ASPNet-Questions.aspx
http://asp-interviewquestions.blogspot.com/2009/05/written-test-or-practical-aspnet.html
http://asp-interviewquestions.blogspot.com/2009/05/written-test-or-practical-aspnet.html
Wednesday, October 21, 2009
Thursday, October 15, 2009
Multi-Threading in .NET
http://www.yoda.arachsys.com/csharp/threads/
http://www.freevbcode.com/ShowCode.Asp?ID=1287
http://www.freevbcode.com/ShowCode.Asp?ID=1287
http://msdn.microsoft.com/en-us/library/system.threading.aspx
Wednesday, October 14, 2009
CodeDom in .NET
http://www.15seconds.com/Issue/020917.htm
http://www.codeproject.com/KB/dotnet/CompilingWithCodeDom.aspx
http://msdn.microsoft.com/en-us/library/y2k85ax6%28VS.71%29.aspx
http://www.codeproject.com/KB/dotnet/CompilingWithCodeDom.aspx
http://msdn.microsoft.com/en-us/library/f1dfsbhc%28VS.80%29.aspx
http://msdn.microsoft.com/en-us/library/y2k85ax6%28VS.71%29.aspx
Native Image Generator (Ngen.exe)
> http://msdn.microsoft.com/en-us/library/6t9t5wcf%28VS.80%29.aspx
> http://www.codeproject.com/KB/aspnet/Ngen.aspx
> http://www.codeproject.com/KB/aspnet/Ngen.aspx