sdorman

Stories kicked by sdorman

Nullable DateTime and Ternary Operator in C#(www.ginktage.com)

submitted by isenthilisenthil(2309) 1 year, 4 months ago

Just Recently when i was working on a solution to assign Null values to the Datetime , i was struck up for some time in doing this though the solution was simple . I had to cast to the right type ( Nullable of Datetime ) . The stuff that i was doing was assigning a value null directly to the variable when used with the Ternary or coascalence operator . This post talks about the diffe... read more...

add a comment |category: |Views: 61

tags: another

ASP.NET MVC 3 RTM Released!(www.microsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 1 year, 4 months ago

ASP.NET MVC 3 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic using the view, user-input handling using the controller, and the domain logic using the model. ASP.NET MVC applications are easily testable using techniques such as test-driven development (TDD). The installation package includes templates and tools for Visual Studio 2010 to increase productivity when writing ASP.NET MVC applications. For example, the Add View dialog box takes advantage of customizable code generation (T4) templates to generate a view based on a model object. The default project template allows the developer to automatically hook up a unit-test project that is associated with the ASP.NET MVC application. Because the ASP.NET MVC framework is built on ASP.NET 4, developers can take advantage of existing ASP.NET features like authentication and authorization, profile settings, localization, and so on. read more...

1 comment |category: |Views: 212

tags: another

Hosting the Razor Engine for Templating in Non-Web Applications(www.west-wind.com)

submitted by rstrahlrstrahl(7226) 1 year, 4 months ago

In this article I describe a set of classes that provide a wrapper around the Razor View Engine so you can use it easily in your own applications to provide templating functionality. read more...

1 comment |category: |Views: 71

tags: another

Monadic Parser Combinators using C# 3.0 - LukeH's WebLog - Site Home -(blogs.msdn.com)

submitted by schalkvanwykschalkvanwyk(1335) 1 year, 4 months ago

Parser combinators are an idea that I enjoy every time I go back and look at again. They are an approach to building parsers by composing very simple atomic parsers into bigger and bigger units which can ultimately express real world grammars. This idea has been particularly popular in functional languages where the parsers can naturally be thought of as functions from input strings to parse trees, and composition of parsers is just function composition. This approach often leads to a simple syntax which makes the resulting parsers pleasantly declarative in that internal-DSL kind of way. read more...

add a comment |category: |Views: 46

tags: another

Create Custom Speech Bubbles in Silverlight.(michaelcrump.net)

submitted by mbcrumpmbcrump(1034) 1 year, 4 months ago

I had a reader email me the following question: “How do you create Speech Bubbles in Silverlight/WPF without adding any extra .dlls? Right off the bat, I know at least two ways to create the speech bubbles that look just like the ones in comic books. Using the Callout Shapes included with Blend 4. Using the free 3rd party control named FreeBubbles (I used this before Blend 4). Unfortunately, we cannot use either of these as they will both add extra .dll’s to the project. read more...

add a comment |category: |Views: 48

tags: another

Why software development is fun?(blog.agafonov.net.ua)

submitted by SoftEngineerSoftEngineer(495) 1 year, 4 months ago

Why software development is fun, programming and engineering. read more...

add a comment |category: |Views: 45

tags: another

Microsoft Visual Studio - From Past to Present(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 5 months ago

Recently I‘ve been working at a client site where they are using Visual Studio 2005 for their main project. I’ve gotta say that I was a bit surprised since I haven’t come across VS2005 for a few years… I immediately became nostalgic and decided to share. So I’m proud to present, Visual Studio – from past to present! read more...

1 comment |category: |Views: 613

tags: another

Debugging with Async in C# 5.0(www.abhisheksur.com)

submitted by abhi2434abhi2434(1006) 1 year, 6 months ago

There is very small support for Debugging with Async. Lets explain a few facts on this note. read more...

1 comment |category: |Views: 52

tags: another

Back to Basics – Null-Coalescing Operator(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 1 year, 6 months ago

Yesterday during an EF4 course that I’m giving at a customer I showed an example for a property that is set using the null-coalescing operator. Since some of the students asked me what is this operator, I gave a small explanation and thought that it’s something that I can share here in the blog. So here it goes... read more...

add a comment |category: |Views: 25

tags: another

Top 6 Coding Standards & Guideline Documents For C#/.NET Developers(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 6 months ago

Some time back, I collated a list of 7 Must Read, Free EBooks for .NET Developers, and a lot of people found it useful. So, I thought about putting together my “Top 6” list of Coding Standard guidelines/checklists for .NET /C# developers as well...They are useful not just from a review perspective - going through these documents can definitely help you and me to iron out few hidden glitches we might have in the programming portion of our brain. So, here we go, the listing is not in any specific order. read more...

1 comment |category: |Views: 1154

tags: another

Windows Ribbon for WinForms v2.6 Released - Arik Poznanski's Blog(blogs.microsoft.co.il)

submitted by arikparikp(1204) 1 year, 6 months ago

Windows Ribbon for WinForms v2.6 Released The Windows Ribbon for WinForms is a ribbon control designed to be used with WinForms applications. Yea, I know, WinForms is so last year, but it turns out people still use it and keep asking for features and bug fixes.. Anyway, it is a managed wrapper around Windows Ribbon Framework, provided by Microsoft in Windows 7 and Vista. More details on this project can be found in the project site: windowsribbon.codeplex.com .So, what’s new?Simplified use for ... read more...

add a comment |category: |Views: 41

tags: another

The Big View Engine Comparison – Razor vs. Spark vs. NHaml vs. WebForm(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 6 months ago

One of the cool things about ASP.NET MVC (and other MVC web frameworks) is its capability to change the default view engine with a Microsoft or a 3rd-party one. In this post I’m going through the basic operations we do with our views and show you how to get them done with the default web forms view engine, Razor, Spark and NHaml. read more...

1 comment |category: |Views: 191

tags: another

Dotnetkicks Homepage Updates(blog.dotnetkicks.com)

submitted by sdormansdorman(1415) 1 year, 6 months ago

Almost a year ago, DotNetKicks underwent some considerable changes including a new overall look to the site. Today, we again launched several new features. read more...

2 comments |category: |Views: 222

tags: another

Moderators at Dotnetkicks(blog.dotnetkicks.com)

submitted by sdormansdorman(1415) 1 year, 6 months ago

DotNetKicks is a community based news site which uses moderators, who are regular members which have some additional capabilities) to prevent SPAM stories from accumulating. read more...

1 comment |category: |Views: 106

tags: another

C# Asynchrony - async/await - A simple & quick intro(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 6 months ago

This post is a quick and simple introduction towards using the async and await keywords. Let us try some simple ‘working’ code first, then we’ll discuss the concepts involved. Consider the following code, where we start a hotel and call our Cook/Chefs to start cooking various dishes. Each cook will take a random time to cook his dish. See the implementation below... read more...

add a comment |category: |Views: 72

tags: another

Microsoft and jQuery(www.west-wind.com)

submitted by jch0001jch0001(145) 1 year, 6 months ago

Microsoft & jQuery read more...

add a comment |category: |Views: 468

tags: another