Mohamed_Abdelghani

Stories kicked by Mohamed_Abdelghani

Ajax with jQuery(mabdelghani.wordpress.com)

submitted by Mohamed_AbdelghaniMohamed_Abdelghani(30) 3 years, 5 months ago

jQuery has gained a lot of popularity as a Javascript framework that simplifies working with Document Object Model (DOM) and Ajax . jQuery provides a number of functions that makes dealing with Ajax easier and more powerful . read more...

add a comment |category: |Views: 32

tags: another

Adding custom assemblies in SQL Server Reporting Services 2005(mabdelghani.wordpress.com)

submitted by Mohamed_AbdelghaniMohamed_Abdelghani(30) 3 years, 6 months ago

This tutorial shows how to add custom code and custom assemblies to SQL Server Reporting Services read more...

add a comment |category: |Views: 27

tags: another

Generate An Assembly Source Code Using The Reflector(dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 7 months ago

If you are a .NET developer, you should probably know the .NET Reflector which is a great tool for viewing, navigating and searching through the class hierarchies of .NET assemblies (even if you don’t have the code for them). I am using this tool a lot but here is something I only recently discovered: one can export an assembly and let the Reflector generate its source code. The output of this process is a directory with a project file and all of the source files. read more...

add a comment |category: |Views: 294

tags: another

Missing ASP.Net tab in IIS(mabdelghani.wordpress.com)

submitted by Mohamed_AbdelghaniMohamed_Abdelghani(30) 3 years, 7 months ago

Steps to fix missing ASP.Net tab in IIS read more...

add a comment |category: |Views: 70

tags: another

Introduction to jQuery Article posted(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

I've posted Part 1 in a 2 part series on jQuery today. Part 1 covers the client side features of jQuery from the basics all the way through creating simple plugins and extending jQuery. This is a long article that discusses a host of the really useful features that jQuery brings to the table for client side Javascript development. Part 2 will then follow up with server side ASP.NET integration. read more...

1 comment |category: |Views: 340

tags: another

Avoiding Dependencies(stevesmithblog.com)

submitted by ssmithssmith(1160) 3 years, 8 months ago

As a rule, code should not directly depend on external resources such as System.Net.Mail's email sending capabilities. Having code that directly calls out to System.Net.Mail is difficult to unit test as well as difficult to walk through in a test or stage environment without having actual emails sent. Two design patterns can be used to reduce this dependency: Facade and Strategy. The Strategy pattern offers a host of benefits above and beyond what the facade layer provides, as this articles demonstrates with code examples. read more...

add a comment |category: |Views: 558

tags: another

Javascript Closures(mabdelghani.wordpress.com)

submitted by Mohamed_AbdelghaniMohamed_Abdelghani(30) 3 years, 8 months ago

One of the features of Javascript is closures , Javascript closures keep the local variables of a function even after it returns. read more...

add a comment |category: |Views: 15

tags: another

JQuery, the very very basics - Lesson 1(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

JQuery is the star among the growing list of JavaScript libraries. A few of its characteristics are light-weight, cross-browser compatibility and simplicity. A task that would take 10 lines of code with traditional JavaScript can be accomplished with JQuery in just 1 line of code. I write to record the series of very basic lessons I learned about JQuery (my study source is the very readable book JQuery in Action). read more...

add a comment |category: |Views: 495

tags: another

Silverlight 2 Tutorial Part 2: Using Layout Management(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Scott Gu SilverLight 2 tutorial Part 2. read more...

2 comments |category: |Views: 102

tags: another