Click here to Skip to main content
15,881,559 members
Articles / Desktop Programming / Windows Forms

Introduction to NIEM and IEPDs

,
Rate me:
Please Sign up or sign in to vote.
4.74/5 (7 votes)
1 Jan 2009CPOL16 min read 56.2K   499   30  
Developed by the Department of Justice and the Department of Homeland Security, the National Information Exchange Model "Bridges Information Systems".

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IepdBrowser", "IepdBrowser\IepdBrowser.csproj", "{34DD2E94-25C0-472D-A2F9-465C2291CDF6}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		MemoryLeakTesting|Any CPU = MemoryLeakTesting|Any CPU
		MemoryLeakTesting|x86 = MemoryLeakTesting|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
		Xml Documentation|Any CPU = Xml Documentation|Any CPU
		Xml Documentation|x86 = Xml Documentation|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.Debug|x86.ActiveCfg = Debug|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.MemoryLeakTesting|Any CPU.ActiveCfg = Release|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.MemoryLeakTesting|Any CPU.Build.0 = Release|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.MemoryLeakTesting|x86.ActiveCfg = Release|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.Release|Any CPU.Build.0 = Release|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.Release|x86.ActiveCfg = Release|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.Xml Documentation|Any CPU.ActiveCfg = Release|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.Xml Documentation|Any CPU.Build.0 = Release|Any CPU
		{34DD2E94-25C0-472D-A2F9-465C2291CDF6}.Xml Documentation|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Interacx
United States United States
Blog: https://marcclifton.wordpress.com/
Home Page: http://www.marcclifton.com
Research: http://www.higherorderprogramming.com/
GitHub: https://github.com/cliftonm

All my life I have been passionate about architecture / software design, as this is the cornerstone to a maintainable and extensible application. As such, I have enjoyed exploring some crazy ideas and discovering that they are not so crazy after all. I also love writing about my ideas and seeing the community response. As a consultant, I've enjoyed working in a wide range of industries such as aerospace, boatyard management, remote sensing, emergency services / data management, and casino operations. I've done a variety of pro-bono work non-profit organizations related to nature conservancy, drug recovery and women's health.

Written By
Database Developer
United States United States
Educated in industrial engineering, optimization techniques, information security, computer science, math, statistics, and business management, I support a public safety software platform.

Keywords:
Information Systems, relational database management systems, information security, ERP, EAI, SAP, PeopleSoft, data warehousing, OFX, e-commerce, speech recognition, CRM, statistical analysis, modeling and simulation, operations research, cognitive engineering.

Comments and Discussions