Geeks With Blogs
Welcome to
Geeks with Blogs
Login
TomStickel
My Other Recent Posts
My ANT File for SchemaSpy
Companies that I worked for, I found so many email addresses....
SchemaSpy - An incredible free tool to use for peeking at various Database schemas
Func example
Archives
February 2012 (13)
January 2012 (1)
Tom Stickel
Thoughts on Software Engineering
05
Feb 12
Testing from Live Writer
Comments
|
Share
this is a simple test
Posted On
Sunday, February 5, 2012 1:53 AM
SQL Clustered vs. Non-Cluster Index
Comments
|
Share
When you first create a new table, there is no index created by default. In technical terms, a table without an index is called a “heap”. We can confirm the fact that this new table doesn’t have an index by taking a look at the sysindexes system table, which contains one for this table with an of indid = 0. The sysindexes table, which exists in every ......
Posted On
Sunday, February 5, 2012 12:12 AM
04
Feb 12
Dice.com IT jobs search results Feb. 2012
Comments
|
Share
Nationwide search on dice.comFeb. 4, 2012C# - 8,518ASP.NET 4,957.NET MVC 1,101Biztalk 409Microsoft Dynamics CRM 461Sharepoint 4,022SQL Server 14,390Java 16,854groovy 292Oracle 18,118 ......
Posted On
Saturday, February 4, 2012 4:03 PM
Monster.com IT job search results from March 2010
Comments
|
Share
Monster.comNationwide searchJob Title: Empty ; Skills/keyword: mvc location: emptyResults: 523 jobs nationwide (mostly java )Change to Skills/keyword ASP.NET MVCResults: 80 jobs nationwide.net mvc = 129groovy = 66 jobsgrails = 44 jobsC# 3,481VB.NET 855.NET >5,000ASP.NET 2,245Java > 5,000Delphi = 93VB = 2,559Visual Basic 2,604ORM - 150Hibernate ......
Posted On
Saturday, February 4, 2012 3:53 PM
LINQ Query and Lambda Expressions
Comments (1)
|
Share
Lambda expressions are a powerful tool to writing quick, concise code. They can be used in numerous situations, most notably in conjuction with LINQ statements.A lambda expression is an anonymous function that can contain expressions and statements, and can be used to create delegates or expression tree types.All lambda expressions use the lambda operator ......
Posted On
Saturday, February 4, 2012 2:11 PM
03
Feb 12
Android Development with Eclipse
Comments
|
Share
Install EclipseThen install the android pluginhttp://developer.andr... Basic Hello Worldhttp://developer.andro... KSoap2 for WCF ......
Posted On
Friday, February 3, 2012 12:24 AM
Structure and MVC3 and DI (Dependency Injection) Links to save
Comments
|
Share
http://hellspawndev.blogspo... http://forums.asp.net/t/172... http://www.thecodinghumanis... http://www.devtrends.co.uk/... http://www.mikesdotnetting.... ......
Posted On
Friday, February 3, 2012 12:23 AM
02
Feb 12
Archive Links of Things to Read / Research / look it...
Comments (1)
|
Share
http://www.hanselman.com/bl... http://developer.android.co... http://www.matthewbussa.com... ......
Posted On
Thursday, February 2, 2012 2:34 PM
Testing WCF Web Services
Comments
|
Share
Recently someone was showing me WCFStorm for testing WCF services, which is very simple to use.However, SOAPUI certainly has a lot of power.I needed to add an image to send to a service and noticed that referenceshttp://www.soapui... My XML ended up looking like this:<soapenv:Envelope xmlns:soapenv="http://schem... ......
Posted On
Thursday, February 2, 2012 2:25 PM
SQL Server NOLOCK
Comments
|
Share
Pros and Cons of NOLOCKI have seen some developers use WITH (NOLOCK) when querying in SQL Server and wonder why they use. Now i explored it and found that its useful to improve the performance in executing the query. However there is a disadvantage in using it. The disadvantage is that one may not be sure that they are getting the data which is currently ......
Posted On
Thursday, February 2, 2012 11:45 AM
Copyright © TomStickel | Powered by:
GeeksWithBlogs.net
Popular Posts on Geeks with Blogs
0
Code Monkey Projectiles - Index
Kindle days are gone and amazon is not gonna accept it.
Geeks With Blogs Content Categories
ASP.Net
SQL Server
Apple
Google
SharePoint
Windows
Visual Studio
Team Foundation Server
Agile
Office
Design Patterns
Web
Azure
Brand New Posts on Geeks with Blogs
0
Kindle days are gone and amazon is not gonna accept it.
How do you run multiple instances of Microsoft Teams?
Benefits of Apple Cider Vinegar
Shaking down the Raspberry Pi 400
Blog is Moving