mnour

Stories submitted by mnour

Zodiac.NET 1.0 - Survey Engine (mentor-logic.com)

submitted by mnourmnour(320) 2 years, 8 months ago

Zodiac.NET is a .NET web based survey and form engine software toolkit for Microsoft .NET written in pure managed C#. Zodiac.NET help you to add questionnaires, surveys and exam wizards in your .NET web application. The engine provides you with several types of questions to fit the different needs of the survey makers. The questions and users answers are created and collected in XML format in order to facilitate the integration with custom analysis and reporting services in your application. read more...

add a comment |category: |Views: 75

tags: another

ASP.NET MVC Routing Using XML Custom Configuration Settings(mnour.blogspot.com)

submitted by mnourmnour(320) 3 years, 6 months ago

To configure the routing of any ASP.NET MVC application, you need to add some routing code in the Global.asax file. However, it would be better if we can transfer all these configuration stuff to be a neat XML configurations in web.config. I came through a solution to make the MVC configuration editable through custom configuration settings in the web.config file. read more...

add a comment |category: |Views: 87

tags: another

Enterprise Service Bus Messaging Using nServiceBus(weblogs.asp.net)

submitted by mnourmnour(320) 4 years, 1 month ago

I have been working lately with a big group of fellow developers here in SilverKey on the architecture and design of a relatively big project that required much services and messaging work. We thought that we should implement our public services the REST way using WCF for .NET 3.5, with so many customizations, and that we'll use a library called nServiceBus for internal messaging. nServiceBus is a framework for handling publisher/subscriber (pub/sub) model of messaging. It provides reliable messaging via the Enterprise Service Bus (ESB) pattern, and uses MSMQ as the physical bus. read more...

add a comment |category: |Views: 183

tags: another

Thinking In REST(mnour.blogspot.com)

submitted by mnourmnour(320) 4 years, 1 month ago

REST or WS-*? The debate which will never end. While REST is taking the lead gradually, the community see many drawbacks in using the traditional WS-*. The complexity and overhead in using WS-*, REST simplicity and how they fit the web architecture are always the main points of the argument. read more...

add a comment |category: |Views: 14

tags: another

jQuery Validation Plugin(mnour.blogspot.com)

submitted by mnourmnour(320) 4 years, 2 months ago

Today, I have the chance to work a bit with jQuery. Actually, we start to see many plugins in the web based on the library. One of the interesting plugins is: jQuery Validation Plugin by Jörn Zaefferer - which enables you to apply client validation to the web forms using jQuery. read more...

add a comment |category: |Views: 56

tags: another

Securing Configurations(mnour.blogspot.com)

submitted by mnourmnour(320) 4 years, 3 months ago

Have you ever wanted to provide a level of protection to your values in the configuration files? Using aspnet_regiis will help you in encrypting the configuration section(s) in the config files. The executable resides in: "<windows_root>\Microsoft.NET\Framework\<framework_version>" and It was common to be used in installing ASP.NET on IIS. However, you can use it as well in encrypting/decrypting the configuration files. read more...

add a comment |category: |Views: 0

tags: another

Overview - Introducing Windows Workflow Foundation(mnour.blogspot.com)

submitted by mnourmnour(320) 4 years, 9 months ago

This is a brief post introducing Windows Workflow Foundation - We will try to introduce basic concepts and definitions. We will try to discuss why Workflow Foundation can be useful for building large scale projects. read more...

add a comment |category: |Views: 32

tags: another

New ASP.Net PageFlow Framework available for Download(mnour.blogspot.com)

submitted by mnourmnour(320) 4 years, 10 months ago

New UI Workflow Framework was recently available for download. The framework brings Workflow and UI applications together - This includes ASP.NET applications as well. read more...

1 comment |category: |Views: 39

tags: another

Microsoft Virtual Earth 3D Control(mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 2 months ago

The Virtual Earth 3D control is a new tool released by Microsoft for visualizing the entire world in three dimensions. Rather than a standalone application, Virtual Earth™ 3D is implemented as a managed control, which allows seamless integration with Web sites or standalone applications. The Microsoft® .NET Framework security model gives users the capability of dynamically loading plug-ins to supply data, but restricting them to execution in a partial-trust environment. read more...

add a comment |category: |Views: 6

tags: another

Visual Studio Code Name "Orcas" March CTP Available Now!(mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 2 months ago

Get an early look at Visual Studio codename "Orcas". Orcas CTP is now available. The next version of Visual Studio, Visual Studio code name “Orcas”, will provide an industry-leading developer experience for Windows Vista, the 2007 Microsoft Office system, and the Web. In addition, it will continue in the Microsoft tradition of development language innovation. read more...

add a comment |category: |Views: 1

tags: another

Generating Dynamic OpenXML (docx) files(mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 2 months ago

Recently, I needed to integrate one of my applications to MS Office Word 2007 by generating dynamic *.docx reports. Actually, I didn't wanted to just find the steps to do it. I wanted to make a reusable library so that, I can use it independently in any project in the future. read more...

add a comment |category: |Views: 86

tags: another

Filtering Procedures & Security Threatens(mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 3 months ago

All of us do filtering in their projects. It's one of the most repeated functionalities. But do we make it well? How do you make your filtering procedures? read more...

add a comment |category: |Views: 0

tags: another

Paging Implementation With SQL (mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 4 months ago

When you see how the paging is a piece of cake now in .NET server controls (fro example, GridView), you can imagine how much amount of work was needed to do paging if you haven't these server controls. You can for example fetch all thr data block and put them on the session and just do your paging in you business layer! Ok..I heared someone say what are saying. Ture. This is really a miss when you working on huge data blocks. So, the best way is to do you paging inside the datalayer... read more...

add a comment |category: |Views: 21

tags: another

AutoCompleteExtender Problem(mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 4 months ago

Recently, I tried to add an AutoCompleteEctender for each item in a repeater (which itself is inside an UpdatePanel). I added also Edit/Update links for each item. So, in each item, I add a textbox and AutocompleteExtnder ... read more...

add a comment |category: |Views: 106

tags: another

Microsoft War(mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 4 months ago

Check out the strategy of Microsoft in building its industry Empire! read more...

add a comment |category: |Views: 0

tags: another

Declared Accessibility in .NET(mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 5 months ago

Declared accessibilty such as internal, protected, public, private. What is the difference between these keywords? read more...

add a comment |category: |Views: 1

tags: another