sonukapoor
Name: sonukapoor
Score: 2,321.07
Last Seen: 599 days, 21 minutes ago
Member Since: 1 December, 2008
DotNetShoutout
atom rss
3
Shouts

ASP.NET MVC 3 Controller for Serving Images

published 597 days, 22 hours, 29 minutes ago posted by sonukapoorsonukapoor 599 days, 21 minutes ago
Thursday, September 29, 2011 5:43:39 PM GMT Wednesday, September 28, 2011 3:51:11 PM GMT
Gain more control over images within an ASP.NET MVC 3 project by creating a controller to handle delivering image file data to the response stream. (more)
category: Web Dev | clicked: 58 | 2 comments | | source: dotnetslackers.com
tags: MVC
4
Shouts

Razor Functions and Helpers

published 626 days, 5 hours, 47 minutes ago posted by sonukapoorsonukapoor 628 days, 19 hours, 22 minutes ago
Thursday, September 01, 2011 10:25:36 AM GMT Monday, August 29, 2011 8:50:38 PM GMT
Brian Mains examines functions and helpers in ASP.NET MVC 2 with the Razor engine. (more)
category: Web Dev | clicked: 36 | 3 comments | | source: dotnetslackers.com
tags: Razor, MVC, ASP.NET
13
Shouts

ARR Helper Week 33

published 632 days, 18 hours, 35 minutes ago posted by sonukapoorsonukapoor 636 days, 2 hours, 23 minutes ago
Thursday, August 25, 2011 9:37:21 PM GMT Monday, August 22, 2011 1:49:21 PM GMT
This week we take a look at the issue caused by the man-in-the-middle and how to resolve it with ARR Helper, a small component offered by Microsoft to address this very issue. (more)
category: Web Dev | clicked: 11 | comment | | source: dotnetslackers.com
tags: IIS7, ARR, IIS
4
Shouts

Key Process Patterns

published 640 days, 14 hours, 25 minutes ago posted by sonukapoorsonukapoor 642 days, 20 hours, 20 minutes ago
Thursday, August 18, 2011 1:47:48 AM GMT Monday, August 15, 2011 7:52:05 PM GMT
This article, based on chapter 2 of Specification by Example, presents effective patterns for software development that author Gojko Adzic has distilled from interactions with dozens of successful teams around the world. (more)
category: Agile | clicked: 20 | comment | | source: dotnetslackers.com
tags: Agile
2
Shouts

An Introduction to Razor Syntax

published 648 days, 1 hour, 55 minutes ago posted by sonukapoorsonukapoor 648 days, 14 hours, 4 minutes ago
Wednesday, August 10, 2011 2:17:19 PM GMT Wednesday, August 10, 2011 2:08:33 AM GMT
This article is going to help ASP.NET MVC developers translate their ASP.NET MVC view engine skills to Razor. (more)
category: Web Dev | clicked: 9 | comment | | source: dotnetslackers.com
tags: Razor, ASP.NET
2
Shouts

An Introduction to Razor Syntax

published 648 days, 1 hour, 55 minutes ago posted by sonukapoorsonukapoor 650 days, 1 hour, 52 minutes ago
Wednesday, August 10, 2011 2:17:19 PM GMT Monday, August 08, 2011 2:20:02 PM GMT
This article is going to help ASP.NET MVC developers translate their ASP.NET MVC view engine skills to Razor. (more)
category: Web Dev | clicked: 34 | comment | | source: dotnetslackers.com
tags: Razor, MVC, ASP.NET
3
Shouts

Making the most out of IIS compression - Part 1: IIS 7 configuration

posted by sonukapoorsonukapoor 663 days, 14 hours, 37 minutes ago
Tuesday, July 26, 2011 1:35:09 AM GMT
Starting with this article, I'll show how to get the most out of the compression features built into IIS 7 and IIS 6. This first article focuses specifically on IIS 7. (more)
category: Web Dev | clicked: 3 | 1 comment | | source: dotnetslackers.com
tags: Compression, IIS
3
Shouts

Trigger file downloads with a MVC 3 controller action

published 676 days, 22 hours, 58 minutes ago posted by sonukapoorsonukapoor 678 days, 2 hours, 32 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 1:40:29 PM GMT
Learn how to trigger the browser to download file data via as ASP.NET MVC 3 controller action. (more)
category: Web Dev | clicked: 38 | comment | | source: dotnetslackers.com
tags: Trigger, MVC, ASP.NET
2
Shouts

Using IP Restrictions with URL Rewrite Week 25

published 697 days, 18 hours, 29 minutes ago posted by sonukapoorsonukapoor 698 days, 2 hours, 1 minute ago
Tuesday, June 21, 2011 9:43:33 PM GMT Tuesday, June 21, 2011 2:10:52 PM GMT
URL Rewrite offers tremendous flexibility for customizing rules to your environment. One area of functionality that is often desired for URL Rewrite is to allow a large list of approved or denied IP addresses and subnet ranges. (more)
category: Web Dev | clicked: 7 | 1 comment | | source: dotnetslackers.com
tags: urlrewrite, IIS
4
Shouts

Create Code 39 Bar Codes in ASP.NET

published 700 days, 17 hours, 19 minutes ago posted by sonukapoorsonukapoor 702 days, 2 hours, 22 minutes ago
Saturday, June 18, 2011 10:53:45 PM GMT Friday, June 17, 2011 1:50:38 PM GMT
This article explores how to programmatically generate and display Code 39 barcodes using ASP.NET and the GDI+ classes in the System.Drawing namespace. (more)
category: Web Dev | clicked: 15 | comment | | source: dotnetslackers.com
tags: qrcode, Barcode, ASP.NET
3
Shouts

Garbage Collection in .NET

published 703 days, 20 hours, 38 minutes ago posted by sonukapoorsonukapoor 704 days, 2 hours, 12 minutes ago
Wednesday, June 15, 2011 7:34:46 PM GMT Wednesday, June 15, 2011 2:00:36 PM GMT
In this article the principles of garbage collection are reviewed, fundamentals of garbage collection in .NET are discovered, and the changes to garbage collector in .NET Framework 4.0 are discussed. (more)
category: Architecture | clicked: 23 | comment | | source: dotnetslackers.com
tags: .NET, Garbage Collection, .NET Framework 4.0
3
Shouts

Android for .NET Developers - Menus and Dialogs

published 705 days, 19 hours, 5 minutes ago posted by sonukapoorsonukapoor 708 days, 23 hours, 15 minutes ago
Monday, June 13, 2011 9:07:43 PM GMT Friday, June 10, 2011 4:57:41 PM GMT
In this article, I'll be delving deep into menus and dialog boxes in Android for .NET, and discuss a few very common (and frequently used) types of menus and dialogs. (more)
category: Web Dev | clicked: 50 | 1 comment | | source: dotnetslackers.com
tags: .NET, Android
5
Shouts

Getting started with Script#

published 719 days, 4 hours, 27 minutes ago posted by sonukapoorsonukapoor 724 days, 21 hours, 13 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Wednesday, May 25, 2011 6:59:49 PM GMT
Script# is a powerful framework that allows us to write C# code and be automatically translated into JavaScript. This article will present how Script# works and in what way can increase our productivity and improve the maintenance of our client-side libraries. Script# is created by Nikhil Kothari (more)
category: Web Dev | clicked: 25 | 1 comment | | source: dotnetslackers.com
tags: Script#, JavaScript
6
Shouts

IIS 7.0/7.5’s Hidden Tool. Run-time page request performance data. Week 21

published 723 days, 19 hours, 56 minutes ago posted by sonukapoorsonukapoor 727 days, 1 hour, 12 minutes ago
Thursday, May 26, 2011 8:16:49 PM GMT Monday, May 23, 2011 3:00:39 PM GMT
In this episode you will learn more about the run-time information on all running page requests. (more)
category: Screencast | clicked: 6 | comment | | source: dotnetslackers.com
tags: Video, troubleshoot, IIS, performance monitoring
4
Shouts

Understanding and Using URL Routing with Web Forms

published 728 days, 10 hours, 30 minutes ago posted by sonukapoorsonukapoor 730 days, 2 hours, 4 minutes ago
Sunday, May 22, 2011 5:42:02 AM GMT Friday, May 20, 2011 2:08:14 PM GMT
Following the lead of MVC, ASP.NET Web Forms now support URL routing. Use this technique to give your pages more user and SEO-friend URLs. (more)
category: Web Dev | clicked: 3 | 1 comment | | source: dotnetslackers.com
tags: Routing, SEO, ASP.NET
6
Shouts

Storyboard Playing with Playlist Manager in WPF

published 738 days, 7 hours, 7 minutes ago posted by sonukapoorsonukapoor 741 days, 1 hour, 51 minutes ago
Thursday, May 12, 2011 9:05:18 AM GMT Monday, May 09, 2011 2:21:09 PM GMT
In last article we achieved clipping videos out of the parent video. In this article we will see how we can play the clipped video and the good news is Playlist Management is also could be achieved. (more)
category: Metro | clicked: 6 | comment | | source: dotnetslackers.com
tags: Clip, Video, playlist, WP
7
Shouts

SEO and In-site Searching Module Programming - Part 4

published 743 days, 19 hours, 9 minutes ago posted by sonukapoorsonukapoor 746 days, 1 hour, 52 minutes ago
Friday, May 06, 2011 9:03:41 PM GMT Wednesday, May 04, 2011 2:19:56 PM GMT
In this part, I will introduce to you the backend sub modules of the Q&A Web application. (more)
category: Web Dev | clicked: 1 | 2 comments | | source: dotnetslackers.com
tags: SEO, ASP.NET
6
Shouts

ASP.NET MVC 3 Filters

published 746 days, 3 hours, 18 minutes ago posted by sonukapoorsonukapoor 748 days, 1 hour, 41 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Monday, May 02, 2011 2:31:08 PM GMT
Brian Mains discusses Filters in ASP.NET MVC 3. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: dotnetslackers.com
tags: ASP.NET MVC 3, filter, ASP.NET
4
Shouts

Getting started with testing an ASP.NET Webforms Application (MVP Pattern)

published 748 days, 18 hours, 29 minutes ago posted by sonukapoorsonukapoor 751 days, 2 hours, 54 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Friday, April 29, 2011 1:18:06 PM GMT
In this article we explore how unit tests are created in an ASP.NET WebForms Application. Although there are sections that are specific to the MVP pattern, there are also a few tips and guidelines about Unit Testing of a Web Application in general. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET, MVP
3
Shouts

CSS Sprites and the ASP.NET Sprite and Image Optimization Library

published 752 days, 6 hours, 40 minutes ago posted by sonukapoorsonukapoor 752 days, 22 hours, 58 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Wednesday, April 27, 2011 5:14:17 PM GMT
Because browsers limit how many concurrent HTTP requests they make to a website, a web page with many small icon images can result in a longer load time. This article shows how to combine many small images into a single larger image - a CSS sprite - using the free ASP.NET Sprite and Image Optimization Library available from Microsoft. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET
Previous 1 2 3 4 5 6 7 Next