conno

Stories kicked by conno

SQL Prompt - Intellisense for SQL Server(red-gate.com)

submitted by dereklakindereklakin(1565) 6 years ago

Code completion and intellisense for SQL Server Query Analyzer free until September 1st 2006. No time bombs and no restrictions. read more...

2 comments |category: |Views: 10

tags: another

Flexible and Plug-in-based .NET Application using Provider Pattern(codeproject.com)

submitted by shahed.khanshahed.khan(115) 6 years, 4 months ago

This paper demonstrates creating a flexible, extensible, plug-in-based .NET application (JOM - Smart Job Manager). JOM is an asynchronous job processing engine built using the MS Provider design pattern and the .NET technology available today. read more...

1 comment |category: |Views: 34

tags: another

VB.NET and C# - Duplication of Effort(hanselman.com)

submitted by dereklakindereklakin(1565) 6 years, 4 months ago

Scott Hansleman wonders if the duplication of effort in VB .NET and C# mean that we actually need both langauges. read more...

3 comments |category: |Views: 8

tags: another

Data Tutorial #2: Building our Master Page and Site Navigation Structu(weblogs.asp.net)

submitted by dereklakindereklakin(1565) 6 years, 4 months ago

Havind done the ground workd with the DAL, Scott Guthrie carries on his data tutorial with a look at the Master Page and Site Navigation Structure. read more...

add a comment |category: |Views: 24

tags: another

Channel 9 Video: Microsoft Max(channel9.msdn.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 4 months ago

Robert Scoble sits down with project Max Group Program Manager Piero Sierra and friends to find out more about Max. read more...

3 comments |category: |Views: 9

tags: another

ViewStateAnalyzer for ASP.NET 2.0(lab.aspitalia.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 4 months ago

ViewStateAnalyzer is a tool for ASP.NET 2.0 developers. It's an Internet Explorer toolband that allows you to analyze local ASP.NET pages. By pressing the "Analyze" button, you will retrieve page controls graph and for each element you can check the handled event, read the viewstate saved by the control and HTML rendered, easily focusing it into IE. read more...

add a comment |category: |Views: 15

tags: another

DotNetRocks TV(dnrtv.com)

submitted by junior882junior882(75) 6 years, 4 months ago

Carl Franklin has released a great new site which he explains as... "dnrTv is a fusion of a training video and an interview show. Training videos are typically sterile and one-way. Let's face it, you can only take so much. But you need to see the code! In this format, you get the spontaneity of an interview talk show, and the detail of a webcast or training video." The first episode shows how to build a composite web-control in Visual Studio 2005. Highly recommended. read more...

add a comment |category: |Views: 60

tags: another

Atlas tutorial in ASP.NET without the template. (geekswithblogs.net)

submitted by caseycasey(80) 6 years, 4 months ago

I tried to get Atlas running without the templates which wasn't a problem and gave me better understanding of the workings of Atlas. With Altas you can call a webmethod in a webservice class from within Javascript at the browser. In this example I use an aspx page which has just plain HTML controls (no ASP.NET controls, no runat ="server") firing the javascript that calls the webmethod. The webservice is in the same webapplication as the page. read more...

2 comments |category: |Views: 3

tags: another

Quick tour of December Atlas CTP(nikhilk.net)

submitted by dereklakindereklakin(1565) 6 years, 4 months ago

What's in the December CTP of Atlas by Nikhil Kothari. read more...

add a comment |category: |Views: 0

tags: another

New ASP .NET 2.0 SQL Site Map Provider(weblogs.asp.net)

submitted by dereklakindereklakin(1565) 6 years, 4 months ago

Scott Guthrie talks about Jeff Prosise' new SQL-based SiteMap Provider (article in the February MSDN Magazine) and also points out a few other useful Site Navigation pieces that he's blogged about. read more...

add a comment |category: |Views: 147

tags: another

Improving .NET Application Performance and Scalability(microsoft.com)

submitted by ceejayceejay(75) 6 years, 4 months ago

This is a must read for anyone concerned about scalability. Topics are a bit redundant but overall very thorough. read more...

1 comment |category: |Views: 13

tags: another

Web Applications: N-Tier vs. N-Layer(codebetter.com)

submitted by DotNetNoobDotNetNoob(155) 6 years, 4 months ago

One of the best posts presenting the pro's AND con's of layers and tiers in an application. Additionally gives some solid references to external resources. read more...

1 comment |category: |Views: 239

tags: another

Accessing and Updating Data in ASP.NET 2.0: Data Source Control Basics(aspnet.4guysfromrolla.com)

submitted by tommykeanetommykeane(385) 6 years, 4 months ago

This is a nice article on the declarative use of the data source controls to access your data in .NET. I prefer getting my hands dirty with a SqlConnection and SqlDataReader but find these control useful for rapid prototyping. read more...

add a comment |category: |Views: 5

tags: another

What's in Visual Basic 2005 for the Visual Basic 6.0 Developer(msdn.microsoft.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 4 months ago

A nice article outlining the many reasons to move from VB6 (we know you are out there!!) to VB.NET 2.0. It also has video demonstrations of various features. read more...

1 comment |category: |Views: 3

tags: another

Best and Worst Practices for Mock Objects(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 4 months ago

Mock objects are like any other tool. Used one way they’re a huge time saver. In other cases they can easily create more work and degrade the quality of the testing code. In this post, Jeremy Miller presents some best and worst practices for utilising mock objects. read more...

add a comment |category: |Views: 32

tags: another

Building a DAL using Strongly Typed TableAdapters and DataTables(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 4 months ago

Scott Guthrie walks us through using Visual Studio 2005 to build a data access layer for the Northwind database. He will be using the resulting DAL in soon to be published tutorials including master details, filtering, sorting, paging, 2-way data-binding, editing, insertion, deletion, hierarchical data browsing, hierarchical drill-down and optimistic concurrency. read more...

5 comments |category: |Views: 110

tags: another