|
|
mnour
mnour
 |
|
Stories kicked by mnour
|
|
submitted by
mnour
9 days, 2 hours ago
mnour.blogspot.com — 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: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 2 days ago, submitted by
maartenba
3 months, 2 days ago
blog.maartenballiauw.be — In earlier ASP.NET MVC previews, form validation was something that should be implemented "by hand". Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner. read more...
1 comment
|
category: ASP.NET | Views: 328
|
|
tags:
ASPNETMVC, Validation, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mnour
7 months, 9 days ago
weblogs.asp.net — 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: Architecture | Views: 11
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mnour
7 months, 10 days ago
mnour.blogspot.com — 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...
|
|
tags:
WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mnour
8 months, 7 days ago
mnour.blogspot.com — 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: AJAX | Views: 3
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 18 days ago, submitted by
alley
8 months, 18 days ago
blog.wekeroad.com — Many people on the forums want to know how to best protect Actions on their Controller using Forms Authentication. The MVC Team has done a nice job introducing Filters (using Attributes) to this latest drop of MVC, and in this post I’ll show you how to create a filter that can handle security. read more...
1 comment
|
category: ASP.NET | Views: 6
|
|
tags:
RobConery, mvc.net, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 10 days ago, submitted by
rstrahl
9 months, 12 days ago
west-wind.com — Signing an XML document and then validating the digital signature of the document doesn't involve a lot of code - once you know how it works, but arriving there is quite the journey. This post describes setting up a certifcate for testing, signing an XML document with the Private key and then validating it with the Public key. read more...
add a comment
|
category: XML | Views: 2
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mnour
9 months, 15 days ago
mnour.blogspot.com — 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: Security | Views: 0
|
|
tags:
Configuration, web.config, Security, .Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 21 days ago, submitted by
craigtp
9 months, 22 days ago
weblogs.asp.net — VS 2008 Web Development Hot-Fix Roll-Up Available, as posted to ScottGu's blog.
Numerous fixes, including the "source code editor freeze" issue that a few people have experienced.
read more...
|
|
tags:
HotFix, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bo2bo2
9 months, 23 days ago
aspxwizard.net — it's normal to pass data to a function just thow in a parameter of the type of data you want to pass and ur set read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Fady
11 months, 1 day ago
barmagy.com — Through my career as a developer I’ve seen many developers that are not aware about the possibility of SQL injection through cookies. Cookies in fact is a user input and as any input it must be validated and because normal users don’t see cookies that doesn’t mean attackers won’t temper with it. read more...
add a comment
|
category: Security | Views: 3
|
|
tags:
Security | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bo2bo2
11 months, 7 days ago
aspxwizard.net — code will act as a full blown property that maintains its instance value
internally the compiler creates a member and maintains the value for the property read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
eknowledger
11 months, 26 days ago
eknowledger.spaces.live.com — Top 10 Code Review Tips & Tricks that worked with me ;) read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
bashmohandes
1 year, 1 month ago
spellcoder.com — Microsoft is developing a number of technologies to simplify the expression of parallelism in code. An example of this work is Parallel Extensions for the .NET Framework (PFX), a managed programming model for data parallelism, task parallelism, scheduling, and coordination on parallel hardware. read more...
1 comment
|
category: Linq | Views: 12
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|