ASP.NET MVC Preview 5 and Form Posting Scenarios - ScottGu's Blog (13)
share
digg
by
ScottGu (79)
on
ScottGu's Blog (79)
3 days, 6 hours
ago
permalink
This past Thursday the ASP.NET MVC feature team published a new "Preview 5" release of the ASP.NET MVC framework. You can download the new release here. This "Preview 5" release works with both .NET 3.5 and the recently released .NET 3.5 SP1. It can also now be used with both Visual Studio 2008 as well as (the free) Visual Web Developer 2008 Express SP1 edition (which now supports both class library and web application projects). ...
Silverlight Business Application Part 3: Validation (sync) (2)
share
digg
by
manish.dalal (3)
on
ASP.NET Weblogs (70)
4 days, 10 hours
ago
permalink
This is part three of Building Business Application with Silverlight series that showcases the basic building blocks of a data centric application. Series Link: Part 0, Part 1, Part 2 Almost all business application will have varying degree of validations. For our example, let say we have a business rule that states that Age must be a number and be greater than 0 and less than 200. DataGrid already prevents non numeric entry in Age ...
.NET 3.5 SP1 Source released (1)
share
digg
by
ASP.NET Debugging : IIS (2)
on
IIS.net (6)
4 days, 11 hours
ago
permalink
If you remember my previous blog about Debugging .NET Framework Source Code , well we have now updated the source to include 3.5 SP1. You can check out the announcement here . With this, we are releasing the source to the following files: mscorlib Read More......(read more)
The Morning Brew #169 (1)
share
digg
by
Chris Alcock (2)
on
Reflective Perspective (2)
4 days, 12 hours
ago
permalink
Its been a busy weekend in the .NET space - two major releases this weekend (MVC and F#) and lost of other good content. A few of the weekends posts that I still have left to read will creep into tomorrows post I think. Software F# Releases September 2008 CTP! - Matthew Podwysocki highlights the release of the F# September 2008 CTP, wich contains lots of new things, including better IDE integration. Matthew also links ...
Batch download the VS 2008 SP1 source/symbols with the updated Net Mass Downloader (2)
share
digg
by
Greg (42)
on
Greg's Cool [Insert Clever Name] of the Day (7)
4 days, 21 hours
ago
permalink
John Robbins' Blog - NetMassDownloader 1.5 Has Complete Support for VS 2008 SP1 “Now that the .NET Reference Source Code for .NET 3.5 SP1 has made it up to Microsoft's servers, Kerem Kusmezer and I updated NetMassDownloader to support populating your symbol server cache directory with all the source code and symbols. Microsoft did some tweaks to the debugger with SP1 and the symbols are expected to be in a MicrosoftPublicSymbols directory under your symbol ...
The Future of .NET Reflector (1)
share
digg
by
Chris Koenig (5)
on
MSDN Blogs (115)
6 days, 8 hours
ago
permalink
As someone who has been using .NET Reflector for a very long time, and actually put their name and email address in the registration form, I received this interesting news the other day in an email from Lutz concerning the future of .NET Reflector: After more than eight years of working on .NET Reflector, I have decided it is time to move on and explore some new opportunities. I have reached an agreement to have ...
GeoRSS Editor alpha version is up and running (1)
share
digg
by
albertpascual (0)
on
ASP.NET Weblogs (70)
6 days, 9 hours
ago
permalink
GeoRSS is a great way to share geographic information that updates all the time, sending simple geography (points, lines and polygons to a consumer. GeoRSS is RSS with a collection of points, as flexible as RSS with the advantage of providing location to your information. A great tool that I personally use in a regular basis in my professional and personal life. If I may I would recommend to extend GeoRSS to add attributes for ...
MSDN Low Bandwidth Bookmarklet (14)
share
digg
by
Jon Galloway (1)
on
Jon Galloway (1)
6 days, 10 hours
ago
permalink
There’s a semi-hidden feature in the MSDN Library website: Low Bandwidth view. We’ll talk about how to use it, why I like it, and some tips for switching it on and off. We’ll end up with an MSDN Low Band bookmarklet I whipped up to make it even easier. The Low Bandwidth view has been available for a few months, but you wouldn’t know about it unless someone told you, since the only way to ...
-
Miguel said:
I like the idea of using this cookie for websites to render low-bandwidth content and the bookmark to toggle the setting. It would be useful for other web sites as well.
The Living’s Easy: Blackhat, OWASP ISWG and AntiSamy .NET (1)
share
digg
by
arshan dabirsiaghi (0)
on
omg.wtf.bbq. (0)
1 week
ago
permalink
What a ridiculously fun but busy time for me. I’ve had the honor of beating up important applications at work, going to Blackhat, going on vacation in the beautiful OBX, and all the while pursuing lots of side projects during down time. Let’s catch up chronologically: 1. I taught an Advanced Web Application Penetration Testing course at Blackhat. Mostly great reviews from 40 students, but I did have 1-2 people who should not have been ...
介紹好用工具:FxCop ( 靜態程式碼分析 ) (1)
share
digg
by
Will (30)
on
The Will Will Web (0)
1 week
ago
permalink
FxCop 是一種靜態程式碼分析工具,主要是用來分析採用 .NET 技術開發的組件(Assembly)品質,其中分析的規則也多達上百條(FxCop 1.36 預設有 197 種規則),並依照不同的領域分門別類,大致有以下類別: 設計警告 ( Design Rules )支援 .NET Framework 設計方針所指定之正確程式庫設計的警告。 全球化警告 ( Globalization )支援世界性程式庫和應用程式的警告。 互通性警告 ( Interoperability )支援與 COM 用戶端互動的警告。 維護性警告 ( Maintainability )維護性警告支援程式庫和應用程式維護。 命名警告 ( Naming )支援遵守 .NET Framework 設計方針之命名慣例的警告。 效能警告 ( Performance )支援高效能程式庫和應用程式的警告。 可攜性警告 ( Portability )可攜性警告會支援各種不同平台的可攜性。 可靠性警告 ( Reliability )支援程式庫和應用程式可靠性的警告,如正確的記憶體和執行緒用法。 安全性警告 ( Security )支援更安全之程式庫和應用程式的警告。 用法警告 ( Usage )支援適當使用 .NET Framework 的警告。 [ 以上資訊摘自 MSDN Managed 程式碼的程式碼分析警告 單元 ] 這些檢查規則(Rules)都是微軟在開發 .NET Class Library 時提出的各種程式設計的規範與警告,讓工程師們能夠寫出好用且易於維護的程式碼,FxCop 原意是要提供給開發類別庫(Class Library)的開發人員用的,只不過若一般的 .Net ...
Svchost, why do you mock me so? Here’s a project to help you see what its doing… Svchost Viewer (1)
share
digg
by
Greg (42)
on
Greg's Cool [Insert Clever Name] of the Day (7)
1 week
ago
permalink
CodePlex - svchost viewer “A program to see what all those svchost.exe are running. Ever wondered what all those svchost.exe files are running ?? well here is an app to tell you, gives you some basic infomation like the Name, Description and the program path. - No installstation required. - Only requirement is that you have .net installed (ver 2.0 or newer). - Work in Windows XP (sp2) and Vista. - Coded in C# …” ...
Programmatically Retrieve Information About Windows Services Using ServiceController (1)
share
digg
by
Deepak (0)
on
One .Net Way (0)
1 week
ago
permalink
ServiceControl can be used to get information about a Windows Service on a machine. In this post I will show you how to retrieve information about a service using ServiceControl. To begin with lets examine the properties for ServiceControl. Through the designer we can set the ServiceName property. This can be set to the name of a service for which we wish to get more information. Retrieving details about a service is simply calling the ...
The Future of .NET Reflector (from Lutz Roeder) (1)
share
digg
by
Michael Schwarz (2)
on
Evcil.NET Seçkisi (0)
1 week
ago
permalink
Red Gate will be responsible for the future development of .NET Reflector, the popular tool authored by Lutz Roeder. I’m very happy to read that Red Gate will offer this tool for free to the community. Lutz did a great job and the feedback from developers around the world brings up this tool to the top 10 tools for .NET developers. Use Reflector if you need to: Explore .NET assemblies in an easy-to-understand, natural way ...
The Morning Brew #168 (1)
share
digg
by
Chris Alcock (2)
on
Reflective Perspective (2)
1 week
ago
permalink
4 day weeks are always much harder than the usual 5 day weeks….glad its the weekend tomorrow. Information Building a Custom XML Configuration System for ASP.NET – Part 2 - Keyvan Nayyeri looks at configuration again, reimplementing his previous system using the new XLinq API Clone Detective For Visual Studio - Paulo Morgado links to Clone Detective,a tool for detecting duplicate code in C# projects. I’ve already linked to this project before, and am including ...