|
|
LadiesMan
Stories kicked by LadiesMan
|
|
submitted by
gregdolley
9 months, 23 days ago
gregs-blog.com — Why is there a Decimal type in C# when there are also float / double's? This article explains the differences and why you would use one versus the other. read more...
add a comment
|
category: C# | Views: 308
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 23 days ago, submitted by
SeanB
9 months, 23 days ago
flawlesscode.com — An extension for Blogengine.NET which allows you to easily add a DotNetKicks button to posts. read more...
|
|
tags:
BlogEngine.NET, DotNetKicks, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 21 days ago, submitted by
CarlJ
9 months, 25 days ago
carlj.ca — Have you ever wanted to be able to SELECT a random record or records from a database table, but was unsure how to do it with SQL, instead of through code?
Fortunately there is a way to do it in SQL Server (and MySQL, PostgreSQL, Oracle, DB2, SQLite, and yes, even your favourite, MS Access), and I’ll show you how. read more...
1 comment
|
category: Database | Views: 8
|
|
tags:
DB2, Oracle, SQLite, Postgresql, MySQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 11 days ago, submitted by
CarlJ
10 months, 13 days ago
carlj.ca — 15+ Free Visual Studio Add-Ins (Part 1) was such a hit, that I’ve decided to use the feedback (and Google) to create Part 2 of the list.
If I’m missing a FREE must have add-in, I’d love to hear about it. read more...
2 comments
|
category: Visual Studio | Views: 19
|
|
tags:
VisualStudio, Tools, Plugins, free, vs2005 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 12 days ago, submitted by
simoneb
10 months, 13 days ago
linqpad.net — Tired of querying in antiquated SQL? Well, you don't have to! LINQPad lets you interactively query SQL databases in a modern query language: LINQ. Kiss goodbye to SQL Management Studio! LINQPad supports everything in C# 3.0 and Framework 3.5:
* LINQ to SQL
* LINQ to Objects
* LINQ to XML
LINQPad is also a terrific tool for learning LINQ: it comes preloaded with 200 examples from the recently released C# 3.0 in a Nutshell. There's no better way to experience the coolness of LINQ and functional programming. read more...
4 comments
|
category: Linq | Views: 4
|
|
tags:
LINQPad, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 21 days ago, submitted by
LadiesMan
10 months, 22 days ago
carlj.ca — Ever run across a web site that used multiple themes, either page by page, or by some sort of grouping, such as the old divx.com site, and wondered how to do it in your own ASP.Net site?
If so, then what I’m about to show you might be of interest. If not, read on anyway’s. read more...
6 comments
|
category: Tips & Tricks | Views: 19
|
|
tags:
SiteMap, Theming, TipsTricks, Tips, useful | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 25 days ago, submitted by
k000der
10 months, 25 days ago
weblogs.asp.net — Simple blog application with ASP.NET MVC Framework and LINQ to SQL read more...
1 comment
|
category: ASP.NET | Views: 2
|
|
tags:
MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 26 days ago, submitted by
Anastasiosyal
10 months, 26 days ago
smashingmagazine.com — Came accross this site and it really is a wealth of resource on all things webby, from inspiration and design, to scripting this is a place a web developer will enjoy
Here is a list of their most popular articles:
# 80 AJAX Solutions
# 80 Professional Typefaces
# 70 Expert CSS Ideas
# 53 CSS-Techniques
# 60 Elegant, Appealing Designs
# 50 Beautiful Web-Designs
# 50 Simple Web-Designs
# 45 Excellent Blog Designs
# 45 Fresh, Clean Designs
# 30 Dark Designs
# 30 Usability Issues
# 35 Designers x 5 Questions
# 20 Free Icon Sets
# 200+ Hotkeys
# 170 Developer Ideas
So if this place is not in your bookmarks already, its a resource well worth checking out! read more...
6 comments
|
category: Community | Views: 1
|
|
tags:
WebDesign, CSS, Community, JavaScript | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 27 days ago, submitted by
DuncanChud
10 months, 27 days ago
mikeduncan.com — Look good while doing things the easy way. 15 tools I use every day that make me a "hot" coder.
You sling code every day. So do I. You sit down at your box, throw on those noise canceling headphones, fire up some mp3s, and get jiggy wit’ it. That’s hot. But could it be hotter? read more...
10 comments
|
category: Products | Views: 8
|
|
tags:
Tools | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 27 days ago, submitted by
jamesewelch
10 months, 27 days ago
blogs.msdn.com — Kannan Sundararajan, Microsoft, has written a Rich Text Editor control using ASP.NET and JavaScript and shared it under the MS-PL license on CodePlex. It has a very rich feature set and Kannan hopes to enhance it further in the future.
Features:
* Clipboard support: You can copy and paste content from other programs like Microsoft Word, Internet Explorer, Visual Studio into the RichTextEditor and it will persist the formatting. If you copy code from Visual Studio it will preserve the code coloring scheme.
* Context sensitive Toolbar: The ToolBar buttons will reflect the properties of that content automatically when you select it or navigate through it using the mouse or keyboard .
* Code Block: It allows you to format text as code blocks. Simple select the text and format it by clicking the "Code Block" ToolBar button.
* Emoticons: You can express yourself better by adding emoticons to your rich text.
* HtmlView: If you would like to have more control over the look and feel of your text then you can edit it in HtmlView as well.
* Text in multiple languages: The control currently supports several languages.
* Browser support: The control works well in two of the most widely used browsers Internet Explorer and Firefox.
read more...
9 comments
|
category: ASP.NET | Views: 215
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 28 days ago, submitted by
offwhite
10 months, 28 days ago
brennan.offwhite.net — More developers should be blogging as long as they write well and maintain great blogs. Here are tips to do that. read more...
1 comment
|
category: Tips & Tricks | Views: 0
|
|
tags:
Blogging, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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