Browse by Tags

All Tags » ASP.NET (RSS)

In Hebron “Introduction to VS2008 & ASP.NET” session

As part of PalDev activities I was in Hebron this Saturday to deliver a “Introduction to VS2008 & ASP.NET” session for the PPU –Palestine Polytechnic University – CS and IT students. The workshop was held in Friends of Fawzi Kawash IT Center of Excellence...

The Gu is Back!! with new Multilingual version!!

Yesterday I checked my RSS feed and found that Scott Guthrie announced that he is starting a new series of posts . That was a great news to hear. Scott is one of the most popular Microsoft managers. He is one of those who played a core role developing...
Posted by Huthaifa Afanah | with no comments
Filed under: ,

Hosting multiple websites/applications on IIS

Microsoft provides us with IIS -stands for Internet Information Services- as its only, robust and well packaged web server. IIS is the second popular web server on the internet after Apache HTTP Server the open source web server. You can use IIS to host...

ASP.NET Globalization hint

As one of the most powerful features came with the ASP.NET 2.0 is the out of the box globalization and localization features. Today websites and web applications is usually became a multilingual ones and ASP.NET provides us with a flexible, easy to use...

ASP.NET MVC 1.0 has been released

Hello The Gu - Scott Guthrie - has announced the ASP.NET MVC 1.0. You can read the full post here. The amazing thing that ASP.NET MVC is an open source project and the code released under MS-PL licenses. And they say Microsoft does not support open source...
Posted by Huthaifa Afanah | with no comments
Filed under: ,

ASP.NET Flavors

Hello All … many of us have heard of ASP.NET as a web development technology. But many of us does not noticed that things differs a lot from ASP.NET 1.1 time. So what is the difference? Since ASP.NET 2.0-3.5 has been released we have multiple flavors...
Posted by Huthaifa Afanah | with no comments

Embedded Resources difference between VB.NET and C# projects

While I am developing a custom web control to extend the default validation summary I used some images within this control. One of the nice features and solutions came with ASP.NET 2.0 to address this problem is using web resources. So I embedded these...
Posted by Huthaifa Afanah | with no comments
Filed under: ,

Another simple use of extension methods!!

While my team and I doing our daily work. One of our new team members asked that he needs the user to select a value from drop-down list and this value should be converted to a nullable integer value. The small issue he faces that he need to parse the...
Posted by Huthaifa Afanah | with no comments