-
Hello guys, I'm going to do a MCTS 70 -536.Can you please mail me or upload & put a link on Pastpapers , Memory Dumps & Lerning Materials . mail - chathusms@gmail.com thanks
-
Download Link: http://rapidshare.com/files/302081386/626393eBook.rar
-
Hi, Can any one please help me to find a study guide, study resources for (70-541) MCTS: Microsoft Windows SharePoint Services 3.0 - Application Development exam. If you have any thing regarding above title please provide the link or mail it to gkt1234@gmail.com Thank you very much Gayan
-
i have had a couple of visits to local bookstores . could not get yhe materials ofr 526. so altered my plan and heading for 431. got some books towords 431. http://www.microsoft.com/mspress/books/8744.aspx i m desperate for this book please advice. ijas
-
[quote user="nishaner"] differences MCTS, MCSD & MCPD. [/quote] mcsd is the exams up to dot net 1.1 (visual studio 2003) mcts is the exam based from dot net 2.0 ( visual studio 2005) mcpd is the exam once you are qualified with mcts. so assuming that the path step 1 mcsd step 2 mcts step...
-
Thank you very much for your adeas. They are very worthful. As you are saying what are the differences MCTS, MCSD & MCPD.
-
guys , i need to know the percentage of testing areas for 70-528. for 70-536 they have mentioned that . but could not find that out for 528.. and i would like to thank chandana . i have participated 6th meeting of Joy. ijas
-
http://msdn.microsoft.com/en-us/library/26db8ysc(VS.80).aspx .ascx file <% @ Control Language="C#" ClassName="Spinner" %> < script runat ="server"> private int m_minValue; private int m_maxValue = 100; private int m_currentNumber = 0; public int MinValue { get...
-
Can we use OracleParameterCollection instead of OracleParameter array.
-
HI, Here is my sweet code for multiple select queries in one Stored procedure. protected DataSet fill_Two_ResultSets(OracleCommand OraCommand, string spName,DataSet DS) { try { OraCommand.Connection = GetDbCon; OraCommand.CommandType = CommandType.StoredProcedure; OraCommand.CommandText = spName; OraCommand...