DotNetShoutout - Stories tagged with .NET
5
Shouts

C#/.NET Little Wonders: Empty(), DefaultIfEmpty(), and Count()

published 713 days, 17 hours, 15 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 717 days, 12 hours, 20 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Friday, June 03, 2011 12:12:32 AM GMT
Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to write and maintain. On this post I will finish examining the System.Linq methods in the static class Enumerable by examining two extension methods Count() and DefaultIfEmpty(), and one static method Empty(). (more)
category: Web Dev | clicked: 45 | comment | | source: www.blackrabbitcoder.net
tags: .NET, Empty, Little Wonders, C#, IEnumerable, enumerable, Any, Count, Linq, DefaultIfEmpty
5
Shouts

Intercept calls to objects in C#

published 716 days, 19 hours, 22 minutes ago posted by dharadhara 718 days, 5 hours, 16 minutes ago
Friday, June 03, 2011 5:11:01 PM GMT Thursday, June 02, 2011 7:16:12 AM GMT
The best types in object oriented systems are ones that have a single responsibility. But as systems grow, other concerns tend to creep in. System monitoring, such as logging, event counters, parameter validation, and exception handling are just some examples of areas where this is common. If we implement... (more)
category: Web Dev | clicked: 36 | 1 comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
5
Shouts

Checkboxes in HTML table with Jquery: Checked All, Unchecked, Enable, Disable operation

published 716 days, 19 hours, 22 minutes ago posted by dharadhara 718 days, 5 hours, 18 minutes ago
Friday, June 03, 2011 5:11:01 PM GMT Thursday, June 02, 2011 7:15:06 AM GMT
Objective In this article we will see, How to apply Jquery on HTML table? How to check and uncheck all the checkboxes? How to check how many numbers of checkboxes are checked? How to disable and enable the checkboxes. Suppose we have a HTML table as below. And HTML for above table is as below, (more)
category: Web Dev | clicked: 13 | 1 comment | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
5
Shouts

DLR in C# using Scripting Language

published 718 days, 6 hours, 41 minutes ago posted by dharadhara 720 days, 4 hours, 21 minutes ago
Thursday, June 02, 2011 5:51:24 AM GMT Tuesday, May 31, 2011 8:11:29 AM GMT
You should note, till now C# has very little Dynamic Language feature. As mentioned in PDC, we will soon have the feature Compiler as Service feature in C# it is really hard to wait for such a thing to happen. As for me, after the dynamic capabilities released with C# 4.0 , I was really excited to look... (more)
category: Web Dev | clicked: 17 | 1 comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
11
Shouts

Bridging the .NET power and HTML5 richness

published 718 days, 6 hours, 41 minutes ago posted by webguiwebgui 720 days, 5 hours, 54 minutes ago
Thursday, June 02, 2011 5:51:24 AM GMT Tuesday, May 31, 2011 6:39:06 AM GMT
Visual WebGui has recently released an HTML5 supported (beta) version of its platform. Needless to say this new .NETHTML5 version generated a lot of buzz and interest which were followed by many inquiries so I want to share more information and the Gizmox vision for the HTML5 version (more)
category: Web Dev | clicked: 41 | 1 comment | | source: geekswithblogs.net
tags: .NET, rich applications, VB.NET, web development, Screencast, html5
5
Shouts

Callback Reentrancy or returning values in callback or duplex service

posted by dharadhara 721 days, 5 hours, 32 minutes ago
Monday, May 30, 2011 7:00:25 AM GMT
PART#1 of this article is here Objective: This article will explain how to return values in call back or duplex operation. Before reading this article, I strongly recommend to read my first article post on this series. This article is fully based on the A Simple Duplex Service in WCF . If you read above... (more)
category: Web Dev | clicked: 2 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET
6
Shouts

Customizing Visual Studio Extension Icon in Visual Studio 2010

published 720 days, 19 hours, 14 minutes ago posted by dharadhara 724 days, 5 hours, 41 minutes ago
Monday, May 30, 2011 5:18:29 PM GMT Friday, May 27, 2011 6:51:54 AM GMT
If you have deal with Visual Studio Extension ( VSIX) , you must have seen, after the extension installation default icons are predefined ( As shown in below image ). In this post I am going to describe how you can customize /change the default visual studio extension icon and can provide your... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: beyondrelational.com
tags: .NET, VS2010, ASP.NET
6
Shouts

Creating Animated Splash screen in Windows Phone 7

published 720 days, 19 hours, 14 minutes ago posted by dharadhara 724 days, 5 hours, 42 minutes ago
Monday, May 30, 2011 5:18:29 PM GMT Friday, May 27, 2011 6:50:49 AM GMT
Creating a beautiful splash screen is always great to see for any application. Windows Phone 7 being no exception to it, you want to give the user great look and feel while loading the application using your Splash Screens. In this article, I am going to spend some time by talking about some of the probable... (more)
category: Web Dev | clicked: 15 | 1 comment | | source: beyondrelational.com
tags: .NET, Silverlight, Windows Phone 7
4
Shouts

Parallel programming coding guidelines

published 724 days, 16 hours, 16 minutes ago posted by dharadhara 725 days, 6 hours, 12 minutes ago
Thursday, May 26, 2011 8:16:49 PM GMT Thursday, May 26, 2011 6:20:45 AM GMT
This is awesome book from Microsoft on Parallel programming coding guidelines. You can download here Below is Table content of this book Table of Contents Primitives for Parallel Programming Tasks Parallel.For and Parallel.ForEach Parallel LINQ Concurrent Collections Coordination Primitives Correctness... (more)
category: Web Dev | clicked: 23 | 1 comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
5
Shouts

How to Integrate FxCop in VSTS 2010?

published 724 days, 16 hours, 16 minutes ago posted by dharadhara 726 days, 5 hours, 57 minutes ago
Thursday, May 26, 2011 8:16:49 PM GMT Wednesday, May 25, 2011 6:35:52 AM GMT
FxCop is standalone tool that can analyse managed code assemblies. It gives report about improvement in code based on Microsoft standard coding guidelines. However you can also add your rules in this tool. FxCop is not integrated into Visual studio. There is separate extension (FxCop Integrator ) which... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
6
Shouts

C#/.NET Fundamentals: Of Lambdas and LINQ

published 726 days, 4 hours, 49 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 728 days, 7 hours, 19 minutes ago
Wednesday, May 25, 2011 7:43:28 AM GMT Monday, May 23, 2011 5:13:43 AM GMT
This is a quick presentation I threw together for a group of developers who requested a quick primer on using lambda expressions and the more common LINQ extension methods.  It seemed like a good general knowledge presentation so I decided to upload it to slideshare and reference it here as well. This is not meant to be a comprehensive discussion of everything that lambda expressions and LINQ have to offer, but is just sort of a very basic introduction. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: geekswithblogs.net
tags: .NET, lambda, C#, Linq
2
Shouts

Silverlight + JavaScript = Ultimate Combo

published 727 days, 7 hours, 29 minutes ago posted by dotnetfundadotnetfunda 728 days, 7 hours, 47 minutes ago
Tuesday, May 24, 2011 5:03:38 AM GMT Monday, May 23, 2011 4:45:43 AM GMT
In this post I teach you how you can integrate JavasScript in your Silverlight apps. Sample source code available for download. (more)
category: Metro | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: .NET, Silvelight, JavaScript
2
Shouts

How to add Computed Properties in WCF Ria Services on client

published 729 days, 6 hours, 51 minutes ago posted by dotnetfundadotnetfunda 730 days, 4 hours, 12 minutes ago
Sunday, May 22, 2011 5:42:02 AM GMT Saturday, May 21, 2011 8:21:10 AM GMT
In this post I teach you how can you add a computed property in WCF ria services (more)
category: Web Dev | clicked: 3 | 1 comment | | source: www.dotnetfunda.com
tags: .NET, WCF
2
Shouts

Generics new features of C# 2.0

published 730 days, 4 hours, 42 minutes ago posted by dotnetfundadotnetfunda 731 days, 1 hour, 43 minutes ago
Saturday, May 21, 2011 7:50:32 AM GMT Friday, May 20, 2011 10:49:59 AM GMT
In this article I am trying to explain all in-out about Generics. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.dotnetfunda.com
tags: .NET
5
Shouts

Windows Azure for Developers Task 9: Hosting WCF Service Role in Windows Azure Hosted Service

published 730 days, 4 hours, 42 minutes ago posted by dharadhara 731 days, 5 hours, 29 minutes ago
Saturday, May 21, 2011 7:50:32 AM GMT Friday, May 20, 2011 7:03:19 AM GMT
In Previous Article We saw How to work with WCF Service Web Role I am going to extend previous article to publish in hosted service. Hosting WCF Service Role in hosted service is exactly the same as we host ASP.Net Web Role. Login to Azure Development portal. Create a new hosted service. If you want... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: beyondrelational.com
tags: .NET, Windows Azure, ASP.NET
4
Shouts

Ajax Connectivity - Overcoming Data-Centric RIA Challenges

published 731 days, 7 hours, 31 minutes ago posted by webguiwebgui 732 days, 23 hours, 56 minutes ago
Friday, May 20, 2011 5:02:03 AM GMT Wednesday, May 18, 2011 12:37:02 PM GMT
while Ajax brings major improvement in richness and interactivity it also brings higher complexity when it comes to development and since the communication of the controls with the server is done asynchronously the developer needs to make many decisions about the interactions themselves, the specific communication and the data from the server for each control (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: .NET, RIA, Web, Ajax, Frameworks, ASP.NET
4
Shouts

Fluent Interface for WebRequest class - Context is King

published 731 days, 7 hours, 31 minutes ago posted by thangchungthangchung 733 days, 13 hours, 54 minutes ago
Friday, May 20, 2011 5:02:03 AM GMT Tuesday, May 17, 2011 10:39:10 PM GMT
In past, I usually used WebRequest for request some data from remote host. I also used it for request JSON data from Google APIs, some RSS, ATOM data from a few hosts. Everything is good for me. I only put some codes like this: var buffer = Encoding.ASCII.GetBytes("q=Queen Elizabeth II&video=on&audio=on&text=on");             var webReq = (HttpWebRequest)WebRequest.Create("http://www.bbc.co.uk/search/news/");     ... (more)
category: Architecture | clicked: 2 | comment | | source: weblogs.asp.net
tags: .NET, Fluent Interface
5
Shouts

Unit Testing with Rhino Mock .Net

published 733 days, 5 hours, 58 minutes ago posted by dharadhara 734 days, 5 hours, 13 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Tuesday, May 17, 2011 7:19:16 AM GMT
I am covering unit testing with mock objects using Rhino mock .net library. What is unit Test? It is a method of testing a smallest unit of source code. Unit can be function or method. Unit tests are created during development process by developers or occasionally white box testers. Ideally each test... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP.NET
5
Shouts

Windows Azure for Developers Task 8: Working with WCF Service Web Role

published 733 days, 5 hours, 58 minutes ago posted by dharadhara 735 days, 4 hours, 41 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Monday, May 16, 2011 7:51:28 AM GMT
WCF Service Role enables us to create WCF service and host in Windows Azure. In this article, we will create a WCF Service Role and host on local development fabric and consume in a console application. In second part of this article we will move WCF Service to Azure portal. To start with, Create a New... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: beyondrelational.com
tags: .NET, Windows Azure, WCF, ASP.NET
5
Shouts

Automated Unit Testing in .NET

published 733 days, 5 hours, 58 minutes ago posted by BlackWaspBlackWasp 735 days, 16 hours, 4 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Sunday, May 15, 2011 8:28:23 PM GMT
A 14-part series of articles describing the use of automated unit testing techniques for the C# programmer. The tutorial includes the use of NUnit and Moq but is also relevant for other testing frameworks. (more)
category: How To | clicked: 10 | comment | | source: www.blackwasp.co.uk
tags: .NET, NUnit, C#, Testing, Moq
Previous 1 2 ... 7 8 9 10 11 12 13 14 15 16 ... 46 47 Next