ما من فرد منا في هذه الفترة يبحث عن عمل الا وسيبدأ مع اي شركه في اي مجال بالمقابله الشخصيه التي هي أولي الخطوات لتقديم و لتقييم الفرد المرشح . المقابله الشخصيه اختبار ذات جوانت متعدده .... مثلها مثل اي شئ في هذه الدينا .... اختبار و كل اختبار له عدده خطوات تصب في طريق النجاح ... اردت اليوم ان الخص بعض هذه الخطوات من خلال ما قرأته من مواقع متعدده هنا لتعم الفائده علماً بأن هذه المواقع مشار اليها في نهايه المقال . المرحله الاولي - التحضير : هي تلك المرحله ما قبل المقابله نفسها . تسمي في بعض الاحيان بالواجب المنزلي . كل ما عليك في هذه المرحله ان تراجع معلوماتك فغالبا انت معرض لاختبار (تقني technical و ذكاءIQ و شخصي peronal test ) . حاول ان تجلب معلومات عن الشركه... عنوانها ... مجالها .... فروعها ... الاشخاص الذي سوف تقوم بمقابلتهم في المقابله الشخصيه (يمكنك ذلك من خلال موقع الشركه علي الانترنت او من خلال اصدقائك و من حولك ) هذه المعلومات سوف تدعمك وقت المقابله مع الشركه . جهز صورة شخصيه و السيرة الذاتيه فأحياناً كثيرة تحتاج الشركه لها . حرصك علي هذه الاشياء الصغير سيعطي فرصه للشركه لكي
شبكاتك الاجتماعيه جزء من صحيفتك يوم القيامه .. فاملأها بما شئت !
تعليقات
:D:D
قصدى هيه دى مايكروسفت يا احمد :D
:)
In a library:
namespace MyNamespace
{
public class Win32Exception : Exception
{
public override string Message
{
get
{
return "The operation completed successfully";
}
}
}
public class Foo
{
public void Print()
{
throw new Win32Exception();
}
}
}
Compile and then delete the debug database .pdb file of the library.
Then in refrence to the library and create a new Foo object and invoke Print() in debug mode. Something like this.
new MyNamespace.Foo().Print();
Sorry , Mr.Anonymous at the first , I haven't any need or free time to do any type of FAKING like this...
secondly , some of real Microsoft error messages HAVEN"T Punctuations
...
==
you can see this exception picture which haven't Punctuations ...
http://www.leadingedgesim.com/miguez/pics/DirectFlight/ide.png
from this article's link
http://discussions.flightaware.com/viewtopic.php?t=2381
==
third ,I adore Microsoft and it's technology very much ..all my friend now that ... and know my mortals ..
The links you provided, I think it is really an error message from Microsoft and IT HAS PUNCTUATIONS though, not having a dot at the end of the message is because they provide an expression "Section=ResponseStatusLine".
What makes me think it's really a Microsoft message that I can see the call stack and the details of the message; I can see what generated the exception.
While, on the other hand,
your error message doesn't have punctuations,
you're not showing the call stack,
you're not showing the type of the object printDocument1 although your code is only 31 lines of code
and you erased the text of the comboboxes next to the start debugging button (it's very obvious) but you forgot that the taskbar and the title bar is showing the mode which is debugging.
If you want to prove something you should provide detailed information and documentation about it (call stack, details of the message, the object declaration, the namespaces if you're not using fully qualified names ...etc) otherwise you’re proving nothing.
as I mentioned before this error happened to me ...
If Allah wants isA when some errors occur again , I will provide my articles with the stack call to believe me Mr.Anonymous .