mohezzat

Stories kicked by mohezzat

jBlogMvc : part 3 Themable View Engine, Archive and Filtering by year,(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 3 years, 6 months ago

Now using beta 1, add a theme support, built a new viewengine to support themes pathes, added archive view read more...

add a comment |category: |Views: 179

tags: another

Yet another BlogEngine.NET feature that I love(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 2 months ago

Another feature I love about BlogEngine.NET :: The OpenSearch Handler read more...

add a comment |category: |Views: 13

tags: another

ASP.NET Security : 2- More Basics(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 2 months ago

Basic information on how the IIS worker process takes an identity to run within, IIS 5 and 6 process models. read more...

add a comment |category: |Views: 9

tags: another

ASP.NET Security : 1- Basics(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 2 months ago

how the Identity of the thread executing a website in IIS is determined read more...

add a comment |category: |Views: 3

tags: another

Exploring GDI+ : Using the Pen(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 2 months ago

This post describes how to use the Pen object in drawing and using sepcial characteristics of the pen like DashStyle and LineCaps. read more...

add a comment |category: |Views: 24

tags: another

Enabling Design Time Template Editing(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 2 months ago

This post describes how to enable design time editing for templated controls. read more...

1 comment |category: |Views: 24

tags: another

Adding Auto Format for ASP.NET Custom Controls Design Time(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows how to add Auto Format.. link in the Smart Tag of the ASP.NET web controls, to give the user of the control a variety of different styles in the design time. read more...

add a comment |category: |Views: 98

tags: another

Extracting Icons from Files(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

Extracting the icon of any file including executable ones. read more...

1 comment |category: |Views: 5

tags: another

Exploring GDI+ : Using The Brush(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows the different types of brushes built in GDI+, how to work with them and how they look. read more...

add a comment |category: |Views: 28

tags: another

The ASP.NET Configuration Model(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post describes the ASP.NET configuration model, shows the all the config files that are used when running an ASP.NET application, describes the merging process and shows some Tools for editing web.config. read more...

add a comment |category: |Views: 2

tags: another

Custom Controls Design Time Support Part 15: Debugging Design Time(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

The final part in the series describing how to debug design time support. read more...

add a comment |category: |Views: 81

tags: another

Custom Controls Design Time Support Part 14: Extra Property Tab(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows how to let your custom controls to have an extra tab in the property window by building a new PropertyTab. read more...

add a comment |category: |Views: 16

tags: another

Custom Controls Design Time Support Part 13: Adding Snaplines(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows how to add custom Snaplines for your custom windows controls. Includes a sample and source code. read more...

add a comment |category: |Views: 42

tags: another

Custom Controls Design Time Support Part 12: Adding SmartTag(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post describes how to add a smart tag panel to your custom control. read more...

add a comment |category: |Views: 39

tags: another

Custom Controls Design Time Support Part 11: Designer Verbs(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post describes how to use a control designer to add custom menu items on the custom controls by adding Designer Verbs. read more...

add a comment |category: |Views: 27

tags: another

Custom Controls Design Time Support Part 10: Filtering Control Members(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post shows how to filter metadata in the design time environment using designers and implementing PostFilter and PreFilter methods. read more...

add a comment |category: |Views: 8

tags: another