974 reputation
1316
bio website twitter.com/HosseinAarabi
location California
age 93
visits member for 2 years, 3 months
seen 14 hours ago
stats profile views 74

Solving business problems using SharePoint products and technologies, and:

  • Fundamental technologies/frameworks such as C#, WCF, SQL, HTML5, JQuery, JavaScript...
  • Development methodology such as Scrum.

Oct
18
revised Any news about SharePoint 15 release date?
added 135 characters in body
Oct
16
comment Is it recommended to store high volume transaction data in SharePoint Lists?
I would also go with the SQL database option. You can always pull that data into SP using BCS and External Content Types.
Oct
16
revised Correct way to use the people picker and Rich Text
edited tags
Oct
16
revised How to use People Picker and True Rich Text, cross browser
edited tags
Oct
15
revised SharePoint not populating columns
edited tags
Oct
12
revised How to find relative URL of a document library using CSOM
COM changed to CSOM
Oct
12
revised List Item Timeout
added 1 characters in body
Oct
12
answered Mystery Web Part
Oct
12
suggested suggested edit on How to find relative URL of a document library using CSOM
Oct
12
answered Learning resources for first time sharepoint end user?
Oct
11
revised corrupt file in style library
added 152 characters in body
Oct
11
answered corrupt file in style library
Oct
11
comment Any way to Central Administration?
And to access Central Administration Web site you must be a Farm Administrator or have access to the account that is a farm administrator. To access some CA level functionality the account you use to access CA Web site also needs to be part of the server's (the server CA is running on) Administrators group.
Oct
10
answered What is the biggest new feature/improvement in SharePoint 2010?
Oct
10
revised How to create a database form in InfoPath 2010 and publish
improved question
Oct
10
suggested suggested edit on How to create a database form in InfoPath 2010 and publish
Oct
10
revised Is there anyway to execute a web scoped timer jobs manually
added 407 characters in body
Oct
10
answered Is there anyway to execute a web scoped timer jobs manually
Oct
9
revised If I change the event throttling in the diagnostic logs (ULS), do I also need to restart the Tracing Service?
added permalink
Oct
9
comment Custom Validation on Infopath Fields? C#
Depends on the complexity of the validation. If you can use regular expression, etc. then go with that option. From my experience, I recommend that you avoid using the InfoPath code-behind as much as possible or try not write too much logic in the code behind. Maintaining the code behind is a headache and makes your IP solution more complex and flimsy (there are some compatiblity issues as well, msdn.microsoft.com/en-us/library/bb772074.aspx). You can also write a service to do the validation for you. You can then consume this service in your IP form.