islameldemery

Stories kicked by islameldemery

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

jBlogMvc : part 2 Editing, Deleting, Paging Posts and Rss feeds(amrelsehemy.net)

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

In this part of the series I add editing and deleting posts, the blog posts now has feeds, I also use jquery and the jeditable plugin fot inline editing, I added paging for the posts as well read more...

4 comments |category: |Views: 168

tags: another

jBlogMvc : part 1 Building the Administration Area(amrelsehemy.net)

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

In this part, I used some features of the ASP.NET MVC to build an administration area, jQuery too was used on client side (validator plugin). Used membership for validation, Model Binders, jQuery Client validation,Small validation framework for business rules and server side validation.(originally written by scott gu), Using nested master pages in ASP.NET MVC, Applying the "Post/Redirect/Get" (aka PRG) pattern. read more...

add a comment |category: |Views: 263

tags: another

Introducing jBlogMvc(amrelsehemy.net)

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

In this part, I just announced jBlogMvc the ASP.NET MVC and jQuery blogengine which I build in order to learn more about the two new technologies (at least for me) read more...

1 comment |category: |Views: 354

tags: another

Batching WCF calls(davybrion.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 10 months ago

Great approach to overcome unnecessary roundtrips to a WCF service! read more...

1 comment |category: |Views: 293

tags: another

WCF Server/Client Chat Sample(islameldemery.blogspot.com)

submitted by islameldemeryislameldemery(110) 3 years, 11 months ago

A simple and smart windows forms server/client chat sample using WCF read more...

add a comment |category: |Views: 562

tags: another

ASP.NET MVC Preview 3 Release (weblogs.asp.net)

submitted by DannyDouglassDannyDouglass(1260) 3 years, 11 months ago

From ScottGu's weblog - "This morning we released the Preview 3 build of the ASP.NET MVC framework. I blogged details last month about an interim source release we did that included many of the changes with this Preview 3 release. Today's build includes some additional features not in last month's drop, some nice enhancements/refinements, as well as Visual Studio tool integration and documentation." read more...

1 comment |category: |Views: 265

tags: another

A SilverLight-WCF Chat(islameldemery.blogspot.com)

submitted by islameldemeryislameldemery(110) 4 years, 1 month ago

A very simple SilverLight chat that uses a WCF service read more...

add a comment |category: |Views: 670

tags: another

39 Free Microsoft eLearning Courses(learning.microsoft.com)

submitted by powerrushpowerrush(3873) 4 years, 1 month ago

39 Free Microsoft eLearning Courses read more...

add a comment |category: |Views: 360

tags: another

Correctly disposing using the using()-statement(startbigthinksmall.wordpress.com)

submitted by jeisenbergjeisenberg(90) 4 years, 1 month ago

A nice little article for newbies about how the using()-statement in C# works. read more...

add a comment |category: |Views: 9

tags: another

A WCF-WPF Chat Application(islameldemery.blogspot.com)

submitted by islameldemeryislameldemery(110) 4 years, 1 month ago

Internet Chat Application with File Transefer, you can try the online demo to chat with me read more...

2 comments |category: |Views: 871

tags: another

ASP.NET Chat Application(codeproject.com)

submitted by islameldemeryislameldemery(110) 4 years, 2 months ago

A chat room page using ajax and Linq to xml read more...

add a comment |category: |Views: 194

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