Feedback on OOPS online training session

Posted by Webmaster under DotNetFunda.Com on 2/13/2010 | Views : 4861 | Status : [Administrator] | Replies : 22
Dear Participants,

Thank you very much for attending today's (13-Fe-2009) pretty interactive training session on OOPS. It was an awesome experience and participants were able to brought some really interesting topics where we shared our knowledge.

Please share your feedback about this session and also let us know your suggestions to improve forthcoming sessions ( http://www.dotnetfunda.com/misc/page15.aspx ) that will happen in coming days.

You can also discuss any topic related with this session in this thread if appropriate, if not create a new thread in the Forums section (http://www.dotnetfunda.com/forums/).

Best regards,
Webmaster
http://www.dotnetfunda.com



Responses

Posted by: Ck.kislay on: 2/15/2010 [Member] Starter

Up
0
Down
I did not enroll for this session, so I want recorded version of this session.
When the recorded session will available?

Thannks,
Chandan

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: mesutdemir-3387 on: 2/15/2010 [Member] Starter

Up
0
Down
This was one of the best sessions I attended in the last period. OOP is important topic. The document was well prepared and the given information was strong and good to understand the OOP process...

thanks again for this good presentation...

I really like to see these kind of session...

thanks

mesut

fan of shivprasad koirala... great teacher

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Dskishore on: 2/15/2010 [Member] Starter

Up
0
Down
Its Very Interesting. I want this video file for share with my friends and colleagues.

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Ck.kislay on: 2/15/2010 [Member] Starter

Up
0
Down
please send me link for this shared location.

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Webmaster on: 2/15/2010 [Administrator] HonoraryPlatinum

Up
0
Down
Dear All,

We are happy to inform that we have sent the email with the session video and source code download details this evening. It should be in your email box.

@Mesut,
Thank you for sharing your feedback. We shall try to keep this type of session going on in future.

@Ck.kislay
The session video and source codes are only available for the nominated users.

@Dskishore
Thank you. Please download your copy and share the downloaded copy to your friends and colleagues instead of downloading from the url again and again to avoid bandwidth consumptions :)

Thanks again to everybody.

Keep participating in DotNetFunda.Com, there are more coming ...

Best regards,
Webmaster
http://www.dotnetfunda.com

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Nspkarthik on: 2/15/2010 [Member] Starter

Up
0
Down
Hi,
Very good session,OOPS session very useful


Thanks
Karthik

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Dskishore on: 2/15/2010 [Member] Starter

Up
0
Down
Dear Webmaster,

Thanks for sharing the useful OOPs session Videos and Source Code.Thank you very Much.


Thanks & Regards,

D S Kishore

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Ashoknalam on: 2/16/2010 [Member] Starter

Up
0
Down
Hello DNF,

We are very much thankful for conducting this type of sessions.
I listened to entire session it was amazing and very interactive.we shared out thoughts in the discussion.
Good presentation from shiv and good work from sheo.
We are expecting more sessions from you.
Again a Big THANKs to DotNetFunda.

Thanks & Regards,
Ashok Nalam

Ashok Nalam

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Questpond on: 2/16/2010 [PanelMember] [Member] [Microsoft_MVP] [MVP] [Administrator] Starter

Up
0
Down
It was nice interacting with people and learning new things. Hope new users from DNF come in and give such kind of sessions.

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rathi on: 2/17/2010 [Member] Starter

Up
0
Down
hi...this is Rathi...i attended last session...all we discussed abt Oops concept....its pretty useful..esp for those who r freshers...
as one of the friend queried ...if two interface with same method been inherited..is it possible or not...so for that query one of my senior friend explained how to handle this...the example code snippet given below...

class TestInterface : Interface1,Interface2
{
#region Interface1 Members

void Interface1.Update(string t1)
{
throw new NotImplementedException();
}

#endregion


#region Interface2 Members

void Interface2.Update(string t1)
{
throw new NotImplementedException();
}

#endregion
}

class Program
{
static void Main(string[] args)
{

TestInterface tinterface = new TestInterface();

Interface1 inter1 = tinterface as Interface1; // Here the TYPE CASTING taken place...not boxing/Unboxing..becoz both interface ansd class are reference type...so boxing/unboxing not possible....

inter1.Update("Test Interface1");


Interface2 inter2 = tinterface as Interface2;
inter2.Update("Test Interface2");

}
}



Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Webmaster on: 2/17/2010 [Administrator] HonoraryPlatinum

Up
0
Down
The same is explained here also http://www.dotnetfunda.com/articles/article133.aspx.

Thank you.

Best regards,
Webmaster
http://www.dotnetfunda.com

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Nishithraj on: 2/18/2010 [Member] Bronze

Up
0
Down
Hoo I missed out the session.

Mark this as answer, if it is.....

With regards
Nishithraj Narayanan

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Ck.kislay on: 2/18/2010 [Member] Starter

Up
0
Down
I downloaded this vedio, but it also adio version.
Is any thing missing there??

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Questpond on: 2/18/2010 [PanelMember] [Member] [Microsoft_MVP] [MVP] [Administrator] Starter

Up
0
Down
You will need to install live meeting codecs

http://support.microsoft.com/kb/944586

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Nishithraj on: 2/24/2010 [Member] Bronze

Up
0
Down
I have send mail for the upcoming trainings. But I didn't get the reply.



Mark this as answer, if it is.....

With regards
Nishithraj Narayanan

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rjain8 on: 2/25/2010 [Member] Starter

Up
0
Down
Please send me this video and source code.

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Webmaster on: 2/25/2010 [Administrator] HonoraryPlatinum

Up
0
Down
Dear Rjain,

Videos and Source code are only available to those who have nominated for this session. If you had nominated for this session, you must have got an email from us with location to download the Video and Source code.

Thanks for contacting us.

Best regards,
Webmaster
http://www.dotnetfunda.com

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rjain8 on: 2/25/2010 [Member] Starter

Up
0
Down
I just join the group yesterday.I think it is very good session.If possible then plz send me the link also.it will be very helpful for me.
Thanks

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bubbly on: 2/26/2010 [Member] Bronze

Up
0
Down
Hello,

Why is the video and source code download available only to nominated members?

Can't it be for every member here?

++
Thanks & Regards,
Deepika

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Webmaster on: 2/26/2010 [Administrator] HonoraryPlatinum

Up
0
Down
Dear Bubbly,

The file size of the Video is huge so keeping this publicly available will put us on risk of consuming too much bandwidth. As this can be downloaded from potential spammers repetitively.

Best regards,
Webmaster
http://www.dotnetfunda.com

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Sunnyjagtap11 on: 2/8/2011 [Member] Starter | Points: 25

Up
0
Down
I can't attend this session.
plz send me session information
Plz
Thanx
My id is sunnyjagtap11@gmail.com

Thanx & Regards.
SUNNY

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Webmaster on: 2/8/2011 [Administrator] HonoraryPlatinum | Points: 25

Up
0
Down
Dear Sunny,

Thanks for inquiring about the session recordings, this session recording and 14 other session recordings are available at http://itfunda.com/download-of-online-sessions-conducted-/Show/16, because the file sizes are huge so it is available for a small token amount.





Best regards,
Webmaster
http://www.dotnetfunda.com

Webmaster, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response