June 2005 - Posts
My Sweet and Short article for support.Microsoft.com
http://support.microsoft.com/default.aspx?scid=kb;en-us;555009
Suresh Behera
Good reference to Start New Visual Studio tools for Office 2005
- Getting Started (Visual Studio Tools for Office)
-
Provides links to information on installing Visual Studio Tools for Office, how to begin creating solutions, and what has changed since the earlier version.
- Architecture of Visual Studio Tools for Office Solutions
-
Provides links to information on how Visual Studio Tools for Office solutions work, including information on the custom document properties, the data model, and the Runtime Storage Control.
- Upgrading Office Solutions
-
Contains links to information about the upgrade process, the changes you must make in the upgraded project, and considerations for side-by-side installations of the Microsoft .NET Framework.
- Creating Office Solutions in Visual Studio
-
Provides links to information about creating Word and Excel solutions and the role of assemblies in your solution.
- Programming Word and Excel Applications
-
Provides links to information about using managed code with Word and Excel solutions, including customizing the Office user interface, using controls on Office documents, and using actions panes.
- Automating Applications Using the Office Object Model
-
Provides links to information about automating Word and Excel using managed code.
- Data in Office Solutions
-
Contains links to topics that explain how data works in Office solutions, including information about schema-oriented programming, data caching, and server-side data access.
- Building and Debugging Office Projects
-
Lists topics that explain the few differences that exist between building and debugging Visual Studio Tools for Office projects and other types of projects in Visual Studio, such as Windows Forms.
- Troubleshooting Office Solutions
-
Provides links to topics that contain tips for solving common problems that you might encounter when creating Office solutions using Visual Studio Tools for Office.
- Security in Office Solutions
-
Contains topics that explain how Visual Studio Tools for Office solutions incorporate the security features available with the Microsoft .NET Framework.
- Deploying Office Solutions
-
Provides links to information about how to make a Word document or Excel workbook available to your users as well as the major issues to consider when choosing a deployment method and setting security.
- Project Extensibility in Visual Studio Tools for Office
-
Lists topics that provide information about automation and extensibility in Visual Studio Tools for Office projects, which can be used for automating tasks in the integrated development environment and extending project types and project items.
- Office Development Samples and Walkthroughs
-
Provides links to sample applications and topics that give step-by-step instructions about performing common tasks.
- Reference (Visual Studio Tools for Office)
-
Provides links to detailed information on the Visual Studio Tools for Office class libraries, user interface, manifests, and other objects.
Related Sections
- Programming in Visual Studio with the .NET Framework
-
Discusses application development with the .NET Framework in Visual Basic, Visual C#, Visual J#, or Managed Extensions for C++.
- Introducing Visual Studio
-
Provides basic information about Visual Studio, a complete set of development tools for building ASP.NET Web applications, XML Web services, desktop applications, and mobile applications.
- Integrated Development Environment for Visual Studio
-
Contains links to topics that explain how you can use Visual Studio to design, develop, debug, and deploy Web applications, XML Web services, and traditional client applications.
Suresh Berera
Share Point Portal Question
NO of People: Two
Duration: 45 Minutes
Position: Senior Level
1. What kind of work you did on Share Point Portal?
2. What is WebPart and how is differe from Web User Control?
3. What are Pros and Cons of WebParts?
4. How you communicate between WebParts?
5. What are the configurations you make to communicate between WebParts?
6. What is difference between WSS and Share Point Portal?
7. What are the things you can not achieve in WSS compare to SPS?
8. Is it possible to migrate old SPS Portal to SPS 2003?
9. Can the migration tools convert all your code?
10. What are the changes you need to do after migrating old SPS to new SPS
11. What are the top level objects?
12. How do you access a list inside an InfoPath Document?
13. What are the events occurred on Document?
14. What is the Interface you will implement for an events call?
15. Have you work with Microsoft Office with Share Point Portal 2003?
16. How you display Excel in Share Point Portal?
17. How u integrate Outlook with Share Point Portal?
18. Do you follow any standard for Share Point Portal?
19. What is the check lists needed before moving to production mode?
20. What the configuration you need to make for Internet based Share Point Portal site?
21. Have you used any tools to check C# coding standards?
22. How you do your unit testing?
23. Do you use any mechanism to create a stub for NUnit?
24. How do you access WebParts Data from InfoPath?
Cheers..Best Of Luck
Suresh Behera
Share Point Portal Question
NO of People: Two
Duration: 45 Minutes
Position: Senior Level
1. What kind of work you did on Share Point Portal?
2. What is WebPart and how is differe from Web User Control?
3. What are Pros and Cons of WebParts?
4. How you communicate between WebParts?
5. What are the configurations you make to communicate between WebParts?
6. What is difference between WSS and Share Point Portal?
7. What are the things you can not achieve in WSS compare to SPS?
8. Is it possible to migrate old SPS Portal to SPS 2003?
9. Can the migration tools convert all your code?
10. What are the changes you need to do after migrating old SPS to new SPS
11. What are the top level objects?
12. How do you access a list inside an InfoPath Document?
13. What are the events occurred on Document?
14. What is the Interface you will implement for an events call?
15. Have you work with Microsoft Office with Share Point Portal 2003?
16. How you display Excel in Share Point Portal?
17. How u integrate Outlook with Share Point Portal?
18. Do you follow any standard for Share Point Portal?
19. What is the check lists needed before moving to production mode?
20. What the configuration you need to make for Internet based Share Point Portal site?
21. Have you used any tools to check C# coding standards?
22. How you do your unit testing?
23. Do you use any mechanism to create a stub for NUnit?
24. How do you access WebParts Data from InfoPath?
Cheers..Best Of Luck
Suresh Behera
Few of my personal Share Point Portal Interview Question (Two people,They asking question very rapidly)
No Of People : Two
Time : 40 Minutes
Position : Sr. Share Point Portal Developer /Analyst
- Do u have experience on Share Point Portal administration ?
- What is Custom List ?
- What is back end use SPS 2003 ?
- Can there i use oracle as my back end?
- Explain Security Model in SPS 2003?
- How the search happening in SPS 2003?
- What is difference in View and List?
- What is role of WSS in SPS 2003?
- What is role of Active Directory in SPS 2003 ?
- Can i operate SPS 2003 without Active Directory?
- What is SitreGroup ?
- What is SiteCollection?
Best of Luck
Suresh Behera
Following question are asked to me for Senior .Net Developer(2nd Round,45 minutes) .Three people are taking my interview. Due to shortage of time I am unable to write answers will try to compile answer later. Check Google and try you luck. If you need any answer send me a mail. Best of luck
- What is Dataset and RecordSet ?
- What is View State ?
- What is the role of EnableViewState property?
- What is advantage and disadvantage of EnableViewState and tell me the scenario ?
- What is difference between server.transfer and Response.Redirect ?
- What is difference between Process and Thread?
- What is role of Windows Services?
- What is Difference between Dll and Exe ?
- Difference in Debug and Trace?
- What is the necessity of writing Throw new exception ?
- What will happen if you throw SQLException and there is no catch for SQLException ?
- What is difference between GOTO ERROR(VB 6.0) and Throw new Exception?
- What is Boxing ?
- How you can have multiple inheritance in C# ?
- How you can Protect a class not to be inherited and what is the access modifier?
- What is Webfarming ?
Keep watch this section i will post more question.
Thanks for reading this
Suresh Behera
All about Microsoft ASP.NET Interview
-------------------------------------------
From Mumbai User Group
http://groups.msn.com/MumbaiUserGroup/aspnetfaqs.msnw
From Scott's Blog
ASP.NET Interview Questions
ASPNET FAQ
http://www.aspnetfaq.com/
Dave's Blog
http://blog.daveranck.com/archive/2005/01/20/355.aspx
Suresh Behera
I though to start a special section to cover all Microsoft Technologies Interview related question, 'Fun & facts’, Tips and Reference Material
Please help me to collect all questions which are related to Microsoft .Net technologies.
Suresh Behera
More Posts
Next page »