Hajan Selmani
My world of Microsoft ASP.NET
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 4.0
2012
Accordion
AJAX
ajaxSetup
ajaxStart
ajaxStop
Amazon ASP
Amazon Payments
Animation
ASP.NET
ASP.NET 4.0
ASP.NET MVC
ASP.NET WebPages
assembly
BING
Blogging
Blogs
Book Review
C#
Certification
CMS
code camp
Code Snippets
Collection
Community News
conference
Cookbook
CQL
CST
Cyclomatic Complexity
Data Linking
DataPager
DatePicker
Debugging
Delegate
Dependency Injection
Deserialization
Dzone
EBook
emit
emit knowledge
Entities
event
Excel
Faculty
forums
Functions
GemBox
Global
GridView
Handlers
HttpApplication
HttpContext
HttpResponse
IDE
IIS
JavaScript
JavaScriptSerializer
jQuery
jQuery Templates
jQuery UI
JSON
LINQ
Linqer
Localization
Macedonian CodeCamp
Microsoft
MVP
NDepend
open source project
Orchard
Plugin
Post
Razor
Reflection
Regular Expression
Repeater
science
Search
Sending Emails
Serialization
Simple Pay
SortedSet<T>
Speaking
SQL
Squish
SquishIt
Stopwatch
System.IO.Path
TechDays
Tips
Tricks
VS.NET
Web Forms
Web Services
Web User Controls
WebMatrix
XML
Sponsors
advertise here
News
CERTIFICATIONS
Translations of the blog posts in Macedonian language:
mkdot.net blog
Added on 25 June 2010
Subscribe in a reader
Navigation
Home
Blogs
Archives
March 2013 (2)
November 2012 (1)
October 2012 (1)
July 2012 (1)
June 2012 (1)
March 2012 (1)
January 2012 (1)
December 2011 (1)
November 2011 (3)
October 2011 (3)
September 2011 (3)
August 2011 (3)
July 2011 (1)
June 2011 (5)
May 2011 (6)
April 2011 (4)
March 2011 (6)
February 2011 (4)
January 2011 (5)
December 2010 (12)
November 2010 (8)
October 2010 (6)
September 2010 (6)
August 2010 (3)
July 2010 (7)
June 2010 (3)
- my other blogs -
CodeASP.NET Blog
MKDOT.NET Blog (Macedonian & English)
ASP.NET Communities
www.asp.net
www.codeasp.net
IIS Communities
www.iis.net
Links I Read Often
Gunnar Peipman
Scott Guthrie
Raghav Khunger
Vincent Maverick Durano
Jalpesh P Vadgama
Ken Cox
Phil Haack
Scott Hanselman
Joe Stagner
Vivek Thakur
Chris Alcock
Alvin Ashcraft
Dejan Dimitrovski
Darko Milevski
SQL Server Communities
www.sqlservercentral.com
www.sqlpass.org
September 2010 - Posts
7
Comments
Why not to use HttpResponse.Close and HttpResponse.End
by
hajan
I’ve seen many times developers use HttpResponse.Close and HttpResponse.End when they want to end the request and send a response to the client. If you read the MSDN explanation about HttpResponse.Close Method , in Remarks you will see the following explanation...
Filed under:
ASP.NET
,
HttpApplication
,
HttpResponse
,
MSDN
8
Comments
Calculate Business Days using LINQ
by
hajan
In this blog post, I will show one simple way to get the total business days within given range of two dates. Question related to this topic was asked several times in many ASP.NET / .NET Communities, so I thought it would be very good to document it...
Filed under:
C#
,
LINQ
,
.NET
7
Comments
Get Distinct values of an Array using LINQ
by
hajan
In this blog post, I will show how you can filter your array and remove all duplicate elements so that the end result will be array with distinct values. Moreover, the main idea is to do this without using any other (two or more) array(s) to make this...
Filed under:
C#
,
LINQ
,
.NET
4
Comments
Using CodeRun browser-based IDE to create ASP.NET Web Applications
by
hajan
Today I'm in another town where I didn't get my laptop with me. Anyway, I've found a computer but I have nothing installed on it, in order to run some code snippets. However, I already knew about CodeRun , the web-browser IDE for web applications development...
Filed under:
ASP.NET
,
IDE
5
Comments
Using params keyword – Methods with variable number of parameters
by
hajan
Have you ever come to a situation when you want to create C# method (or in any other language), but you are in doubt what number of parameters your method needs to have? I suppose you do! It’s certain that many of You have already used some collections...
Filed under:
C#
,
params
6
Comments
Working with Code Snippets in VS.NET
by
hajan
INTRODUCTION Creating code snippets using VS.NET is very useful tip because it may help you when you need to write code repeatedly within your applications. For instance, we may use try catch finally block very often. Rather than writing the complete...
Filed under:
ASP.NET
,
Code Snippets
,
VS.NET
,
XML
,
.NET
More Posts