|
|
magz
Stories kicked by magz
|
|
published 8 days, 7 hours ago, submitted by
latish
8 days, 16 hours ago
dotnetsurfers.com — 2 ways to clean up your Css by removing unused classes. read more...
1 comment
|
category: ASP.NET | Views: 502
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 days, 21 hours ago, submitted by
daveschinkel
12 days, 13 hours ago
codezest.com — Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: read more...
add a comment
|
category: ASP.NET | Views: 975
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Vort3X
1 month, 29 days ago
objectreference.net — ASP.Net ListBox control allows two types of selection mode: single and multiple. Working in single selection mode is similar to working with DropDown list control. Use ListBox.SelectedValue to get the value that was selected by a user. In order to set a selection SelectedIndex property can be used or Selected property of a particular item should be set to true. read more...
add a comment
|
category: C# | Views: 10
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 11 days ago, submitted by
Vort3X
2 months, 12 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 2 months, 25 days ago, submitted by
Vort3X
2 months, 25 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: 646
|
|
tags:
JavaScript, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 23 days ago, submitted by
Vort3X
3 months, 24 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: 146
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 17 days ago, submitted by
Vort3X
4 months, 17 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: 276
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 10 days ago, submitted by
Vort3X
5 months, 10 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 5 months, 11 days ago, submitted by
Vort3X
5 months, 12 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: 54
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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