[ Dragi Tata @ 11.11.2004. 18:11 ] @
Pitanja i odgovori

1. Opšta pitanja o .NET platformi

2. ASP.NET FAQ

3. SOAP i web servisi FAQ


Uputstva i članci

1. Uvod u VB.NET

2. ADO.NET mini uputstvo

Korisni linkovi

1. PInvoke.net - P/Invoke deklaracije na jednom mestu.

2. George Shepherd's Windows Forms FAQ

3. Poglavlja iz raznih knjiga on-line

[ vekica @ 11.03.2006. 00:26 ] @
kompletno uputsvo za rukovanje emailom iz .net
http://www.systemwebmail.com/
[ vekica @ 13.09.2006. 10:56 ] @
open source C#
http://csharp-source.net/
[ IvanBeograd @ 01.12.2006. 13:08 ] @
Ja nov ovde ali evo da dodam nesto
http://www.csharp-home.com/
Pozz
[ TheAlas @ 01.12.2006. 15:54 ] @
Sjajan članak posvećen savremenim načinima programiranja baza podataka (za sve platforme, ne samo ASP.NET) pod VS 2005 i naravno .NET 2.0. Glavna tema je pravilno građenje DAL-a (data access layers) u samom VS designer okruženju, ali se u članku nalaze sva pitanja i odgovori koji će vam ikada biti potrebni.

Inače, sam blog bi trebalo da je poznat većini ljudi ovde:
http://weblogs.asp.net/scottgu/archive/2006/01/15/435498.aspx
[ Dragan Panjkov @ 18.03.2007. 17:24 ] @
Evo malo korisnih linkova:

Microsoft ASP.NET Community - mnogo tutorijala, video i ostalog materijala o ASP.NET platformi
http://www.asp.net

Scott Guthrie's blog - Glavni sef svih timova koji u Microsoftu rade na alatima i platformama vezanim za web
http://weblogs.asp.net/scottgu

Scott Mitchel's blog - Osnivac sajta 4guysfromrolla
http://scottonwriting.net/sowblog/
i
http://www.4guysfromrolla.com/

Naravno, MSDN magazin
http://msdn.microsoft.com/msdnmag/

...

(nastavak slijedi, nadam se)
[ zbokanov @ 05.06.2007. 16:15 ] @
http://www.codeproject.com/
[ Shadowed @ 28.11.2007. 23:28 ] @
.NET Framework 1.1
Potreban za izvrsavanje aplikacija pisanih za .NET Framework 1 i 1.1 (Visual studio 2002 i 2003)

Microsoft .NET Framework 1.1 Service Pack 1
Ispravke bugova, problema itd za Framework 1.1

.NET Framework 2.0
Potreban za izvrsavanje aplikacija pisanih za .NET Framework 2.0 (Visual studio 2005). Aplikacije koje koriste Framework 1.1 i dalje zahtevaju isti - nece raditi sa 2.0.

.NET Framework 3.0
Potreban za izvrsavanje aplikacija pisanih za .NET Framework 3.0. Predstavlja nadogradnju za Framework 2.0 i zahteva da on bude prethodno instaliran. Nadogradnja sadrzi:
Windows Presentation Foundation
Windows Communication Foundation
Windows Workflow Foundation
Windows CardSpace

Vista sadrzi ovaj Framework a link se odnosi na instalaciju za Windows XP i Windows 2003 Server.

.NET Framework 3.5
Potreban za izvrsavanje aplikacija pisanih za .NET Framework 3.5. Predstavlja nadogradnju za Framework 3.0 i zahteva da on prethodno bude instaliran.
Sadrzi:
LINQ tehnologiju
ASP.NET AJAX
Podrska za nove protokole u okviru WCF - AJAX, JSON, REST, POX, RSS, ATOM...

Visual Studio 2005 Express
Zasebna izdanja za svaki jezik. Takodje SQL Server 2005 Express Edition. Ovo su besplatne verzije razvojnih okruzenja, odlicne i sasvim upotrebljive, iako nemaju neke mogucnosti "jacih" verzija.

Visual Studio 2005 Professional Edition 90-Day Trial
Puna verzija, traje 90 dana, za dalje se placa

Visual Studio 2005 Team Suite 180-Day Trial
Ova verzija ima podrsku za timski rad. Traje 180 dana.

Visual Studio 2008 Express
Zasebna izdanja za svaki jezik. Takodje SQL Server 2005 Express Edition. Ovo su besplatne verzije razvojnih okruzenja, odlicne i sasvim upotrebljive, iako nemaju neke mogucnosti "jacih" verzija. Za svaki jezik se download-uje mali setup koji zatim preuzima potrebne fajlove za instalaciju a takodje postoji mogucnost i download-a DVD image-a sa svim jezicima i SQL Serverom (preporucjem).

Visual Studio 2008 Trial izdanja
Linkovi ka:
Visual Studio 2008 Professional Edition
Visual Studio Team System 2008 Team Suite
Visual Studio Team System 2008 Team Foundation Server
Visual Studio Team System 2008 Test Load Agent

ASP.NET AJAX Downloads
[ toxi_programer @ 24.02.2008. 19:09 ] @
Meni je članak na adresi http://www.dotnetfunda.com/articles/article45.aspx
bio od koristi.
Tu ima:
Tips for Asp.Net applications developed using VB
Tips For Database Operations
Tips For Web Application

Citat:
This document lists out some tips for optimizing ASP.Net Web applications and many traps and pitfalls are discussed as follows.:
[ pl4stik @ 25.03.2008. 06:42 ] @
http://code.msdn.microsoft.com/

MSDN Code Gallery

"Download and share sample applications, code snippets, and other resources with the developer community."
[ pl4stik @ 24.05.2008. 10:59 ] @
Welcome To The .Net Jungle

http://www.dotnetfun.com/

http://en.csharp-online.net/


[ Djoks @ 20.06.2008. 11:01 ] @
Microsoft Office Interactive Developer Map: http://msdn.microsoft.com/en-us/office/bb497969.aspx
[ deerbeer @ 17.10.2008. 09:04 ] @
Besplatni download tutroriala za Visual Studio 2005 i 2008 :
http://www.appdev.com/promo/fr....asp?PC=ER00277&T=d%5FVS08
[ cedomir @ 17.04.2009. 09:45 ] @

http://www.blackwasp.co.uk/

Sjajan sajt:


C# Fundamentals
C# Object-Oriented Programming
SQL Server Programming Fundamentals


* .NET Framework
* Algorithms and Data Structures
* C# Programming
* Debugging
* Design Patterns
* Graphics
* Input / Output
* Network and Internet
* Performance
* Programming Concepts
* Refactoring
* Security
* SQL Server
* Visual Studio
* Windows Forms
[ AMD guy @ 18.11.2010. 11:08 ] @
Top 7 Coding Standards & Guideline Documents For C#/.NET Developers

The listing is not in any specific order.

1 – IDesign C# Coding Standards

IDesign C# coding standards is a pretty decent and compact (27 pages) Coding Standards Document. It covers a Naming conventions, Best practices and Framework specific guidelines. Example:



The document even has guidelines for project settings, build configuration, versioning etc. Good work by IDesign guys. You can download the document here

* Download IDesign C# Coding Standards

2 – Encodo C# Handbook

Encodo C# handbook is bit more recent, and has 72 pages of guidelines on Structure, Formatting, Naming. It also has a ‘Patterns and Best Practices’ section, which is a must read for any .NET/C# developer.



You can download the Handbook here.

* Encodo C# Handbook Download

3 – Microsoft Framework Design Guidelines

MSDN has a section on guidelines for Designing class libraries, which covers a set of best practices related to Type Design, Member Design etc. You can find it here.

* Read the Design Guidelines for Developing Class Libraries

4 – Denni’s C# Coding Standards document

Dennis created an initial version of C# coding standards, which was published as Philips Health Care C# coding standards document (~70 pages). The document categorizes the guidelines to categories like Naming, Exception Handling, Control Flow etc.

* Update: Dennis kindly pointed that the Initial Version I linked here earlier has now been superseded by the Coding Guidelines for C# 3.0 and C# 4.0. Paul Jansen of Tiobe will update his site soon regarding the new version - But in meantime, download the guidelines and some companion documents here: http://csharpguidelines.codeplex.com/

5 – Microsoft’s All-In-One Code Framework Coding Guideline

Microsoft’s [url=http://1code.codeplex.com/All In One Code[/url] framework has a Coding Style Guideline document. The Microsoft All-In-One Code Framework is a free, centralized code sample library provided by the Microsoft Community team. It has typical code samples for all Microsoft development technologies, and a code style guideline document with that. Thanks to Kevin for pointing out this guideline document with All In One Code Framework (See the comments)

* Download All In One Code Framework Guideline Document

6 – Brad’s Quick Post on Microsoft Internal Coding Guidelines

Brad had a post on Microsoft Internal coding standards (I’m not sure whether he still follow that in Google, if at all he uses C# there). It is a short post, and is mainly on Styling and Naming conventions.

* Read Microsoft Internal Coding Guidelines Post

7 – Mike’s C# Coding Style Guide

Mike Kruger (Sharpdevelop) had published a 13 page C# Coding Style guide. Again, the focus is on Casing, Naming conventions, Declaration style etc. A short and simple Style Guide.

* Download C# Coding Style Guide

So, if you are still confused about which document to choose - my recommendation is here for you - Based on your landscape, organizational climate, project and domain, go through these documents and pick the relevant recommendations – to formulate your very own 10 page ‘.NET/C# Coding standards/guidelines’ for your team.

Also, if you think I missed any prominent guideline document, list down the same in the comments section, and I’ll include that in the main post if it is relevant – My initial post was about 6 documents, but I expanded/modified the list later based on some feedback I received.
Happy Coding.
[ mmix @ 19.11.2010. 11:25 ] @
Mene malo nerviraju ti dokumenti o coding standardima. Na stranu ocigledno funkcionalni saveti koji proizvode optimizovaniji kod (to treba znati) ali dosta "pravila" se svodi na "to je dobro zato sto sam ja rekao da je dobro" a to se narocito odnosi na naming konvencije koji cine dobar deo ovih dokumenata. Mislim da je svaki tim sa iole nesto iskustva u stanju da proglasi sopstveni naming convention, veci problem je enforcement.
[ AMD guy @ 11.01.2011. 11:38 ] @
101 LINQ Samples
[ AMD guy @ 16.02.2011. 22:26 ] @
LINQ - Tips, Tricks and Optimizations by Scott Allen
Direct download

This session will demonstrate practical LINQ tips you can use to improve the performance of an application. We’ll see the advantages of deferred execution, re-write correlated sub queries, and offer advice on choosing between the two flavors of LINQ syntax. In addition, we’ll spend time looking at optimizations everyone should be doing when working with the Entity Framework.

[ AMD guy @ 24.02.2011. 11:07 ] @
.NET Best Practice No: 1:- Detecting High Memory consuming functions in .NET code

Introduction and Goal


One of the important factors for performance degradation in .NET code is memory consumption. Many developers just concentrate on execution time to determine performance bottle necks in a .NET application. Only measuring execution time does not clearly give idea of where the performance issue resides. Ok, said and done one of the biggest task is to understand which function, assembly or class has consumed how much memory. In this tutorial we will see how we can find which functions consume how much memory. This article discusses the best practices involved using CLR profiler for studying memory allocation.
[ AMD guy @ 16.03.2011. 21:57 ] @
Performance and the Entity Framework
[ AMD guy @ 16.03.2011. 21:58 ] @
ADO.NET Code Samples Collection
[ AMD guy @ 21.06.2011. 15:39 ] @
The Android for .NET Developers Series

Part 1 Starting with this article, I'll discuss what you need to know to approach Android programming without any aid from your .NET expertise.
Part 2 In this article, we'll go through an Android application that accepts input from the user and handles user's clicking.
Part 3 In this article, you will learn how to build the user interface.
Part 4 In this article, I'll be delving deep into menus and dialog boxes in Android for .NET, and discuss a few very common (and frequently used) types of menus and dialogs.
[ AMD guy @ 03.04.2012. 22:36 ] @
This is the 'Help me with my homework' article you wanted.
za sve one koji imaju "pomozite mi sa domacim zadatkom" problem.
[ nem @ 08.12.2015. 16:33 ] @
Pozdrav, ne znam gde da postavim ovakvo pitanje, pa ako nije na pravom mestu neka ga administrator premesti.
Trebala bi mi preporuka gde bi mogao da se nabavi knjigovodstveni program (sada nije bitno koje delove treba da sadrzi), ili ko razvija knjigovodstveni program u vb.net ili c sharp jeziku. Firma u kojoj radim zeli da uspostavi novi programski sistem ali tako da otkupimo ceo source code, dakle jednom ga paltimo i kasnije mi sami prilagodjavamo nasim potrebama, naravno pod obavezom da se nece ustupati trecem licu. Ako je zabranjeno reklamiranje na forumu molim vas da mi se obratite na pp.
[ Getsbi @ 01.06.2018. 06:32 ] @
Nedavno je u izdanju izdavačke kuće CET izašla „Zbirka zadataka iz programskog jezika C#” čiji sam ja autor. Zbirka je namenjena pre svega učenicima i studentima koji ovaj programski jezik pokušavaju da savladaju od početka.

Zbirka sadrži 84 zadataka za vežbanje iz oblasti programiranja C# programskim jezikom. Okruženje u kojem su zadaci rađeni je MS Visual studio 2017. Zadaci su sačinjeni tako da je akcenat na kodiranju. U redosledu prezentovanja zadataka je zastupljena hijerarhija od jednostavnijeg ka složenijem. U zbirci postoji pet odeljaka: „Uvodni zadaci”, „Jednostavne forme”, „Konzolne aplikacije”, „Složene forme” i „Rad sa bazama podataka”. Ovaj poslednji odeljak je organizovan kroz dva projekta „Student” i „Zaposleni” gde se pojedini zadatak u okviru projekta temelji na prethodno rešenom zadatku.

http://cet.rs/shop/c-sharp/zbi...ataka-iz-programskog-jezika-c/