Posts

Showing posts with the label Saturday

SharePoint Activities in my career

  Recently, it is so happened that I had to face an interview that is into SharePoint technologies. The interview didn’t go well, that’s a different story. But there is no much story that I can recollect towards the activities and the points that were highlighted in my career with SharePoint. Thus, decided to through some highlight on what I have worked. This might give the readers to face the SharePoint interviews. I’ve worked in SharePoint as both Administrator and Developer. It doesn’t matter what have you done, but all it matters is the depth of the knowledge that you have acquired. How much knowledge I’ve acquired is a different topic. The point of this post is all about the bullet points to give attention while preparing for the SharePoint As Developer I’ve worked on creating WebParts, Master Pages, etc., WebParts - Gadgets Customization of Master Pages Feature Creation -Activation -Roles -Content List Data -- Authorization -- Approval Levels of Workflow 3Levels of W...

.NET Version Themes

.NET is not an invention but is an accidental discovery by the VB enhances team working within Microsoft. In the begin all they wanted to have a component that would cover the memory leaks found in VB version 6. By investing time and resources towards researching for a tool, they have realized the concept of the Garbage Collector. So, the first point that is evolved towards the .NET is the GC to manage the resources. Hence, the word Managed Code evolved. Later the different components like JIT evolved. This is a long story, to cut it short we have the version 1 of .NET with common language compatibility and the MSIL has been the Intermediate language for runtime compilation. Thus, the version 1 is totally concentrated on the term “Managed Code”, thus CLR is the initial theme of .NET. There are few drawbacks and limitations which couldn’t work with the large scaled application development. Major of the limitations are resolved and a new extension for v1 is releases as v1.1 and this be...