|
|
tukel
tukel
 |
|
Stories kicked by tukel
|
|
published 7 days, 20 hours ago, submitted by
Vort3X
7 days, 21 hours ago
objectreference.net — This is a quick article where I would like to show how to use regular expression to get all matches of a particular pattern from the string. read more...
add a comment
|
category: C# | Views: 159
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 days, 20 hours ago, submitted by
Vort3X
10 days, 22 hours ago
objectreference.net — The other day we needed to write a report on online sales for the last week. SQL doesn’t offer developers many predefined functions to work with date ranges unlike the C# programming language. Here is a little example how to query SQL for some data between the dates for the last week. read more...
add a comment
|
category: Database | Views: 238
|
|
tags:
SQL, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 5 days ago, submitted by
Vort3X
4 months, 6 days ago
objectreference.net — Recently I’ve been having problems as the site has gotten more popular I’ve had comments and even posts disappearing randomly, sometimes re-appearing you might have experienced this yourself either on my site or in your own so after divulging into the code to see what was happening found something I thought was shocking. When you add a comment, or Rating, Approving and Remove Comments this is what BlogEngine DbBlogProvider actually does... read more...
add a comment
|
category: Open Source | Views: 236
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 19 days ago, submitted by
Vort3X
4 months, 19 days ago
objectreference.net — Well, JavaScript developers, specifically. In order to aid in development of my own websites, I enabled JavaScript debugging in Internet Explorer a few weeks back. To my horror, I have quickly experienced what seems to be complete disregard for serving syntactically correct JavaScript on the open internet. No, I’m not just talking about a few niche websites, run by amateur programmers. I am talking about industry-leading nerd-friendly powerhouse websites that should know better. read more...
4 comments
|
category: AJAX | Views: 650
|
|
tags:
JavaScript, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 17 days ago, submitted by
Vort3X
5 months, 18 days ago
objectreference.net — Imagine you have a list of some items and checkboxes next to each item providing the ability for a user to make multiple choices and submit a result in one go. Weather you are implementing a news groups subscription, user survey or online products catalogue - the code behind is the same: we bind some object list to a data control like Repeater, add a checkbox to every item, set checkbox value to item ID. read more...
add a comment
|
category: C# | Views: 148
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 1 day ago, submitted by
Vort3X
6 months, 1 day ago
objectreference.net — We use enums quite extensively in our application as they are a great for representing integral values in a strongly typed way using symbolic names. The enum names are not very friendly to the user and I recently read a some good articles which tried to solve this problem. However, I think i've found a better solution to this problem using extension methods. read more...
add a comment
|
category: C# | Views: 362
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 11 days ago, submitted by
Vort3X
6 months, 12 days ago
objectreference.net — As a .NET programmer most of my time is spent coding in C# and I try to avoid writing SQL where possible. Recently I had to write an insert stored procedure and needed to return the ID of the row I was inserting. While writing my usual bad SQL I came across a fascinating function I’ve never used before, SCOPE_IDENTITY(). read more...
7 comments
|
category: Database | Views: 286
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Vort3X
6 months, 26 days ago
objectreference.net — LinqToSql is amazing! I've been working with it for the past week and loving every moment. However i've noticed somethig weird, it lies to me about the SQL it's generating. Here is my example... read more...
4 comments
|
category: Linq | Views: 21
|
|
tags:
LinqToSql, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 4 days ago, submitted by
Vort3X
7 months, 4 days ago
objectreference.net — You could argue there are too many operators in C# as it is; however, I feel having an acute knowledge of the available operators is like knowing CTRL + B will bold the selected text in most word processing software. To put it simply, it hurts no-one, whilst providing shortcuts to advanced users... read more...
add a comment
|
category: C# | Views: 10
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 5 days ago, submitted by
Vort3X
7 months, 6 days ago
objectreference.net — I develop for a large, high-availability website, with hundreds of thousands of daily users. As such, we need to cache a lot of data in our web-server memory (which is cheap) to save numerous hits to our main database cluster (which is very expensive). I would imagine the desire to improve performance by saving on database hits is common across many web applications – and caching frequently used data is often seen as one of the best ways to solve this problem. read more...
6 comments
|
category: C# | Views: 66
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Vort3X
7 months, 9 days ago
objectreference.net — I keep forgetting how to do it and end up spending ages searching for it, so here is a very usefull extension method that allows you to select an item from a DropDownList using the text or value of the item without needing to know the index of the item. read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 10 days ago, submitted by
javery
7 months, 10 days ago
ndepth.net — An updated to Jayme's RestLess framework with some general improvements (better URLs) and some new properties. read more...
add a comment
|
category: Web Services | Views: 16
|
|
tags:
REST, WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 10 days ago, submitted by
ericdcoolest
7 months, 12 days ago
atalasoft.com — The difference between the out and ref keywords in C# .. and other questions this brings up. read more...
1 comment
|
category: C# | Views: 9
|
|
tags:
notagain, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 10 days ago, submitted by
Vort3X
7 months, 12 days ago
objectreference.net — Being a C# developer by trade, I naturally spend a lot of my working life programming computers. Whilst I by no-means profess to be a “guru” of any kind, I do notice that there is one aspect of software development that is often neglected from discussion, and most programmers will hopefully agree with me as I explain. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Vort3X
7 months, 12 days ago
objectreference.net — TryParse method is very helpful if you need to convert string representation of a value to a value itself. TryParse is better than Parse method because it doesn’t throw any exceptions and just returns a Boolean value to indicate weather the parsing was successful. Surprisingly there is no TryParse method available to use for Enum and this is where extension method can be extremely useful. read more...
add a comment
|
category: C# | Views: 39
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|