"net framework" : 70 results during the last 30 days
Your search in 0.017 s
03 Dec 21 : 20 | Isolation frameworks – lessons from the wild I’m in the process of teaching another TDD master class in Oslo this week, and in the past two days we went over the major Isolation frameworks in .NET (I refuse to say Mocking frameworks anymore. the “Mock” work is too overloaded as it is). We covered NMock, Rhino Mocks, Moq and Typemock ,... Source : ASP.NET Weblogs 11 hours ago |
03 Dec 20 : 58 | Improved support for MbUnit, xUnit and Gallio The main focus of the TestDriven.Net 2.18 release has been to improve support for test runner plug-ins in general (not just NUnit). If you’re using xUnit, MbUnit or Gallio – I recommend you upgrade to this version. Automatic support for 64-bit machines The registry layout on 64-bit machines is... Source : ASP.NET Weblogs 11 hours ago |
03 Dec 03 : 02 | Evolution of the ASP.NET Test Process (part 1) For those of you interested in testing methodologies, in these series of posts I'll go over how the QA team has changed the way we test ASP.NET over the years. I have been in the team for over 6 years now and have witnessed several transitions (most of which I think are for the better). The... Source : ASP.NET Weblogs 29 hours ago |
02 Dec 23 : 15 | TestDriven.NET 2.18 + NUnit 2.5 Beta I’ve just uploaded a new version of TestDriven.Net with support for NUnit 2.5 Beta. There’s a menagerie of weird and wonderful new attributes to choose from in this point release of NUnit. Ben Hall has written a good summary of the Alpha version and I’m sure Charlie Poole will be blogging... Source : ASP.NET Weblogs 33 hours ago |
03 Dec 01 : 29 | Debugging Silverlight apps using WinDbg While working on a silverlight application for my current engagement, we were seeing some weird memory issues and application crashes. I won't bore you with the initial investigation of the issue, but it turns out we need to delve deep into what was going on behind the scenes. A fellow colleague and... Source : ASP.NET Weblogs 31 hours ago |
02 Dec 01 : 08 | Event in Toronto about Entity Framework Barry Gervin from ObjectSharp will be speaking about Entity Framework at Palmerston Library Theatre next Tuesday, December 9.Here's the map to the location. Check Metro Toronto Users' Group website for more details. Here's the registration website. See you guys there. Source : ASP.NET Weblogs |
01 Dec 12 : 54 | Communauté .NET Montréal - Special DevTeach Meeting - Tonight www.dotnetmontreal.com ATTENTION: Cette assemblée aura lieu à l'hôtel Marriott Château Champlain, Salons Viger A & B, dans le cadre de la conférence DevTeach. Sujet: Entity Framework, LINQ et WPF en direct!Conférenciers: Fabrice Maguerie (auteur du livre Linq in Action) et Frédéric Schäfer,... Source : ASP.NET Weblogs |
30 Nov 08 : 41 | Slides for dotNETwork 9th: Applying DDD on Asp.net MVC – Part 1: Asp.net... Thank you all for attending my “Applying Domain Driven Design on Asp.net MVC” session. It’s interesting how things went that we got a bit deep into the ASP.NET MVC framework and have achieved the geeky talk goal via covering the other aspects of ASP.NET. Even that this took the entire session,... Source : ASP.NET Weblogs |
30 Nov 17 : 40 | Free WCF Training Someone emailed me looking for some free WCF training. There are numerous free resources available. Here are a few: WCF Portal:http://msdn.microsoft.com/en-us/netframework/aa663324.aspx Free clinic:Clinic 6264: Introducing Windows Communication Foundation using .Net Framework 3.5 & Visual Studio... Source : ASP.NET Weblogs |
30 Nov 23 : 46 | Visual Studio Talk Show #87 is now online (French) http://www.visualstudiotalkshow.com Matthieu Mezil: Entity Framework Nous discutons avec Matthieu Mezil de Entity Framework. Entre autres, nous discutons des capacités ORM (Object Relational Mapper) de Entity Framework. Matthieu MEZIL est consultant formateur à Winwise. Passionné par .Net,... Source : ASP.NET Weblogs |
28 Nov 04 : 20 | Customizing ASP.NET Dynamic Data From Wikipedia: “ASP.NET Dynamic Data is a web application scaffolding framework from Microsoft, shipped as an extension to ASP.NET, that can be used to build data driven web applications.” So if you use VS2008 and .NET 3.5 SP1 you can take advantage of ASP.NET Dynamic Data to quickly create... Source : ASP.NET Weblogs |
29 Nov 13 : 19 | Silverlight + Google Gears = Awesome! at least in Firefox cross post from mojoPortal.com I spent most of the week prototyping some things in Silverlight. I figured during the holiday week most people out there goofed off on their jobs a lot this week, so rather than work on my roadmap priorities, I decided to have some fun and play with Silverlight.... Source : ASP.NET Weblogs |
24 Nov 18 : 00 | St. Louis Day of .NET December 13th Are you in the St. Louis area, or near by? You might be interested in checking out the St. Louis Day of .NET that is scheduled for 12/13/2008. My good buddy Scott Spradlin has been getting this organized and lined up a great list of speakers covering a wide range of topics ! I’m happy to be... Source : ASP.NET Weblogs |
28 Nov 12 : 05 | Display a Nice Error Popup Window - Extended Last time I blogged about how to display a nice error message to the user using only one line of declarative code. Today I want to show you how to extend that. Usually when you develop a Website you need to deal with exception either system or application specific exceptions. Pattern & Practices... Source : ASP.NET Weblogs |
24 Nov 00 : 28 | Speaking for the Communauté .NET Montréal next Monday In addition to speaking at DevTeach Montreal next week, Frédéric Schäfer and I will also give a demonstration of LINQ, Entity Framework and WPF in action to the Communauté .NET Montréal next Monday. This will be in French.A bientôt à Montréal et DevTeach ! PS: Why should you go to... Source : ASP.NET Weblogs |
21 Nov 10 : 52 | Baby-sitter Framework 2.0: Change tracking in the EF v2, it's still your... More than 1.5 year ago (!) I wrote an article about why change tracking of changes of an entity should really be inside an entity object. Change tracking is the concern of the O/R mapper and the entity object, not the developer using the entity object and the O/R mapper. Imagine using an entity... Source : ASP.NET Weblogs |
20 Nov 09 : 34 | ASP.NET MVC project and TFS Team build issue I was trying to include my ASP.NET MVC project in a TFS team build today but the build failed so I've investigated this issue and thought it will be helpful to share it with the community. To get the MVC project build successfully with the team build make sure of the following: - Your build server... Source : ASP.NET Weblogs |
19 Nov 20 : 56 | Open Source alternatives in .NET for building RESTful services Usually all my posts about REST are about WCF or mention this technology in some parts. Today, I decided to take a different approach and discuss some of the projects available today for building REST services, Resourceful and Dream framework (Both available for mono as well).It is worth... Source : ASP.NET Weblogs |
25 Nov 17 : 45 | Looking at synchronization and one scary tool It is funny how things work out, a disaster can lead to opportunities. Last month my main pc at home somehow got a corrupt hard drive and at first I thought I had lost all my private data (family pictures, documents etc), the drive wasn’t backed up as it was a mirrored drive, which I had thought... Source : ASP.NET Weblogs |
18 Nov 23 : 13 | IIS7 – ASP.NET on Windows Server 2008 Server Core R2 " If you are a Server Core fan, and wished you could host ASP.NET websites in Server Core, then feel better, you wish had come true. Windows Server 2008 R2’s Server Core will have .NET Framework which means, ASP.NET too. This is a big news for all those wanted to deploy Server Core, but stopped... Source : ASP.NET Weblogs |
12 Nov 21 : 18 | Microsoft Chart Controls for the .Net Framework I haven't been impressed by any new technology in a long time…until I downloaded and tried out the new Microsoft Chart Controls for the .Net Framework. It contains charts for both Forms and Asp.Net applications. The Charts home page is here: http://code.msdn.microsoft.com/mschart If you want to... Source : ASP.NET Weblogs |
24 Nov 18 : 37 | Announcing the Web Platform Installer Release Candidate! The Web Platform Installer (Web PI) is a simple tool that installs Microsoft's entire Web Platform, including IIS7, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web Platform Installer’s user Read More......( read more ) Read... Source : ASP.NET Weblogs |
16 Nov 07 : 05 | Functional .NET 4.0 - Tuples and Zip Previously, when covering some of the additions to the .NET 4.0 Framework such as optional and named parameters, some of the other additions have caught my eye from the perspective of functional programming. Unlike .NET 3.5, this release is not as targeted towards functional programming as it is... Source : ASP.NET Weblogs |
17 Nov 02 : 16 | UG Session on ASP.NET MVC Last saturday, I did a presentation on the ASP.NET MVC framework for K-Mug (Kerala Microsoft User Group, India). This was an introduction talk on ASP.NET MVC. You can download the presentation from here. Source : ASP.NET Weblogs |
15 Nov 13 : 03 | dotNETwork 9th Gathering: Domain Driven Design, ASP.NET MVC, you know, tada... Yeah, somehow dotNETwork decided to allow me to show all my psychopath about design and implementation in a session with a very weird long title, “Applying Domain Driven Design on ASP.NET MVC”. Yeah, two unrelated topics. In 2 hours frame, I should be introducing day to day development styles... Source : ASP.NET Weblogs |
06 Nov 11 : 29 | Microsoft Chart Controls for Microsoft .NET Framework 3.5 Great news! Microsoft has released a collection of free charting controls for both ASP.NET and Windows Forms! The only inconvenience is that they only work with .NET 3.5 (is it really an inconvenience? :-)), but they look great and offer the most commonly required functionality, at no cost. Related... Source : ASP.NET Weblogs |
15 Nov 00 : 11 | .NET Code Contracts and TDD Are Complementary After my recent post on the introduction of Code Contracts in .NET 4.0, I got some strong reaction that they would rather rely on TDD, or the better term, Example Driven Development specifications to ensure correctness. Instead, it's my intent to talk about how they can complement each other in... Source : ASP.NET Weblogs |
21 Nov 11 : 04 | If the Chief-Architect doesn't decide... who does? Yesterday I read this great article about VS.NET's technical roadmap, posted by Rico Mariani. Rico is the Chief Architect of Visual Studio, and he explains what that title means as follows: I am the Chief Architect but I'm also *only* the Chief Architect, I don't make the final decisions about what... Source : ASP.NET Weblogs |
13 Nov 17 : 10 | New ASP.net Technologies, What to Do? I have spent the last two weeks researching the latest ASP.net technologies and I have to admin, my mind's been swimming with the mass amount of new things out there to learn. I purchased Visual Studio 2008 with framework 3.5 and SP1 and Windows Web Server 2008 Web Edition with IIS7 as well as SQL... Source : ASP.NET Weblogs |
13 Nov 12 : 56 | Entity Framework - Some of our Experience and Code Kim has a new post that summarizes some of our experience using the Entity Framework in a real client project. He also includes some code and concepts for a repository interface that we used to make it more managable and extendable. Read the post for all of the details, but our bottom line is ... Source : ASP.NET Weblogs |
11 Nov 19 : 46 | ASP.NET Ajax AddHistoryPoint Bug In .NET Framework SP1 there was a great feature added that allows history points to be added for Javascript changes. This means, you can use the browswer back/forward buttons with Javascript changes on the page. When released, I went to implement it, and quickly found there is a bug that causes this... Source : ASP.NET Weblogs |
21 Nov 12 : 13 | MVC ModelBinder and Localization One of the great things about the way in which the Microsoft ASP.NET MVC Framework is being developed is the fact that the team are publishing the source code as they go along. This makes it very simple to dig into the framework when something slightly surprising is happening and figure out exactly... Source : ASP.NET Weblogs |
21 Nov 07 : 14 | Building a neat edit in place behavior For the purposes of my next post, I built a neat little edit in place behavior and I thought it deserved its own post. It does a pretty good job at showing how easy it is to build a clean behavior using ASP.NET Ajax. It’s always good to go back to the basics… In this post, I’ll show you how... Source : ASP.NET Weblogs |
11 Nov 00 : 12 | DNS, Zigbee, XBee, Web, SMTP and POP classes in my MSchwarz Toolkit for... As I wrote already some days ago I'm currently working on a library that will offer networking features that I'm missing in .NET Micro Framework. All features are first implemented in desktop .NET Framework 3.0 and then modified to fit the smaller .NET Micro Framework. The Zigbee/XBee C#... Source : ASP.NET Weblogs |
11 Nov 13 : 01 | Workflow + WCF + ASP.NET sample updated Back in 2006 when Workflow foundation was still WWF (and some of us believed it was going to change the world), and all the foundations were "add ons" on top of the .NET 2.0 version of the framework I set out to build a reference asp.net help desk solution to learn the basics of the once new... Source : ASP.NET Weblogs |
09 Nov 22 : 12 | ADO.NET v LINQ to SQL So with the recent news of LINQ to SQL going DOA a lot of those who have developed applications around it are probably hurting. I myself was shocked to hear that Microsoft would do such a foolish thing. This is one of the things that turns off people from using .NET and other Microsoft... Source : ASP.NET Weblogs |
18 Nov 18 : 29 | Back from Tech-Ed EMEA I just flew back from Barcelona where I gave three talks last week at Tech-Ed EMEA. Lots of excitement, and great feedback, on all of the new Ajax features being added to the ASP.NET framework. I've included the Power Points and demo code from my presentations below. In my first Ajax talk, I... Source : ASP.NET Weblogs |
08 Nov 06 : 40 | Code Contracts for .NET 4.0 - Spec# Comes Alive As I've said in many posts before, I'm a big fan of stating your preconditions, postconditions, invariants and so on explicitly in your code through the use of contracts in the Design by Contract Parlance. Spec# is a project that came from Microsoft Research as a language based upon C# to add... Source : ASP.NET Weblogs |
18 Nov 23 : 44 | Consuming WebServices in JavaScript with Mootools As we all know, Visual Studio will have jQuery support for now on, which is a great thing. I use jQuery heavily at work when customizing CRM and also to develop other projects. However, I really enjoy Mootools, which is another great JavaScript framework. Long ago I've seen a post somewhere about... Source : ASP.NET Weblogs |
06 Nov 20 : 12 | Expert .NET 2.0 IL Assembler If you want to know how .Net Framework works internally then there is very good book by Serge Lidin - Expert .NET 2.0 IL Assembler. Serge Lidin is author of IL Assembler, IL Disassembler. He is also one of those guys who wrote IL Assembler language specification. So I think he knows the topic very... Source : ASP.NET Weblogs |
07 Nov 19 : 12 | Transforming Tree Surgeon using the Adaptive Console Framework I'm a command line app junkie as I love working with it. I guess it's my DOS/Linux roots but I find things go faster when you're not dealing with a GUI and a mouse. Command line tools like NAnt and MSBuild have all sorts of options and syntax. Some of it discoverable, some of it not so much. NAnt... Source : ASP.NET Weblogs |
18 Nov 05 : 39 | The problem of JSON and how to fix it In AJAX world, JSON is one of the most popular implementation, Asp.Net AJAX is using this concept, and it really works great. But in some very special situation, JSON could cause some unexpected problems.For example, if the user want to submit a huge document on the local to the server side, you... Source : ASP.NET Weblogs |
06 Nov 16 : 24 | Starting with the Synchronization Framework If you don't already know, the Synchronization Framework team has just released the CTP for v2.0 There are 3 core areas of the framework:- Sync Services for ADO.NET: Synchronization for ADO.NET enabled data sources Sync Services for File Systems: Synchronization for files and folders ... Source : ASP.NET Weblogs |
06 Nov 09 : 34 | Nov 6th Links: ASP.NET, ASP.NET AJAX, jQuery, ASP.NET MVC, Silverlight and... Last week was our big PDC conference, and I've been busy catching up back at work this week. I'm hoping to publish a bunch of new posts soon (including some on the PDC announcements we made). Until then, here is the latest in my link-listing series. Also check out my ASP.NET Tips, Tricks and... Source : ASP.NET Weblogs |
17 Nov 14 : 30 | A better webforms? Last week Phil wrote about the concerns of webform developers that Microsoft was leaving webforms behind in favour of the MVC framework. As Phil writes that is clearly not the case and webforms is enjoying a lot of technology cross over from the MVC framework, which brings me to my post. What I... Source : ASP.NET Weblogs |
16 Nov 00 : 16 | Silverlight Futures: Line of Business app made easy! Interested in building Line of Business app with Silverlight ? Check out this presentation from Jamie Cool at PDC2008: http://channel9.msdn.com/pdc2008/PC11/ You may want to go straight to 30min on the talk to get the good stuff… Jamie shows what’s coming in a next version of Silverlight: a... Source : ASP.NET Weblogs |
14 Nov 02 : 16 | Interesting Finds: 2008.11.12~2008.11.14 .NET Mobile MVC Framework - for mobile devices running .NET Compact Framework 3.5 XSLT Debugging with .NET Code Contracts and runtime rewriting Writing Tests to Catch Memory Leaks in .NET Breaking changes to the String class Where did CLR 3.0 Go? Web JxLib: New Browser... Source : ASP.NET Weblogs |
13 Nov 16 : 56 | MSDN Developer Conference in Atlanta So, you couldn’t make PDC this year? Watching recorded sessions not quite doing it for you? Missing the interaction with Microsoft folks and industry experts? Well, do we have a fantastic event for you! Come to the Atlanta, GA MSDN Developer Conference on December 16th at the Westin Peachtree... Source : ASP.NET Weblogs |
12 Nov 17 : 19 | Cross Browser Copy and Paste in DataGrid with Excel support – Part 1 Silverlight 2 is a cross browser platform(plug-in), providing developers with a familiar .net programming model for building RIAs. However it is also a relatively young platform. This came to surface other day when a tester came to me complaining about our new Silverlight enabled web application.... Source : ASP.NET Weblogs |
11 Nov 12 : 00 | Windows Azure and you So I have started to look at the new Windows Azure that we just announced, you can download the framework from here . You can also read more about it at Azure Services Platform Developer Center . As I started looking at this, the main sample I was Read More......( read more ) Read More......(read... Source : ASP.NET Weblogs |



