Experienced SP Admin but new to DEV

I'm not sure if this is the right area to ask this but i'm an experienced SharePoint Administrator and i would like to get into the world of .net and C# development for SharePoint.  I'd like to expand my expertise but i'm not sure where to start.  Most
of the SharePoint coding books i've seen are for experienced programmers that are new to SP, not the other way around.
I have all the tools needed to get started, ie. test environment with Visual Studio.  I just want to make sure i'm being productive and not just floundering with it.
Does anyone have suggestions?  Books?  Classes?

Hi Matt,
There are plenty of book available in market for beginners e.g.
https://www.google.co.uk/?gfe_rd=cr&ei=F-JbVMfvO-rH8gefq4GIAQ&gws_rd=ssl#tbm=bks&q=Beginning+SharePoint+development
Regards,
Brij K

Similar Messages

  • HT2542 Hi, I created a new user on mac, Admin but i can't use adobe CS6 while the original user is admin too and all programs are running normal. How can i solve this problem?

    Hi, I created a new user on mac, Admin but I can't use adobe CS6 while the original user is admin too and all programs are running normal. How can I solve this problem?

    Hi Amanda,
    Software applications are usually installed in the Applications folder on the Macintosh HD and are accessible to all users.
    I would advise you to check the Applications folder and see if your software is in there.
    Next step would be to Control Click or Right Click on the application and choose "Get Info" and make sure the permissions are set to "Read & Write" for all users. The article below provides more details:
    Troubleshooting permissions issues in Mac OS X
    http://support.apple.com/kb/ht2963
    You may need to contact Adobe Support if this does not resolve your issue:
    http://helpx.adobe.com/photoshop.html
    Hope this information helps!
    - Judy

  • Has anyone experienced wrist pain with new mac computer...? if so what are suggestions other than warm up and cool down exercises..**

    Has anyone experienced wrist pain with new mac computer...? if so what are suggestions other than warm up and cool down exercises..**

    Very good advice but no one is asking for medical advice.... Was wondering if anyone had any ergonomic suggestions that may have worked for them.. ??

  • Don't want to notify all admins of new unassigned tickets

    You can see if some ticket rules to auto assign tickets but, by default, I think the system is set up to notify all admins when a ticket is created.  Under Help Desk Settings you can modify the ticket alerts.  I think that would be a less than optimal set up.

    I work for an IT support company. We have installed SpiceWorks helpdesk at a customers site. There are 4 admins - 2 of which are at the customers site, and the other 2 are myself and a colleague.
    At the moment, when a new ticket is opened, ALL admins get an email notification, but this is not ideal. We (the 2 offsite people) need to be admins, but I only want us to be notified when a ticket gets assigned to either of us.
    How do we configure SpiceWorks for this?
    Kind regards
    Chris
    This topic first appeared in the Spiceworks Community

  • Admin but no Authenticating

    Hi all,
    I'm logged in as Admin but am having problems with account privileges because I cannot:
    a) unlock System Preferences panels -- e.g. when I click the closed lock in Accounts, it says Authenticating for a couple of seconds but nothing happens and the lock remains closed; Energy Saver was unlocked, I locked it to try and unlock it again and couldn't.
    b) install the new iTunes via Software Update -- when I click Install the button turns gray for a couple of seconds but nothing happens.
    c) cannot empty Trash and as nothing happens after 10-15 minutes, I try opening the Trash but says I can't because it's being emptied.
    This started to happen a couple of days ago and for no reason that I can think of -- no new software installed or downloaded (except a couple of iPod Touch Apps & Podcasts from iTunes Store), Firewall active, no dodgy online surfing... Ran Disk Utility from Installation CD to check disk & permissions and all is okay -- not sure if it would be related or not so decided to do it anyway.
    Also noticed in the Accounts panel that there are two accounts:
    1) My Account > my name (Admin)
    2) Other Accounts > Guest Account (Sharing only).
    Is this a second account a normal OS X thing? Can't remember noticing this before...
    Thanks in advance for any help or advice.

    Open Terminal and type this:
    dsenableroot (press enter, enter your admin username and password, and then choose a password for the root account).
    Log out. You should see "Other..." at the login screen. Click this, enter username root, and enter the root account password.
    Then open System Preferences -> Accounts. You should be able to add another admin account (and do any task, for that matter) without further authentication. *Be careful* when using the root account.
    Log out of the root account and into the new admin account. Does the new admin account have the same authentication problem?

  • Processed cube sees no changes, but new data have been inserted..

    Simple AdwWorks cube has time dimension with years range from 2000-th to 2007-th. Fact data exists for 2001-2006. 2000-th and 2007-th are empty.  Ok. 
    I'm insert new data to source fact table for 2001-th  and process the cube. All changes immediately reflect in measure value (it grows). But new data for 2000-th don't reflect in measure value growing .  Nevertheless, during cube processing
    SSAS sees new rows for both cases (the value grows), and sql profiler catches equal batches of commands for  2001-th and 2000-th. But measure value grows only for 2001-th.
    I've clear mdx-script - it contains now only calculate command. Now there is:
    a) select sum(measure value) on fact tables in source database reflect new rows  for both cases
    b) cube processing sees changes for both cases
    c) mdx-script is clear (there are no scopes, witch can set measure value to null )
    d) select [sales amount] for cube reflect this changes only for 2001-th, not for 2000-th
    Any suggestions?
    ===========
    One day later.. :)
    The problem seems as resolved, but... I don't know: is it tech and/or logic feature or bug..
    So, what is happened.. Simple mdx query:
    select [sales amount] on 0,
    [some date from 2000] on 1
    from [cube]
    gives null value for [sales amount], but for [some date from 2001] value is not empty. In database fact table both values (results of sum(salesamount) for both dates) are not empty. After research i found that there was one measure ([Temp]) in the [sales amount]
    measure group for which MeasureExpression was set to [sales amount]*[average rate] ([average rate] - measure from [Fact Currency Rate] measure group). Fact table for [Fact Currency Rate] measure group didn't contain data for 2000-th. I've insert it and - vualya
    - all work and for 2000-th now. Main question is: why ssas calculate MeasureExpression formulas for measures, which I'm not request in a query, and why ssas set requested by me value to null, if it does not depend from formula of MeasureExpression property
    of unrequested measure? Is it bug or "defense from fool"?. There is another sample of such strange ssas behaviour. I mean usage of UnaryOperatorColumn property. If it is set for any attribute of any dimension, then it influences on every query, even
    if this attribute not is a part of this query. For example
    select [sales amount] on 0
    from [cube]
    returns different results, which depends by setting of UnaryOperatorColumn for some dimension attribute.. What all it mean?

    Hi Tkolomiewts,
    I have the following questions, which will help me in better understanding of your issue :
    1) Is [sales amount], a base measure or calculated measure?
    2) Are you using the default Adventure works database? 
    Regarding
    your other question about unaryoperatorcolumn for some dimension attribute affecting the results, lets use the following query that you mentioned:
    select
    [sales amount] on 0
    from [cube]
    This
    query doesnt pick only the measure value, but also fetches the "All" attribute for the all the dimension attributes. Hence, if the UnaryOperatorColumn influences the All attribute's value, then it will affect the results of the query above.
    Regards,
    Muthukumaran

  • How do I import an iPhoto Library  (V.7.1.5) created on my old MacBook (10. 6.8) into my new Macbook pro (10.9.1) running iPhoto 9.5.1? I tried copying onto memory stick and moving to new mac, but new iPhoto doesn't recognise the library.

    How do I import an iPhoto Library  (V.7.1.5) created on my old MacBook (10. 6.8) into my new Macbook pro (10.9.1) running iPhoto 9.5.1? I tried copying onto memory stick and moving to new mac, but new iPhoto doesn't recognise the library.

    So what exactly did you copy over? If it's a 12 gig iPhoto Library then it sounds like the files are there. Perhaps the copy went wrong along the way.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • My itunes files were deleted. I was able to use an old back up file to restore some but new downloaded purchases from iTunes for the past 5 months weren't in the back up. How do I get those back since I've paid for them one before and use the same account

    My itunes files were deleted. I was able to use an old back up file to restore some but new downloaded purchases from iTunes for the past 5 months weren't in the back up. How do I get those back since I've paid for them one before? Can you redownload? If so, how?? Please help as I'm missing over 500 previously paid for and downloaded iTunes song purchases.

    This was EXACTLY what I needed about the purchases I made from my device. However, is there a way to re-download other ones you've made from a computer? Because I realized some of them were not just purchased from my device.
    This is a picture of what it looks like now:
    http://tinypic.com/r/107quxu/7
    As you can see, the stuff circled in red doesn't give me an option to download from Cloud Beta because it already says "downloaded".
    any way to get around that?

  • SP2013 WF works for admin but not end-users

    A simple SP2013 WF calls a SP2010 WF to send email, simple.  Works for me (admin) but when a SP user edits an item on the list (which fires the WF), the WF gets to the 2010 call, and fails with this error...
    RequestorId: f8c56627-e4e5-5a26-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP 401 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"X-SP-SERVERSTATE":["ReadOnly=0"],"SPClientServiceRequestDuration":["61"],"SPRequestGuid":["f8c56627-e4e5-5a26-97ee-ad70ca4d3291"],"request-id":["f8c56627-e4e5-5a26-97ee-ad70ca4d3291"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["16.0.0.2930"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Wed, 25 Jun 2014 02:44:54 GMT"],"P3P":["CP=\"ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT
    NAV ONL PHY PRE PUR UNI\""],"Server":["Microsoft-IIS\/7.5"],"WWW-Authenticate":["NTLM"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]} at System.Activities.Statements.Throw.Execute(CodeActivityContext
    context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
    bookmarkManager, Location resultLocation) Exception from activity Throw If Sequence Sequence TryCatch Sequence Microsoft.SharePoint.WorkflowServices.Activities.RetryForDurationPolicy HTTPPost_WorkflowInterop_EnableEvents WorkflowInterop DynamicActivity<Guid>
    Then If Working Sequence Flowchart Sequence RCSEmailCst.WorkflowXaml_4f7b53dc_968d_4e22_a812_3178e7b01bad
    Spent an hour on phone with M$ support, only to be told it's my fault and I have to re-design my WF...if my WF gets any simpler I'll have to use carrier pigeons to get messages to customers!
    I've Googled the error message, results suggest that User Profile Syn is out of whack but M$ support swears up & down our sync is working fine.
    Anyone?
    Edit to add: we have a hosted implementation of SP2013, NOT on-prem

    Hi  ,
    According to your description, my understanding is that the SharePoint workflow 2013 does not work for end-users in your environment.
    For your issue, it can be a permission for the user initiating the workflow. Please make sure  site feature Workflows can use app permissions is activated. Go to Site actions > Site Settings >
    Site features > Workflows can use app permissions.  Make sure the user is one member of a SharePoint Group.
    Also please  provide more detail information about the error message  to determine the exact cause of the error. You can have a look at the blog:
    http://ranaictiu-technicalblog.blogspot.com/2013/03/sharepoint-2013-workflow-debugdiagnosis.html
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How do I remove old web site when publishing new site with same URL in iweb? Hit replace when publishing new iweb site (so we could have control over changes) but new site name is attached to old via a / after our www address we want to keep.

    I hit the replace when publishing the new iweb site (so we could have control over changes - last one was not an apple based site) but new site name is attached to old via a forward slash and underscore after our www address. Makes it very messy with a very long web address.  Original address now followed by iweb site name followed by name of first page? Went for iweb as not that computer literate - all going so well?! Cheers for help in anticipation. Have to get off to work now but be great end to week if we could be sorted tonight. Rupes

    Well yes of course, if you try and publish through iWeb there won't be an option to publish without your site folder which is exactly why I told you to download Cyberduck and use Cyberduck to upload your site to your server having published your site from iWeb to a local folder.  That is what you need to do if you don't want your site name to be included in yoru url.
    It would have been easier also if you had used Cyberduck initially to connect to your server and delete your old site yourself - at least that way you would have deleted the correct files rather than relying on your hosting service to do it and doing it incorrectly.
    Download Cyberduck and then select the publish to a local folder option from iWeb and then use Cyberduck to upload your site to your server, but rather than uploading the whole site folder and separate index file, upload ONLY the contents of your site folder and then your url will be http://www.domain.com/page_name.html.
    It really isn't rocket science!

  • Created a trigger but new values are not inserting in the backup table

    I have created a backup table and writter a trigger on a table such that after update old values and new values are to be inserted into the backup table, but new values are not inserting. I am giving the code please help me
    create or replace trigger "SUPPQUOTES_AUDIT"
    after update or delete on phsuppquotes for each row
    begin
    insert into phquotes_audit(cprc_new,suppcode,itemcode,cprc_old,negodt,validdt,userid,TRANDATE) values
    (:new.cprc,:old.suppcode,:old.itemcode,:old.cprc,:old.negodt,:old.validdt,:old.userid,SYSDATE);
    end;

    old values and new
    values are to be inserted into the backup table, butwell you have only one insert there, inserting old values with a new id (which is ok if you don't update the id column, but I don't think that :new is available for deleting ops); you should have two inserts:
    insert into
    phquotes_audit(cprc_new,suppcode,itemcode,cprc_old,negodt,validdt,userid,TRANDATE) values (:old.cprc,:old.suppcode,:old.itemcode,:old.cprc,:old.negodt,:old.validdt,:old.userid,SYSDATE);
    if (updating) then
    insert into phquotes_audit(cprc_new,suppcode,itemcode,cprc_old,negodt,validdt,userid,TRANDATE) values (:new.cprc,:new.suppcode,:new.itemcode,:new.cprc,:new.negodt,:new.validdt,:new.userid,SYSDATE);
    end if;
    gojko adzic
    http://gojko.net

  • Firefox unable to connect: bookmarked or previously visited websites connect, and some others, but new links or even pasted or typed in addresses don't, mac os10.5

    For some reason, since this morning, any bookmarked or previously visited website works, and some others But new links or even pasted or typed in addresses don't. Must.figure.this.out! I don't have extra firewalls/security other than the standard mac ones and have restarted the computer and also rebooted all devices. Operation is safe mode has same results. Cleared cache and cookies.
    Any ideas?
    Thanks!
    Brian

    Hello.
    It's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem is not disappears when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.

  • In previous version F6 can Edit url but new version can't it have new hot key or remove it?

    in previous version F6 can Edit url but new version can't it have new hot key or remove it??

    F6 focuses the first selectable element.<br />
    If "Tabs on Top" is selected then the active tab is selectable, so the location bar is not selected.<br />
    Press F6 to set focus on the Tab bar and press the Tab key until the location bar gets focus.
    To get the 3.6 behavior uncheck "Firefox button > options > [] Tabs on Top" or use Alt + D or Ctrl + L

  • HT1918 I updated my payment method because I changed my Internet MasterCard of the same number but  new expiry date but not accepted , can you help me

    Please I need help regarding this problem I faced today.
    I updated my payment method because I changed my Internet MasterCard of the same number but  new expiry date but not accepted , can you help me?

    Is the iPhone jailbroken or was jailbroken?. In the article " http://support.apple.com/kb/TS3694 " it says:
    Errors related to downgrading iOS
    The required resource can't be found: This alert message occurs when your device has a newer version of iOS than what is available in iTunes. When troubleshooting a device that presents this alert message, go toSettings > General > About and check the version of iOS on the device. If it's newer than the latest released iOS version, the device may have a prerelease developer version of iOS installed. Installing an older version of iOS over a newer version isn't supported.
    Error 1015: This error is typically caused by attempts to downgrade the software for an iPhone, iPad, or iPod touch. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version isn't supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you're now trying to restore to an authorized, default state.

  • ICloud update 3.0.1 40 has removed my sync buttons in Outlook 2007. I run it as admin but the add in is "unloaded" and will not install :-(

    I am about to get a nervous break down from this. FINALLY I got my 2 iP5 and my 2 Win7/Outlook 2007 PC's to work and sync together. This latest update did remove that add in and it's impossible to install / load it. Tried as an admin but of course no result. I hate this so much that I am glad I don't meet any of you Microsoft or Apple guys who produce this updates. WHY NOT DO A BETTER JOB?

    I have now got my "buttons" back ("Refresh iCloud" & "Notifications"), but in spite of that my shared calendar does not sync the events I insert in my PC Outlook 2007 to my other 3 devices.
    Events between my 2 iPhones (iP5/OS 7.0.4) work fine, even with my other Win7 PC.
    All was fine until I updated my iCloud a week ago... :-(
    I have now - as an admin in Outlook - under Tools/Trust Center/Add ins activated the iCloud Add-in, so it is not any longer Deactivated (?)
    Under Help / Outlook 2007 - under Disabled Items the add-in is now removed. It was there even after it had been removed from the Trust Centers Disabled Items..
    This is honestly the most stupid way of using nice time (thank god it's raining today and my golf was cancelled.. )

Maybe you are looking for

  • My sound is coming from my built in speakers instead of through the headphone jack.

    I have an Envy 15 1270ca and last night it froze while I was listening to music, forcing me to manually shut it off by holding down the power button. When the computer came back on, my sound was coming out of my built-in speakers instead of my extern

  • Not able to remove a mail from inbox

    Hi everybody, need help please Few days back I received an official mail. I deleted this mail several times, however it is only a moment before it appears again in my inbox. I am using OS X 10.10, Google Chrome, Mail, and Cyber Security Pro. What see

  • Stopwatch Font too thin!

    Is it possible to change the font for the stopwatch spp for the ipohone in I OS 7. I have changed the phone to bold, and it does not effect the stopwatch application. The lap counter is currently presented in a thin grey font, that is almost impossib

  • Keytool.exe : does it take a predefined list of values?

    Hi: I have an installer program that installs an application. I want to run keytool.exe in order to generate a certif for my SSL application during my installer execution. I would prefer to ask the keytool questions to the user in the beginning, get

  • Acrobat X Pro Crashes on Yosemite

    I upgraded to OSX Yosemite and now my Acrobat X Pro crashes if I try to save or print.  I am on 10.1.13 and a MacBook Air Mid-2012.  Is there a bug fix pending?  I cannot undo my OS upgrade, or I would.