Sign In
AppDev: Something You Should Know by Irena Kennedy
Everything that is related to application development, and other cool stuff...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Application Development
Async
Config
Deployment
Environment
RIA
Silverlight
SQL
Telerik
TFS
Tools
Visual Studio
VSTS
WCF
Web
Archive
Archives
January 2012
(2)
April 2011
(1)
March 2011
(2)
October 2010
(1)
September 2010
(1)
August 2010
(2)
December 2009
(4)
November 2009
(1)
September 2009
(1)
June 2009
(2)
April 2009
(1)
December 2008
(2)
February 2008
(1)
October 2007
(3)
September 2007
(1)
August 2007
(7)
July 2007
(5)
June 2007
(8)
May 2007
(19)
April 2007
(42)
March 2007
(43)
February 2007
(33)
January 2007
(21)
December 2006
(7)
November 2006
(20)
October 2006
(22)
September 2006
(20)
August 2006
(23)
July 2006
(19)
June 2006
(12)
May 2006
(22)
April 2006
(20)
March 2006
(23)
February 2006
(20)
January 2006
(21)
December 2005
(14)
November 2005
(19)
August, 2006
MSDN Blogs
>
AppDev: Something You Should Know by Irena Kennedy
>
August, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
AppDev: Something You Should Know by Irena Kennedy
SYSK 189: The Footprint of SQL Everywhere
Posted
over 6 years ago
by
irenake
2
Comments
The message is everywhere -- need an in-proc relational database for your “occasionally connected” mobile or desktop application, capable of query processing, transactions, persistence, and much more? Then consider using SQL Everywhere Edition of Microsoft...
AppDev: Something You Should Know by Irena Kennedy
SYSK 188: Understanding AspNetHostingPermission…
Posted
over 6 years ago
by
irenake
3
Comments
If you’ve ever seen “insufficient trust for...” types of error message, this blog post may be interesting to you… AspNetHostingPermissionAttribute is a CodeAccessSecurityAttribute which controls access permissions in ASP.NET hosted environments...
AppDev: Something You Should Know by Irena Kennedy
The Person Behind The SYSK Blog
Posted
over 6 years ago
by
irenake
0
Comments
Some of you have been following my blog for a while now… If you’re curious to see the face behind all these posts, check out the channel9 interview at http://channel9.msdn.com/ShowPost.aspx?PostID=228442 .
AppDev: Something You Should Know by Irena Kennedy
SYSK 187: The New Way to Get Configuration Settings
Posted
over 6 years ago
by
irenake
6
Comments
In ASP.NET 2.0, you can use the new class – WebConfigurationManager – to access machine and application information. Better yet, there are a number of framework classes that allow for strongly-typed access of configuration section settings. For example...
AppDev: Something You Should Know by Irena Kennedy
SYSK 186: CSS as a Replacement of Tables? Yes! … part 2
Posted
over 6 years ago
by
irenake
1
Comments
Yesterday’s post ( http://blogs.msdn.com/irenak/archive/2006/08/24/717170.aspx ) described the four kinds of CSS type selectors. This post addresses the layout options and positioning via the float attribute. There are two kinds of layouts – in...
AppDev: Something You Should Know by Irena Kennedy
SYSK 185: CSS as a Replacement of Tables? Yes!
Posted
over 6 years ago
by
irenake
7
Comments
Did you know that you can design complex web pages without a single table by using cascading style sheets? Generally, this type of design results in smaller (as measured in downloaded bytes) pages, and (arguably as, if not more, importantly) pages that...
AppDev: Something You Should Know by Irena Kennedy
SYSK 184: What Is CardSpace? The Reader’s Digest Version…
Posted
over 6 years ago
by
irenake
0
Comments
In April 2006, David Chappel wrote an excellent article “Introducing Windows Cardspace” available at http://msdn.microsoft.com/winfx/reference/infocard/default.aspx?pull=/library/en-us/dnlong/html/introinfocard.asp . The full article is 25 printed pages...
AppDev: Something You Should Know by Irena Kennedy
SYSK 183: Variable Number of Parameters – the Right and the Wrong Way
Posted
over 6 years ago
by
irenake
2
Comments
If you need to create a function that takes in a variable (unknown at creation time) number of parameters, what programming construct should you use? I’ve seen folks posting on the Internet solutions that use the __arglist keyword. Note: this calling...
AppDev: Something You Should Know by Irena Kennedy
SYSK 182: SQL -- Are We There Yet?
Posted
over 6 years ago
by
irenake
0
Comments
Want to know how long it’s estimated to take for your SQL long running SQL command to finish execution? SQL 2005’s dynamic management view (DMV) sys.dm_exec_requests can help you estimate completion of long-running tasks. The example below gives you the...
AppDev: Something You Should Know by Irena Kennedy
SYSK 181: What Is a Greynet?
Posted
over 6 years ago
by
irenake
1
Comments
Greynets are network enabled applications that are installed on an end user's system without permission from IT and are frequently evasive at the network level, using techniques like port agility and encryption to avoid being detected and blocked. ...
AppDev: Something You Should Know by Irena Kennedy
SYSK 180: Different Accessor Accessibility
Posted
over 6 years ago
by
irenake
0
Comments
Did you know that you can now give different accessibility modifiers for get and set ? There are times when you need to allow clients of your class to retrieve data, but not change it… Now, you can define the set { … } property as more restricted...
AppDev: Something You Should Know by Irena Kennedy
SYSK 179: MSMQ Roadmap
Posted
over 6 years ago
by
irenake
1
Comments
When I found that searching on the Internet for “MSMQ Roadmap” resulted with zero matches, I knew I had to create this post. Quick recap – since 1997 application developers have been using Microsoft Message Queue (MSMQ) in applications that needed...
AppDev: Something You Should Know by Irena Kennedy
SYSK 178: A Simple Way to Improve Performance of a Secure Web Site
Posted
over 6 years ago
by
irenake
2
Comments
If I had to choose one performance optimization technique for a web site that uses SSL, such that it gives me the biggest value compared to a relatively small effort (the proverbial low hanging fruit), the answer would be simple – improve cacheability...
AppDev: Something You Should Know by Irena Kennedy
SYSK 177: Formatting Numeric Data with Comma and Decimal Separators in SQL
Posted
over 6 years ago
by
irenake
1
Comments
The other day I was asked whether it’s possible to format numeric data to have commas every three digits to the left of the decimal point, and two digits to the right of the decimal point using SQL Server, e.g. 5000.125 to 5,000.13. The solution is quite...
AppDev: Something You Should Know by Irena Kennedy
SYSK 176: Recycling Only One Application Pool
Posted
over 6 years ago
by
irenake
7
Comments
iisreset command line utility is certainly a very useful tool for stopping a starting IIS. But if you need to recycle only one application pool either because want to minimally impact other running web applications, or you just want a faster reset time...
AppDev: Something You Should Know by Irena Kennedy
SYSK 175: Border for a <TR> Element Without a ColSpan or a Div
Posted
over 6 years ago
by
irenake
6
Comments
Need to have a table row that has a border around it? How about leveraging class selectors for this purpose: < html > < head > < style type ="text/css"> .rowgroup .leftmost { border-top : thin solid black ; ...
AppDev: Something You Should Know by Irena Kennedy
SYSK 174: What Does Stand-By Mode Have To Do With Display Device Driver?
Posted
over 6 years ago
by
irenake
0
Comments
As I found out, a lot! This is one of those things that you might not think about, but that makes a lot of sense once you figure it out… After installing Windows 2003 Server on a laptop, and loading Toshiba Power Saver utility, I thought I would...
AppDev: Something You Should Know by Irena Kennedy
SYSK 173: Rediscovering the Immediate Window
Posted
over 6 years ago
by
irenake
0
Comments
Many developers that started their programming carriers with Visual Basic have quickly come to appreciate the power of the Immediate Window. The documentation at http://msdn2.microsoft.com/en-us/library/f177hahy.aspx describes it as following: “The Immediate...
AppDev: Something You Should Know by Irena Kennedy
SYSK 172: C# 3.0 is Not Part of .NET 3.0
Posted
over 6 years ago
by
irenake
3
Comments
.NET 3.0 will be released with Vista . It will not contain C# 3.0, but will ship with C# 2.0. The major features of .NET 3.0 are: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), Windows Workflow Foundation (WF), and...
AppDev: Something You Should Know by Irena Kennedy
SYSK 171: MSDE Will Not Be Supported on Vista
Posted
over 6 years ago
by
irenake
5
Comments
Yes, it is true – Microsoft SQL Server 2000 Desktop Engine (MSDE) will not be supported on Windows Vista. So, if you’re using MSDE in your applications, consider migrating to SQL Server 2005 Express Edition (SQL Express) at the earliest opportunity. You...
AppDev: Something You Should Know by Irena Kennedy
SYSK 170: Under the Hood of SQL System Objects
Posted
over 6 years ago
by
irenake
0
Comments
Want to know what’s inside sp_help stored proc? How about TABLE_PRIVILEGES view? All the system objects definitions are now stored in the hidden read-only resource database (a.k.a. RDB) physically persisted in mssqlsystemresource.mdf. You...
AppDev: Something You Should Know by Irena Kennedy
SYSK 169: Quick Access to SPS 2007 Mobile View
Posted
over 6 years ago
by
irenake
0
Comments
Did you know that by typing http://servername/m you will be automatically redirected to http://servername/_layouts/mobile/mbllists.aspx ? You may see something like this rendered as a result: Home --------------------------------------------...
AppDev: Something You Should Know by Irena Kennedy
SYSK 168: Why Developers Should Know About Memory Bandwidth?
Posted
over 6 years ago
by
irenake
0
Comments
Similarly to a network bandwith, memory bandwidth is the amount of data per second that can be read from or stored into a semiconductor memory by a processor. Memory bandwidth is usually expressed in a multiple of bytes/second. There is an excellent explanation...
Page 1 of 1 (23 items)