Questions tagged [sharepoint]

15 questions
46
votes
14 answers

Why does everybody hate SharePoint?

Reading this topic about the most over hyped technologies I noticed that SharePoint is almost universally reviled. My experience with SharePoint (especially the most recent versions) is that it accomplishes it's core competencies smartly.…
Ryan Michela
  • 2,072
  • 2
  • 16
  • 14
8
votes
4 answers

What exactly does it mean that storing “large blobs in the database reduces performance”?

To someone who knows database internals this may be an easy question, but can someone explain in a clear way why storing large blobs (say 400 MB movies) in the database is supposed to decrease performance and what exactly does that mean? This is a…
7
votes
4 answers

Knowledge and skills required for Sharepoint

I was just wondering what skills and technologies I need to know to in order to start a career path in Sharepoint. I know that it primarily depends on the job I am applying for but there must be a number of baseline skills that are common among most…
Ein Doofus
  • 357
  • 1
  • 5
  • 11
5
votes
4 answers

Should I avoid SharePoint Development in Visual Studio?

Not long ago I started an internship at a company that supplies SharePoint consultancy, hosting and development. While their consultancy seems to be pretty good and solid, I feel their development department lacks direction. The reason for this,…
SaphuA
  • 192
  • 8
4
votes
2 answers

Agile development and standard requirement template

I know there is a distinct difference between a requirement specification and a user story. However in our company, many of the requirements can actually be defined in a standard template. This goes for small and medium sized business applications…
CADmageren
  • 43
  • 2
4
votes
2 answers

PHP to SharePoint roadmap

I'm a PHP developer with familiarity with Rails and a focus on MVC development. My company is moving more and more to SharePoint and I feel I need to learn to build application within the SharePoint system. I have some brief introduction to C# but…
Daryl Gubler
3
votes
2 answers

MS-Access to Sharepoint conversion?

I do some volunteer work with a non-profit organization on the side occasionally. My main area of expertise is ASP.NET, C#, and SQL. They currently rely heavily on an Access database for their day to day operations. One of their technology guys has…
agradl
  • 717
  • 4
  • 9
3
votes
1 answer

Proper Data Structure for Commentable Comments

Been struggling with this on an architectural level. I have an object which can be commented on, let's call it a Post. Every post has a unique ID. Now I want to comment on that Post, and I can use ID as a foreign key, and each PostComment has an…
Wesley
  • 283
  • 1
  • 10
2
votes
3 answers

How can I determine how to charge for supporting SharePoint sites and SharePoint development?

I recently created a site in SharePoint and I need to setup a maintenance/support agreement for the site. In addition to the site, there are some custom modules that were developed that we monitor. What considerations should I be making when…
2
votes
2 answers

asp .net development skills transferred to sharepoint?

Would a competent asp .net C# developer be disregarding a lot of their skills in order to have more concern with configuration and server-side coding when moving their career into the sharepoint 2010 arena? Or is asp .net C# in fact just a good base…
SkonJeet
  • 377
  • 1
  • 3
  • 11
1
vote
2 answers

Run coded UI tests on different projects

With little or none previous experience of testing, I'm looking into adding automated testing to a continuous integration process of SharePoint applications. I've learned how this can be achieved using coded UI tests that are run before deployment…
Daniel B
  • 141
  • 4
1
vote
0 answers

SharePoint + InfoPath Joins

I am trying to do something somewhat unique, and the best path I can find at the moment is to use List joins, but I'm not sure this is possible. I'm hoping someone can suggest a best course of action. The issue at the moment is that I have several…
Crash
  • 21
  • 2
1
vote
3 answers

How can I get non-programmer colleagues on board with bespoke software rather than Dynamics CRM + Sharepoint?

I am working with a company which designs and builds one-off machines. They have been 'dabbling' with hosted Dynamics CRM and Sharepoint (on different servers!) in an attempt to centralise their data and help colleagues collaborate more effectively…
Bendos
  • 39
  • 3
1
vote
2 answers

Is there a better way to handle data abstraction in this example?

I'm building an application that retrieves Sharepoint list data via a web service SPlists.Lists. To create an instance of the web service, I have the following class: class SharepointServiceCreator { public SPlists.Lists…
sigil
  • 363
  • 1
  • 9
-1
votes
1 answer

PowerApps with SharePoint Versus ASP.NET core with SQL Server

I have around 6 years of experience in SharePoint, ASP.NET MVC, ASP.NET Core MVC & SQL Server. Now when I want to take a decision, if the project should be implemented using SharePoint/PowerApps or using SQL-Server/ASP.NET-MVC, is the complexity of…