|
|
naspinski
naspinski
 |
|
Stories kicked by naspinski
|
|
published 2 months, 11 days ago, submitted by
Bognit
2 months, 12 days ago
blog.donnfelker.com — Very handy... I'm forever looking this stuff up :-| read more...
10 comments
|
category: Other | Views: 1031
|
|
tags:
Geral | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
naspinski
2 months, 16 days ago
naspinski.net — there are all sorts of different inline tags, and i haven't found a place that explains them all in one place, so here is the quick and dirty...
*I know this was submitted before, but it is no longer pointed at the correct address. I moved everything to naspinski.net. read more...
add a comment
|
category: ASP.NET | Views: 18
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
naspinski
2 months, 20 days ago
naspinski.net — you know how to make a web part, but do you know how to get it to your production environment in the proper way?
A nice tutorial on how to package and deploy a web part that you have built using visual studio 2008 and SharePoint 2007 (wss 3.0). read more...
add a comment
|
category: ASP.NET | Views: 14
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 25 days ago, submitted by
janko
3 months, 26 days ago
jankoatwarpspeed.com — We're all trying to build an effective and good looking web forms. But there are always a new challenges. If you read my previous articles on how to build a better web forms, you could have noticed there are so many details about it. This article will show you how you can make a usual, boring web forms more effective and exciting with just a few simple CSS tricks. read more...
add a comment
|
category: Other | Views: 635
|
|
tags:
jQuery, CSS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 12 days ago, submitted by
dwhittaker
4 months, 13 days ago
dimecasts.net — Short screencasts that will on the Introduction to LinqPad
In this episode we will learn how to use the LinqPad expression evaluator. read more...
add a comment
|
category: Linq | Views: 152
|
|
tags:
LINQPad, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
naspinski
4 months, 15 days ago
naspinski.net — Easy way to get your XML into a DataTable. Now I might just be blind, or incredibly incapable at searching google or reading my LINQ books (very possible) but I hadn't found a simple way to get a 2-level XML document into a DataTable for use in a GridView or just simple DataTable manipulation utilizing LINQ (I assume this is because DTs are 2 dimensional, and XML files can be all sorts of mash-ups of information). Since LINQ is so powerful, I assumed it wouldn't be all that difficult, turns out I was right, it's pretty easy. read more...
add a comment
|
category: Linq | Views: 40
|
|
tags:
DataTable, XML, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 4 days ago, submitted by
aloker
5 months, 5 days ago
blog.andreloker.de — Using Firefox on Vista to view websites hosted by the Visual Studio Development Server can be unbearably slow. Pages take aeons (i.e. several seconds) to load while viewing the same site under IE does not suffer from this issue. Here's how to solve the problem. read more...
add a comment
|
category: Tips & Tricks | Views: 394
|
|
tags:
VisualStudio, Firefox, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
naspinski
5 months, 9 days ago
naspinski.net — A full tutorial on how to build a completely portable WSS 3.0/MOSS 2007 web part using the newly released Microsoft Visual Studio SharePoint Extensions v1.2. read more...
add a comment
|
category: ASP.NET | Views: 183
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 24 days ago, submitted by
gt1329a
5 months, 25 days ago
encosia.com — An example of how to use jQuery to call an ASP.NET AJAX page method, without using a ScriptManager. read more...
add a comment
|
category: AJAX | Views: 340
|
|
tags:
Encosia, jQuery, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 23 days ago, submitted by
rstrahl
5 months, 27 days ago
west-wind.com — Here's a review of three jQuery books I've read over the last few months as well as links to a couple of cheat sheets. read more...
add a comment
|
category: AJAX | Views: 246
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 29 days ago, submitted by
Mike.Griffin
5 months, 29 days ago
entityspaces.net — I have always built architectures on top of ADO.NET DataTables, they're fast (yes), flexible, and the power it provides is really pretty good. Additionally, as new features are added to ADO.NET they can then be easily absorbed. We were able to add LINQ to SQL to EntitySpaces by simply turning a LINQ query into an ADO.NET DataTable. Once we exchange the LINQ query for an ADO.NET DataTable the EntitySpaces architecture functions as normal since its underlying data structure is a DataTable. Pretty sweet. Here's a nice little trick in case you are not aware of it. read more...
12 comments
|
category: Linq | Views: 274
|
|
tags:
Architecture, ORM, LINQ, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 30 days ago, submitted by
Vort3X
6 months 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: 285
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 13 days ago, submitted by
UnicornNinja
6 months, 13 days ago
thebrainparasite.com — The built in function for creating thumbnails in ASP.NET is extremely convenient and very simple to implement. The trouble is that it produces relatively poor quality results and excessively large file sizes. The thumbnails tend to look very muddy when using this route, but many times it's good enough for whatever your needs may be. read more...
add a comment
|
category: ASP.NET | Views: 64
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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