guangzhou
Name: guangzhou
Score: 5.04
Last Seen: 584 days, 5 hours, 15 minutes ago
Member Since: 13 September, 2011
DotNetShoutout
atom rss
2
Shouts

How can we do unit test in MVC (Model view controller) application (Tutorial number 6)?

published 689 days, 7 hours, 57 minutes ago posted by dotnetfundadotnetfunda 690 days, 10 hours, 21 minutes ago
Saturday, July 02, 2011 7:43:16 AM GMT Friday, July 01, 2011 5:19:13 AM GMT
This is the 6th MVC (Model view controller) tutorial and in this article we will look in to how we can do unit testing using VSTS unit test suite. (more)
category: Web Dev | clicked: 17 | 1 comment | | source: www.dotnetfunda.com
tags: MVC
4
Shouts

Adding Silverlight page in SharePoint portal

published 621 days, 8 hours, 29 minutes ago posted by dotnetfundadotnetfunda 623 days, 5 hours, 47 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Tuesday, September 06, 2011 9:53:56 AM GMT
SharePoint is a widely used frameowrk to support various enterprise applications. Now the collaboration between SharePoint and Silverlight adds a rich user interface for the same. (more)
category: Web Dev | clicked: 3 | 1 comment | | source: www.dotnetfunda.com
tags: Sharepoint
6
Shouts

Hacking jQuery-Validate in ASP.NET MVC - Matt Hamilton

published 764 days, 1 hour, 39 minutes ago posted by StevesSteves 765 days, 19 hours, 56 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Saturday, April 16, 2011 7:44:31 PM GMT
You'll remember from my last post that I've been working on a small order-entry program in ASP.NET MVC. This is my first "from scratch" ASP.NET MVC application, so I've been learning some MVC and jQuery tricks along the way. Here's a partial screenshot of the "new order" screen to refresh your memory: You'll notice that each silo has a "capacity", and I wanted to be able to limit the item quantity to that value. No sense in allowing a farm to order mo... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: matthamilton.net
tags: ASP.NET MVC, Validation, ASPNETMVC, jQuery, Razor, ASP.NET
2
Shouts

Checking for anonymous types

published 730 days, 9 hours, 59 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 730 days, 23 hours, 32 minutes ago
Sunday, May 22, 2011 5:42:02 AM GMT Saturday, May 21, 2011 4:08:42 PM GMT
Because I blogged about anonymous types last month, I thought following extension method would also make an interesting post. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: jclaes.blogspot.com
tags: anonymous types, Reflection, Compiler
2
Shouts

C#/.NET Little Pitfalls: Operators are Overloaded, not Overridden

published 680 days, 7 hours, 44 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 683 days, 15 hours, 24 minutes ago
Monday, July 11, 2011 7:56:34 AM GMT Friday, July 08, 2011 12:16:51 AM GMT
C# (and .NET in general of course) is a wonderful language for modern programming, but occasionally there are things that may be syntactically legal, but can bite you if you aren’t aware of what is actually going on behind the scenes and/or use them incorrectly.  This is my second post in the Little Pitfalls series where I explore these small pitfalls and discuss how to avoid them.  This week I'm discussing operator overloads and how people often incorrectly consider operators as overrides by mistake. (more)
category: Web Dev | clicked: 16 | 1 comment | | source: www.blackrabbitcoder.net
tags: .NET, Overriding, Operator, C#, Overloading, CSharp, Little Pitfalls
7
Shouts

What is the architecture of WPF?

published 619 days, 6 hours, 10 minutes ago posted by dharadhara 621 days, 6 hours, 53 minutes ago
Saturday, September 10, 2011 9:30:21 AM GMT Thursday, September 08, 2011 8:47:42 AM GMT
WPF has Presentation Framework, Presentation Core & Composition Engine (MIL). Each one sit on the top of the other in the following order 1. Composition Engine 2. Presentation Core & 3. Presentation Framework WPF uses 3D pipeline to render everything... (more)
category: Web Dev | clicked: 23 | 2 comments | | source: beyondrelational.com
tags: .NET, WPF, ASP.NET
4
Shouts

Dean Hume - Responsive Design and CSS3 Media Queries

published 619 days, 6 hours, 10 minutes ago posted by deanomachinodeanomachino 621 days, 1 minute ago
Saturday, September 10, 2011 9:30:21 AM GMT Thursday, September 08, 2011 3:39:28 PM GMT
Responsive Design and CSS3 Media Queries Tweet Regular readers on this site will notice that there has been a major change on the site lately. The design of the site has changed as well as the layout. I have been playing around with the idea of Responsive design and also updating the look and feel of this site for a while. It was quite colourful before and was in need of some serious updating! This is how it used to look before the update: Respons... (more)
category: Web Dev | clicked: 9 | 2 comments | | source: deanhume.com
tags: css3, responsive design
3
Shouts

Using ReCaptcha In ASP.NET WebForms And MVC

published 655 days, 19 hours, 17 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 658 days, 21 hours, 52 minutes ago
Thursday, August 04, 2011 8:23:15 PM GMT Monday, August 01, 2011 5:48:22 PM GMT
ReCaptcha is now being used widely by many websites especially where there is a possibility of spamming the website, blog or a forum. Here I will show you on how you can use ReCaptcha in ASP.NET and MVC. Get a ReCaptcha Gobal Key and ASP.NET ReCaptcha DLL. Once you get the global key we are ready to go. ReCaptcha in WebForms Fire Visual Studio and create a new ASP.NET web forms project. First add a ReCaptcha DLL in the project and as we are talking about a user control we will have to register the contro... (more)
category: Web Dev | clicked: 30 | 3 comments | | source: midnightprogrammer.net
tags: ReCaptcha, MVC 3, ASP.NET 4, Razor
5
Shouts

SEO and In-site Searching Module Programming - Part 1

published 768 days, 17 hours, 4 minutes ago posted by sonukapoorsonukapoor 771 days, 1 hour, 42 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Monday, April 11, 2011 1:58:30 PM GMT
In this series of articles, I would like to first introduce the search engine related concepts and technologies, and then through an in-site searching module of an ASP. NET 4.0 sample Web site (a simple Question and Answer site), to show readers how to put all the SEO related goodies into practice. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: dotnetslackers.com
tags: SEO, ASP.NET
2
Shouts

Weak references in .NET (Part II)

published 676 days, 4 hours, 35 minutes ago posted by dotnetfundadotnetfunda 679 days, 30 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Tuesday, July 12, 2011 3:10:37 PM GMT
This is continutaion of earlier article on the same subject, delving into long weak references. (more)
category: Web Dev | clicked: 11 | 1 comment | | source: www.dotnetfunda.com
tags: .NET Framework
2
Shouts

Dean Hume - C# Parallel Invoke

published 693 days, 11 hours, 9 minutes ago posted by deanomachinodeanomachino 694 days, 8 hours, 11 minutes ago
Tuesday, June 28, 2011 4:31:57 AM GMT Monday, June 27, 2011 7:30:02 AM GMT
C# Parallel Invoke While working through some code, I noticed a method that I have never seen before. I knew that the .Net 4 Framework had introduced a Parallel Class that helped make parallel ForEach Loops easier, but after some searching I came across the ParallelInvoke() method. So, I jumped on the MSDN site and learnt a little bit more about Task Parallels. It makes running one or more independent tasks concurrently really easy with it's fluent interface. After some reading, I noticed that t... (more)
category: Web Dev | clicked: 14 | 1 comment | | source: www.deanhume.com
tags: parallelinvoke, C#, ASP.NET
5
Shouts

ASP.NET MVC 3 Tools Update - Shiju Varghese's Blog

published 768 days, 17 hours, 4 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 769 days, 6 hours, 49 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Wednesday, April 13, 2011 8:51:29 AM GMT
Microsoft has released a new update for ASP.NET MVC 3 named  ASP.NET MVC 3 Tools Update. ASP.NET MVC 3 Tools Update won’t update the MVC 3 runtime and it  only updates the tooling for ASP.NET MVC 3. ASP.NET MVC 3 Tools Update is also includes the NuGet 1.2 version. You can download the ASP.NET MVC 3 Tools Update from here. Changes in ASP.NET MVC 3 Tools Update New Intranet Project Template for  Windows Authentication. HTML 5 checkbox to enable HTML 5 versions of project templates."Add Controller" dialog... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASP.NET
3
Shouts

Encrypt and Decrypt Web.Config

published 621 days, 8 hours, 29 minutes ago posted by dotnetfundadotnetfunda 622 days, 9 hours, 46 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Wednesday, September 07, 2011 5:55:04 AM GMT
Security is one of the major aspects in terms of a web application. Security can be implemented using different methods in a web application. One of the main components, which required high security, is the configuration files, where we will define the configurations. In this document, we will discuss about the simple way to protect the web.config entries. (more)
category: Web Dev | clicked: 22 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
5
Shouts

WPF Interview Questions

published 689 days, 7 hours, 57 minutes ago posted by dharadhara 691 days, 7 hours, 54 minutes ago
Saturday, July 02, 2011 7:43:16 AM GMT Thursday, June 30, 2011 7:46:23 AM GMT
After getting very good response to the jQuery series some of the readers requested to write about WPF . BeyondRelational is always happy to serve for what readers are ask for. In continuation to jQuery series, I would also like to host WPF... (more)
category: Web Dev | clicked: 12 | 1 comment | | source: beyondrelational.com
tags: .NET, WPF, ASP.NET
7
Shouts

3 ways to Sort in Descending order via lambdas

published 614 days, 21 hours, 28 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 619 days, 51 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Saturday, September 10, 2011 2:49:28 PM GMT
3 ways to Sort in Descending order via lambdas In C# , one can sort the List of Objects using Lambdas easily . Until now , i found the LINQ Query to be more easy to sort but after using the Lamba expression , i feel that the lambda expression can also be used effectively to sort in descending order . For example , i use the below class for the datapublic class Movie { public string MovieName { get; set; } public string Actor { get; set; } } (more)
category: How To | clicked: 33 | 2 comments | | source: www.ginktage.com
tags: lambda, C#
3
Shouts

Anonymous type equality follow-up: Equals()

published 756 days, 21 hours, 27 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 758 days, 4 hours, 45 minutes ago
Monday, April 25, 2011 6:14:04 PM GMT Sunday, April 24, 2011 10:55:51 AM GMT
After publishing yesterday's post on anonymous type equality, I received an interesting comment from a fellow redditor. He stated that even if the sequence of the property assignment were the same, the equality comparison would still return false, because the types generated by the C# compiler are reference types, making their references being tested for equality and not their data. This is very true, unless.. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: jclaes.blogspot.com
tags: C#, anonymous types, Compiler
3
Shouts

ITSM career path : DotNetFunda.Com

published 631 days, 18 hours, 54 minutes ago posted by dotnetfundadotnetfunda 634 days, 9 hours, 38 minutes ago
Sunday, August 28, 2011 8:46:16 PM GMT Friday, August 26, 2011 6:02:35 AM GMT
Hi, I am working in a small business company as an IT Supervisor with 6 years of experience. I am managing the day-to-day IT operations and activities, 1st ans 2nd line support, software testing, managing suppliers and contracts, managing the infrastructure, applications and data center, handling incidents and request from the team, suggesting improvement to the IT function and project teams, in addition to a wide range of IT management and operational activities. I have very good technical experienc... (more)
category: Web Dev | clicked: 3 | 2 comments | | source: www.dotnetfunda.com
tags: career advice
2
Shouts

Button Tips and Tricks Part-III

published 676 days, 4 hours, 35 minutes ago posted by dotnetfundadotnetfunda 677 days, 2 hours, 54 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Thursday, July 14, 2011 12:46:40 PM GMT
In this article we shall learn how to apply CSS style from the sever side to the asp:Button control, how to fire a server side event on click of the Link and how to specify image as a button and fire server side event. (more)
category: Web Dev | clicked: 11 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

How to read-write multi-valued cookies in ASP.NET?

published 699 days, 9 hours, 16 minutes ago posted by dotnetfundadotnetfunda 701 days, 2 hours, 39 minutes ago
Wednesday, June 22, 2011 6:24:14 AM GMT Monday, June 20, 2011 1:01:23 PM GMT
In this article we are going to learn how to read and write multi-valued cookies in ASP.NET. Multi-valued cookies is just like a normal cookies however it gives us flexibility to store multiple data in a single cookies using subkeys. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
5
Shouts

Asp.Net Audio Converter

published 724 days, 6 hours, 24 minutes ago posted by alvasalvas 725 days, 28 minutes ago
Saturday, May 28, 2011 9:16:40 AM GMT Friday, May 27, 2011 3:12:57 PM GMT
Converts audio files with Alvas.Audio in Asp.Net application as easy as in Windows Forms, WPF, Windows Service and Console Apps. You need Upload audio file. Select your audio file from list on the server. Select audio format from list with available audio formats. Press “Convert” button and download result audio file... (more)
category: Web Dev | clicked: 14 | 1 comment | | source: alvas.net
tags: audio, Audio&Multimedia
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 Next