I blog whenever i find things to remember and which are interesting when i am working/learning. I am happy if these experiences are useful to someone else too :) . Please feel free to suggest/correct. These are just out of my experiences . So they may be always a better way to do them ! I view life as a continuous learning experience !!
Wednesday, April 27, 2011
Sharepoint-Training 04/27/2010
mhacker@microsoft.com
http://blog.mikehacker.net
Sharepoint 2010 has cool features :)
Sharepoint Connections in Server Explorer to browse through sharepoint site ..
Event Receivers ... can write custom code to events thats happening inside sites ..
Web Parts ..
It is like developing a user control and using that control in a web page... here we develop a user control and deploy it in sharepoint sites.. Its like developing a normal web app .. sharepoint only supports .net 3.5 and 64 bit :)
Sharepoint Governance:
1) Someone has a need or concern about the service
2) That need is assessed against several things
http://blog.mikehacker.net
Sharepoint 2010 has cool features :)
Sharepoint Connections in Server Explorer to browse through sharepoint site ..
Event Receivers ... can write custom code to events thats happening inside sites ..
Web Parts ..
It is like developing a user control and using that control in a web page... here we develop a user control and deploy it in sharepoint sites.. Its like developing a normal web app .. sharepoint only supports .net 3.5 and 64 bit :)
Sharepoint Governance:
1) Someone has a need or concern about the service
2) That need is assessed against several things
Tuesday, April 26, 2011
Overview of user controls vs. custom controls
http://support.microsoft.com/kb/893667
http://msdn.microsoft.com/en-us/library/ms972975.aspx
http://msdn.microsoft.com/en-us/library/aa719735(vs.71).aspx
http://msdn.microsoft.com/en-us/library/aa720226(vs.71).aspx
Things to learn for me ...
1) The members or properties of user controls can be persisted using view state !
I don't know the above fact and was using sessions and Query Strings in URL ...
http://msdn.microsoft.com/en-us/library/ms972975.aspx
http://msdn.microsoft.com/en-us/library/aa719735(vs.71).aspx
http://msdn.microsoft.com/en-us/library/aa720226(vs.71).aspx
Things to learn for me ...
1) The members or properties of user controls can be persisted using view state !
I don't know the above fact and was using sessions and Query Strings in URL ...
Subscribe to:
Posts (Atom)