Maor's Blog
Talking about technology
Browse by Tags
All Tags
»
Asp.Net
(
RSS
)
.NET
AJAX
AppFabric
Asp.Net 2.0
ASP.NET 3.5
ASP.NET MVC
Cloud Computing
Dallas
Silverlight
Utilities
Windows Azure
Windows Identity
AppFabric, Identity, Dallas Announced at PDC 09
Here are the headlines from yesterday’s announcements at Professional Developers Conference (PDC09). Windows Identity Foundation, ASP.NET MVC Beta 2 Supported on Windows Azure Windows Server virtual machine support on Windows Azure, RTM of Windows Identity...
ASP.NET 3.5 Extensions Preview Released
The ASP.NET 3.5 Extensions Preview is a preview of new functionality being added to ASP.NET 3.5 and ADO.NET. The release includes an ASP.NET MVC, ASP.NET Dynamic Data, Silverlight controls for ASP.NET, ADO.NET Data Services, Entity Framework runtime, and new features for ASP.NET AJAX. Download ASP.NET 3.5 Extensions (includes MVC) Download here the Toolkit HTML helpers pages: ASP.NET MVC Preview: Using The MVC UI Helpers How to Unit Testing with MVC: TDD and Dependency Injection with ASP.NET MVC
MVC vs MVP
MVC or MVP? You've probably heard about Microsoft's new ASP.NET MVC Framework . MVC methodology divides an application's implementation into three component roles: Models Views Controllers. MVP approach divides an application's implementation into: Model View Presenter What is the difference between the MVC and MVP patterns? Todd Snyder has an excellent explanation . This is summary by the key differences between the two patterns: MVP MVC View is more loosely coupled to...
Free Web.Config Editor
Nice tool which helps a lot in editing Web.Config and Application.Config files published at Microsoft Public Sector Developer and Platform Evangelism Team Blog . You can download it from: http://asphere.aspweb.cz/default.aspx Technorati Tags: Asp.NET
ASP.NET 2.0 - Web Site vs Web Application project
This post was migrated. You can read it at http://blog.maordavid.com/2007/06/aspnet-20-web-site-vs-web-application-project/ A common question by asp.net developers is what project model should I use for asp.net application? Web Site project (which introduced with VS 2005) or Web Application project (which delivered as add-in for VS 2005 and built-in within VS 2005 SP1)? There is no thumb rule. Every project model has it's own advantages (and diss-advantages off course...). I hope this...
Free Download: Refactor!™ for ASP.NET
Refactor! for ASP.NET version 2.2 by Developer Express is freely available to all ASP.NET 2.0 developers. This release includes refactorings dedicated to ASP.NET development. Great tool!
Silverlight introduction
At Mix07 , Microsoft announced Silverlight. Microsoft Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. You can read more here (SilverLight site), its amazing! Great post about Silverlight UI Controls, by Ashish Shetty, you can find here . Slides and demos you can download from Nikhil Kothari's Weblog . Enjoy!
How to: Calling Web Services methods from Client Script in ASP.NET AJAX
My previos post explained the way to expose a web service to client script in Ajax. This post will introduce the "How to" call the web service's method from the client script. Our web service is: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 namespace MySamples.BL { [WebService(Namespace = "http://tempuri.org/" )] [ScriptService] public class MyWebService : System.Web.Services.WebService { [WebMethod] public string PrintString(String input) { return input; } [WebMethod] public string SayHello() {...
How to: Expose Web Services to Client Script in AJAX
AJAX enables you to call ASP.NET Web services by using client script. There are several steps to enable the web service exposing. 1. Qualify the Web service class with the ScriptServiceAttribute attribute: 1 2 3 4 5 6 7 8 9 [ScriptService] public class MyWebService : System.Web.Services.WebService { [WebMethod] public string PrintString(String input) { return input; } } 2. Configure the Web application to support calling Web services from script. Register the ScriptHandlerFactory HTTP handler in...
Search
Go
This Blog
Home
Contact
About
News
RSS
Connect with Me
Tags
.NET
.NET 3.0
.NET 3.5
.NET 4
Acropolis
AJAX
ALM UG
AppFabric
Are you ready 2008
Asp.Net
Asp.Net 2.0
ASP.NET 3.5
ASP.NET MVC
Astoria
Blog
C#
Cloud Computing
Code Analysis
Coding Standards
Community
CTO
Data Dude
Debugger Canvas
DEV
DevAcademy2
Developer Academy 4
Development Process
Enterprise Library
Events
Google
IE10
IE9
Internet
ITPRO
Kincect
Lab Management
Lambda Expressions
Lectures
LINQ
Live
load test
Management
Microsoft
Misc
Mobile
MS IL Misc
MSBuild
MVP
Native
Networking
News
Office 2010
Office 365
OFFTopic
Online Services
Open Source
Opinion
Patterns & Practices
PDC10
PDW
Performance
Platorm
Private
Robotics
Rosario
Security
SharePoint 2010
Silverlight
Silverlight 4
Silverlight 5
Software Development
SQL Azure
System
Team Build
Team Build 2008
Team System
Team System 2008
Team System 2010
Team System Tools
TECH
TechEd
TechEdIsrael2008
TFS
TFS 2008 SP1
Tools
Utilities
visual studio
Visual Studio 2008
Visual Studio 2010
Visual Studio 2010 SP1
VS 2008 SP1
VSTS
WCF
Web
Windows 8
Windows Azure
Windows Azure Tools
Windows Phone
Windows Phone Mango
WPF
Navigation
Home
All Posts
RSS
Popular Tags
Archives
December 2011 (6)
November 2011 (2)
September 2011 (1)
August 2011 (8)
July 2011 (11)
June 2011 (5)
March 2011 (2)
January 2011 (5)
December 2010 (3)
November 2010 (1)
October 2010 (4)
September 2010 (1)
August 2010 (2)
June 2010 (6)
May 2010 (8)
April 2010 (1)
March 2010 (1)
February 2010 (6)
December 2009 (1)
November 2009 (2)
October 2009 (2)
September 2009 (2)
August 2009 (1)
June 2009 (2)
May 2009 (3)
April 2009 (3)
March 2009 (6)
February 2009 (4)
January 2009 (3)
December 2008 (7)
October 2008 (4)
September 2008 (14)
August 2008 (3)
July 2008 (3)
June 2008 (11)
May 2008 (7)
April 2008 (15)
March 2008 (19)
February 2008 (11)
January 2008 (6)
December 2007 (24)
November 2007 (17)
October 2007 (30)
September 2007 (22)
August 2007 (2)
July 2007 (10)
June 2007 (15)
May 2007 (18)
Blog Roll
bharry's WebLog
ScottGu's Blog
maor.blogging()
RSS
Blog Pages
Rosario's CTP 12
WCF
Syndication
RSS
Atom
Comments RSS