|
|
lingyun2003
lingyun2003
 |
|
Stories submitted by friends of lingyun2003
|
|
published 2 months, 2 days ago, submitted by
jamesewelch
2 months, 8 days ago
jamesewelch.wordpress.com — SubSonic uses a few audit fields by default - you don’t need to write any code. However, the field names that are used are coded into the source code. You can modify the source code and generate a new assembly, but if you’re like me and would rather not edit the source code (so you don’t need to update the code at every release), then you’ll be looking for an alternative approach.
Three options are discussed: 1) Modify SubSonic source code, 2) Use partial classes for each table, 3) Create a custom template and base class
read more...
2 comments
|
category: Database | Views: 149
|
|
tags:
SubSonic, C#, OpenSource, Database, DAL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jamesewelch
2 months, 23 days ago
jamesewelch.wordpress.com — Microsoft’s StyleCop analyzes C# source code to enforce a set of style and consistency rules. It can be run from inside of Visual Studio or integrated into an MSBuild project.
One of these rules is #SA1633. This rule requires that each of your files have a file header that contains a copyright XML element. Of course, you can disable this rule if you want through StyleCop settings. But just in case you have a similar rule at your work (or your own personal rule) or need to adhere to this rule, I’ll describe the situation and provide the macro below. read more...
|
|
tags:
Macro, StyleCop, VisualStudio, VB | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jamesewelch
3 months ago
junnark.com — I just recently signed up for NetFlix to get my videos over by mail. My wife in particular pointed out to me how nice the descriptions are being shown in a pop-up. Thereafter, I noticed that they have done super cool UIs all over their website. One of the things I got curious about was the way they showed descriptions of the movie by poping up a box with an arrow. The nice thing is that the box has a transparent shadow/glow in the back. I wanted to impress my wife and show her that this can be done easily. This article will show you how to show a pop up like the one mentioned above, both statically and dynamically by using the AJAX Control Kit's HoverPopUpMenu. read more...
add a comment
|
category: AJAX | Views: 25
|
|
tags:
ASP.NET, AjaxControlKit, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jamesewelch
3 months, 4 days ago
dotnetslackers.com — This book written by Granville Barnett and Luca Del Tongo is part of an effort to provide all developers with a core understanding of algorithms that operate on various common, and uncommon data structures.
Data Structures and Algorithms: Annotated Reference with Examples is completely free! read more...
add a comment
|
category: Products | Views: 5
|
|
tags:
Book, free, Algorithms, data, Structures | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 11 days ago, submitted by
jamesewelch
3 months, 11 days ago
weblogs.asp.net — 15 new ASP.NET MVC videos were just published at the http://www.ASP.net/mvc website. The first 10 videos are basic tutorials on the ASP.NET MVC framework. If you haven’t had a chance to play with ASP.NET MVC yet, these tutorials are a great introduction.
The second set of 5 videos is part of an ongoing video series: ASP.NET MVC Pair Programming. In these videos, I pair with a prominent community expert to build an entire ASP.NET MVC application from start to finish (because of time constraints – a very, very simple application). The goal is to emphasize the process of building a web application instead of the product.
read more...
add a comment
|
category: ASP.NET | Views: 189
|
|
tags:
MVC, NUnit, Videos, ASP.NET, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 21 days ago, submitted by
jamesewelch
3 months, 21 days ago
devexpress.com — Once you register, you will be forwarded an Email with your login credentials to our product download portal. With this information in hand, you will be able to download and install all the controls and tools listed above free of charge. The applications you create with these controls can be distributed royalty free (see the EULA that accompanies the products for more information). Note that the installation you download will include evaluation versions of our entire product line. You can install these trials if you wish during the setup process.
Visual Studio 2005 and Visual Studio 2008 are fully supported. read more...
3 comments
|
category: Products | Views: 663
|
|
tags:
winforms, devexpress, Controls, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jamesewelch
4 months, 16 days ago
mikebernat.com — One of the most common threads that all programmers share is that of an ego. Some are much worse than others and some have found a way to control or manipulate their ego into a great benefit. Beyond skill-sets and other programming-specific talents I believe the greatest room for personal improvement in programmers as a whole is that of the ego. read more...
add a comment
|
category: Community | Views: 8
|
|
tags:
egoless, Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 26 days ago, submitted by
jamesewelch
4 months, 26 days ago
jamesewelch.wordpress.com — One of the new features is the addition of the SqlQuery class and it’s ability to perform aggregate queries (along with many other features). Shows example of SQL syntax versus SubSonic's SqlQuery aggregate coding to perform SQL queries. read more...
add a comment
|
category: Database | Views: 163
|
|
tags:
ORM, SQL, DAL, Database, SubSonic | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jamesewelch
5 months ago
jamesewelch.wordpress.com — If you add a new ASP.NET web site as a virtual directory/application under an existing ASP.NET web site, then you’ll probably be having some problems with web.config inheritance. Even if the sub-webapp is physically separate, just being in a virtual directory located within another webapp will result in many of the settings being inherited and messing up your sub-webapp. read more...
add a comment
|
category: ASP.NET | Views: 37
|
|
tags:
web.config, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year ago, submitted by
jamesewelch
1 year ago
dilbert.com — Dilbert on Agile programming. The pointy-hair boss commands Dilbert’s team to start using Agile programming. In the boss’s description, he states that Agile programming means “no more planning and no more documentation.” The boss goes on saying that the programmers can “start writing code and complaining.” read more...
add a comment
|
category: Other | Views: 63
|
|
tags:
Humor, Agile | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year ago, submitted by
jamesewelch
1 year 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: 260
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
jamesewelch
1 year, 1 month ago
blogs.msdn.com — By default .NET applications (EXEs) that are launched from a remote file system (eg \\server\bin\SomeApp.exe), will not be considered trusted and typically will fail (unless specifically designed to run with low trust). This is in direct contrast with unmanaged applications which always give full trust to launched programs, regardless of location.
The .NET runtime team is considering changing this behavior so that managed applications act just like unmanaged one in this respect. We believe that it will not decrease security, but there is risk and effort required for any change and would like feedback on its likely usefulness to customers. read more...
3 comments
|
category: CLR | Views: 0
|
|
tags:
.Net, EXE, trust, CLR, Security | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jamesewelch
1 year, 1 month ago
weblogs.asp.net — Web services are the most attractive target for hackers because even a pre-school hacker can bring down a server by repeatedly calling a web service which does expensive work. Ajax Start Pages like Pageflakes are the best target for such DOS attack because if you just visit the homepage repeatedly without preserving cookie, every hit is producing a brand new user, new page setup, new widgets and what not. The first visit experience is the most expensive one. Nonetheless, it’s the easiest one to exploit and bring down the site. read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
Dos, Hacker, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jamesewelch
1 year, 1 month ago
hanselman.com — List of changes for .NET 2.0 SP1. The .NET 2.0 SP 1 will be released at the same time as .NET 3.5. Also includes FxCop rule to get a warning if you are using something that has changed. If you have 2.0 SP1 with these new 2.0 methods and deploy to an older system that has only .NET 2.0 RTM (not Service Pack'ed), then you might get a MethodMissingException because that older system might not have the new method or property. read more...
add a comment
|
category: CLR | Views: 38
|
|
tags:
.net2.0SP1, .net2.0, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
jamesewelch
1 year, 1 month ago
jamesewelch.wordpress.com — Demonstrates how to convert a street address to a geographic position in longitude and latitude coordinates by using a free REST web service provided by GeoCoder.us. Web service only works for addresses within the United States due to the source (US census) data. read more...
1 comment
|
category: Web Services | Views: 58
|
|
tags:
Geocoding, REST, WebServices, GIS | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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