Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Articles & Samples > .NET Framework > .Net FAQ
Search:
What's New - What's Hot


All About Blogs and RSS        
Total Hits: 187  |  Today: 0 Author: Aaron Skonnard       Rating:  
Read Reviews | Write Review |   Your Rating: 

What's the easiest way to set up a Web log?
A The easiest way to set up your own Web log is to go to a site like blogger.com and register as a new user. It provides a Web interface for creating a customized Web log that you can use immediately. There are many other sites like blogging.com that provide support for Web log features.
If you'd like more control over the blogging infrastructure or would like to host your blog on your own server, you can also use one of many blogging application...

Microsoft .NET Framework FAQ        
Total Hits: 2153  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This document contains frequently asked questions about Microsoft .NET and the Microsoft .NET Framework. (15 printed pages...

skmFAQs.NET: An ASP.NET FAQ Application        
Total Hits: 101  |  Today: 0 Author: Scott Mitchell       Rating:  
Read Reviews | Write Review |   Your Rating: 

As the Internet and World Wide Web have become more ubiquitous and more accessible to non-computer–savvy individuals, a variety of Web applications have sprung up to enable various forms of communication. One of the most popular of these is the blog (or weblog), which provides an easy means for an individual to publish to the Internet. Another popular communication application is the Wiki, which establishes a sort of virtual whiteboard on the Internet to which anyone can contribute....

DOT NET FAQ        
Total Hits: 107  |  Today: 0 Author: Shyam Srinivas       Rating:  
Read Reviews | Write Review |   Your Rating: 

This FAQ tries to answer some commonly asked questions about the fundamentals of the .NET Framework - topics like assemblies, garbage collection, security, interop with COM, and remoting. The most commonly-used parts of the class library are also covered. Other aspects of the .NET Framework such as ASP.NET, ADO.NET and WinForms are not covered....

XML Comments, Late-bound COM, and More        
Total Hits: 122  |  Today: 0 Author: Stephen Toub       Rating:  
Read Reviews | Write Review |   Your Rating: 

The C# compiler is able to extract XML comments from C# source files. If at compile time, the /doc command-line option (or the equivalent option in the Visual Studio® .NET IDE) is used to specify a target documentation file, all of the comments are extracted from the source files and are written in an XML format to the target file. Visual Studio .NET can then use this file to display IntelliSense® when the XML file is in the same directory as the compiled assembly (the documentation file must al...

Iterating NTFS Streams        
Total Hits: 110  |  Today: 0 Author: Stephen Toub       Rating:  
Read Reviews | Write Review |   Your Rating: 

I read in your December 2005 column how to enumerate files using interop to access the file management functions in Kernel32.dll (see .NET Matters: BigInteger, GetFiles, and More). I don't need to enumerate files, but rather I need to enumerate the NTFS Alternate Data Streams within a particular file. Do you know any way I can accomplish this?
A First, nothing in the Microsoft® .NET Framework provides this functionality. If you want it, plain and simple you'll need to do some sort of interop,...

Code Project Technical Blog FAQ    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Sean Ewington       Rating:  
Read Reviews | Write Review |   Your Rating: 

Put in the title of your blog, and then put URL to your blog's RSS feed and not the URL to your blog's home page. This feed should include the full content of your blog posts – not summaries....

Code Project Catalog FAQ    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Sean Ewington       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Code Project Catalog is a great way to promote your products and services - and a great way to find products and services.

Members of The Code Project use our free articles but are also developers actively seeking commercial components with the benefits of paid support that come with them. Let our millions of members know a little about your product. Basic listings are free, so log in today to make sure your company’s listings are up-to-date....

Code Project Job Board FAQ    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Sean Ewington       Rating:  
Read Reviews | Write Review |   Your Rating: 

Everyone knows the best employees aren’t looking for work. Other job sites put job seekers together with employers, with Code Project we put employers together with the best possible candidates, whether they are actively looking for work or not....

Code Project Message Boards FAQ    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Sean Ewington       Rating:  
Read Reviews | Write Review |   Your Rating: 

Once someone has registered their name and email address no one else may post using that name or email address. If you are trying to post a message under your name but aren't logged in then you need to logon first and then post the message. If someone else has registered a name you are trying to post under then you'll need to choose a different name. If someone else has registered an account using your email address then you control that account....

Disable Close Button from Title bar of a Window    Version: 0.00       Price: $0.00   
Total Hits: 50  |  Today: 0 Author: Abhishek Sur       Rating:  
Read Reviews | Write Review |   Your Rating: 

As a developer, you must have found few things that are really haven't thought of earlier. On that note, Say you want to disable Close Button of a window. It is easier to disable other button (using properties available with Form) from control box of the window, or even remove the control box altogether....

Free your model from view-imposed restraints with Entity Framework Interceptors    Version: 0.00       Price: $0.00   
Total Hits: 31  |  Today: 0 Author: Kurt Evenepoel       Rating:  
Read Reviews | Write Review |   Your Rating: 

Hi there, and many thanks for reading my explorations of the Entity Framework. I hope that some of the writings here will be useful to you. Right now I’m still having lots of fun learning, and lately it’s the Entity framework that was a bit over 8 months ago with NET 3.5 SP1. Whilst exploring the possibilities of it, I came across some interesting concerns, and looked around a bit for people who had advice on it. As I couldn’t find much, I would like to share my findings with you, and ask for yo...

LINQ Transactions using a Custom Base Datacontext    Version: 0.00       Price: $0.00   
Total Hits: 47  |  Today: 0 Author: Michael Piccolo       Rating:  
Read Reviews | Write Review |   Your Rating: 

LINQ to SQL allows developers to rapidly develop data driven applications by bridging the gap between business logic and the database.

One of the central pieces of the LINQ to SQL system is the DataContext.

The DataContext is the source of all entities mapped over a database connection. It tracks changes that you made to all retrieved entities and maintains an "identity cache" that guarantees that entities retrieved more than one time are represented by using the same object in...

LINQ FAQ Part 2    Version: 0.00       Price: $0.00   
Total Hits: 26  |  Today: 0 Author: Shivprasad koirala       Rating:  
Read Reviews | Write Review |   Your Rating: 

This FAQ article is dedicated to LINQ to SQL. In this article we will see a basic example of LINQ to SQL, how to define 1-1 and 1-many relationship using LINQ, how we can optimize LINQ queries, execution of stored procedures using LINQ and finally we will see a simple CRUD example using LINQ to SQL. For past some days I was running small sprint to complete this marathon I hope you will like this article....

.NET 4.0 FAQ: Part I - The DLR        
Total Hits: 81  |  Today: 0 Author: Shivprasad       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article we will discuss about what new features are provided by .NET framework 4.0. We will then take up the DLR feature and discuss about 'dynamic' and 'expando' objects. We will also create a custom 'expando' class and see what benefits we can get from the same. Many developers mistake 'dynamic' objects where made to replace 'reflection' and 'object' type, we will try to remove this misconception also....

.NET 4.0 FAQ Part 1 -- The DLR        
Total Hits: 71  |  Today: 0 Author: Shivprasad koirala       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this section we will look in to new features provided by .NET 4.0 framework. We have a glance on some important features, DLR, subsystems of DLR, dynamic object and expand objects. Please feel free to download my free 500 question and answer eBook which covers .NET 4.0 , ASP.NET , design patterns, silver light, LINQ, SQL Server , WCF , WPF, WWF@ http://www.questpond.com...

Write Mobile Agents In .NET To Roam And Interact On Your Network        
Total Hits: 27  |  Today: 0 Author: Matt Neely       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently I had the opportunity to return to school to complete a graduate degree. This experience made me realize two important things: there are some cool ideas in academia that seem to never find the light of day in the professional setting, and the academic world at large is not yet very familiar with the Microsoft® .NET Framework. Thus was born my goal of introducing lesser-known ideas to the professional masses while introducing the .NET Framework to the academic world. One particular conce...

Limited User Problems and Split Knowledge        
Total Hits: 162  |  Today: 0 Author: Keith Brown       Rating:  
Read Reviews | Write Review |   Your Rating: 

This month I'll answer more reader questions. I'll discuss Windows Communication Foundation Web services running under normal user accounts, and the use of split knowledge and dual control of keys for protecting credit card data. Q Why won't my simple Windows® Communication Foundation service start when I run it as a non-administrator? A First, let me say that it's good to hear that you're testing your code under a normal user account! This is an important aspect of testing that developers shoul...

.NET Framework FAQ        
Total Hits: 61  |  Today: 0 Author: Andy McMullan       Rating:  
Read Reviews | Write Review |   Your Rating: 

The .NET Framework FAQ was first posted in July 2000, and is regularly updated. It covers the fundamentals of the .NET Framework including assemblies, garbage collection, security, interop with COM and remoting. Newcomers to the .NET framework may wish to read the FAQ from top to bottom as a tutorial. More experienced practitioners may prefer to consult the contents list for topics of particular interest....

Controlling Balloon Tips, and More        
Total Hits: 105  |  Today: 0 Author: Paul DiLascia       Rating:  
Read Reviews | Write Review |   Your Rating: 

I can’t find a way to make my balloon tips show whenever I want them to. That is, when my CEdit-based control has the focus, the balloon shows and then disappears whenever the control loses focus. I currently use the RelayEvent of the balloon in PreTranslateMessage event to make it pop up. How can I make my balloon tips show as I want? For readers who don’t know what balloon tips are (there may be a few), they’re little yellow word balloons similar to tooltips that you can show when the user tab...


1  2  3  Next >> 

DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net