Author Archives: Amr

SP Dev part 1 : Sharepoint 2007 Development model {Features}

A new feature in the Sharepoint 2007 is the "Feature" development style which means that every tiny and huge development task in the sharepoint is considered a "Feature". Features can be activated or deactivated through a site administrator, which enables … Continue reading

Posted in Sharepoint | 1 Comment

Upgraded to BlogEngine 1.4.5

Finally working with fully featured BlogEngine on godaddy the BlogEngine v 1.4.5 has been released and I had the time to update my blog, and finally works as a charm with godaddy shared hosting. Some features that didn't work with … Continue reading

Posted in BlogEngineDotNet | 2 Comments

Beginning Sharepoint 2007 Development

I mentioned a long while ago that I will work on some sharepoint and workflow foundation in order to enlarge my development knowledge base, I learned some stuff on the way may be all sharepoint and workflows beginners already know … Continue reading

Posted in Sharepoint | 1 Comment

Have been tagged

This blog has been idle for some while, I was very busy, out of mood, studying for my masters and reading new technologies (for me like workflow and sharepoint development and some WCF). I didn't know what time my blogging mood … Continue reading

Posted in My Site | 2 Comments

Moving to Sharepoint and Workflow

My blog has been quiet for a long time now, I had a crowded month I didn't get the time to write anything but I am back to writing I hope so. Last month I had some working tasks on … Continue reading

Posted in Uncategorized | 4 Comments

Yet another BlogEngine.NET feature that I love

A while ago, Al Nyveldt wrote a post on 5 things he loves about BlogEngine.Net  and I totally agree with him on all the 5 and more coming in the future releases,  Mads Kristensen too wrote and made a video … Continue reading

Posted in BlogEngineDotNet | 5 Comments

ASP.NET Security : 2- More Basics

In my previous post I showed that ASP.NET application goes through 3 security context levels and discussed the first one : IIS Level ASP.NET worker process level ASP.NET pipeline level In this post, I will talk a little on ASP.NET … Continue reading

Posted in ASP.NET | Leave a comment

ASP.NET Security : 1- Basics

Lately at SCS I have been assigned to build up the security module and related tasks in the Real Estate Management System we are building. So I decided to share what I have learned in this past period and of … Continue reading

Posted in ASP.NET | 4 Comments

Exploring GDI+ : Using the Pen

In my tour in exploring GDI+ I explored the Brush object, now its time for some Pen stuff. While the Brush classes are used to fill shapes, the Pen class is used to frame shapes. However, Pens are not only … Continue reading

Posted in GDI + | 3 Comments

Enabling Design Time Template Editing

Few days ago, I blogged about how to enable auto formats in the design time smart tag by overriding simple property, this post will describe how to enable design time template editing in a similar simple way.   [more] The … Continue reading

Posted in Design Time Support | 1 Comment